Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2021-05-10 15:38:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/digikam (Old)
 and      /work/SRC/openSUSE:Factory/.digikam.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "digikam"

Mon May 10 15:38:42 2021 rev:194 rq:891829 version:7.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2021-04-01 
14:19:08.908142833 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new.2988/digikam.changes        
2021-05-10 15:41:13.929120935 +0200
@@ -1,0 +2,5 @@
+Sun May  9 10:55:26 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Require the version of libopencv_dnn it was built against (boo#1185700)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.Elc9Jy/_old  2021-05-10 15:41:16.365111409 +0200
+++ /var/tmp/diff_new_pack.Elc9Jy/_new  2021-05-10 15:41:16.365111409 +0200
@@ -47,6 +47,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
+# This condition is also below in libdigikamcore
 %ifarch ppc64
 # opencv-devel is currently not available on ppc64, but opencv3-devel is... 
(and the version is high enough)
 BuildRequires:  opencv3-devel
@@ -161,6 +162,12 @@
 %package -n libdigikamcore%{soversion}
 Summary:        The main digikam libraries
 Group:          Development/Libraries/KDE
+%ifarch ppc64
+# DNN ABI is not stable and not using symbol versioning (boo#1185700)
+%requires_eq %(rpm --qf %%{name} -qf %{_libdir}/libopencv_dnn.so.%{pkg_version 
opencv3-devel})
+%else
+%requires_eq %(rpm --qf %%{name} -qf %{_libdir}/libopencv_dnn.so.%{pkg_version 
opencv-devel})
+%endif
 Recommends:     %{name}-plugins
 
 %description -n libdigikamcore%{soversion}

Reply via email to