Hello community, here is the log from the commit of package hugin for openSUSE:Factory checked in at 2018-02-02 22:22:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hugin (Old) and /work/SRC/openSUSE:Factory/.hugin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hugin" Fri Feb 2 22:22:28 2018 rev:57 rq:571987 version:2017.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hugin/hugin.changes 2017-12-29 18:50:45.067626868 +0100 +++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2018-02-02 22:22:45.240553960 +0100 @@ -1,0 +2,6 @@ +Thu Feb 1 09:37:01 UTC 2018 - dimstar@opensuse.org + +- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we + use the python2 interpreter. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hugin.spec ++++++ --- /var/tmp/diff_new_pack.is5gxt/_old 2018-02-02 22:22:46.108513438 +0100 +++ /var/tmp/diff_new_pack.is5gxt/_new 2018-02-02 22:22:46.112513251 +0100 @@ -1,7 +1,7 @@ # # spec file for package hugin # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -116,6 +116,7 @@ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \ -DENABLE_LAPACK=ON BUILD_HSI=ON \ + -DPYTHON_EXECUTABLE=/usr/bin/python2 \ .. # parallel make kills our workers make VERBOSE=1 %{?_smp_mflags} -j1