Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2019-10-02 14:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/digikam (Old)
 and      /work/SRC/openSUSE:Factory/.digikam.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "digikam"

Wed Oct  2 14:55:43 2019 rev:184 rq:734483 version:6.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2019-09-18 
13:10:20.724703713 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new.2352/digikam.changes        
2019-10-02 14:55:45.115309018 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 13:07:53 UTC 2019 - Michel Normand <[email protected]>
+
+- Do not enable Faces Engine DNN for ppc64le to avoid build error
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.Qc2bOj/_old  2019-10-02 14:55:50.195295690 +0200
+++ /var/tmp/diff_new_pack.Qc2bOj/_new  2019-10-02 14:55:50.199295679 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -110,11 +110,15 @@
 Obsoletes:      %{name}-doc < %{version}
 #This pulls in QWebEngine, which is not available on ppc64
 %ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
+%global qwebengine -DENABLE_QWEBENGINE:BOOL=ON
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets)
 %else
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 %endif
+%ifarch ppc64le
+%global facesengine -DENABLE_FACESENGINE_DNN:BOOL=OFF
+%endif
 %if 0%{?suse_version} < 1320
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
 BuildRequires:  gcc7-c++
@@ -183,11 +187,7 @@
 export CC=gcc-7
 export CXX=g++-7
 %endif
-%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
-%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON 
-DENABLE_QWEBENGINE=ON
-%else
-%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON
-%endif
+%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON 
%{?qwebengine} %{?facesengine}
 %make_jobs VERBOSE=1
 
 %install


Reply via email to