Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2022-09-07 11:06:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/digikam (Old)
 and      /work/SRC/openSUSE:Factory/.digikam.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "digikam"

Wed Sep  7 11:06:06 2022 rev:207 rq:1001487 version:7.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2022-08-01 
21:34:39.370389287 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new.2083/digikam.changes        
2022-09-07 11:06:23.628460998 +0200
@@ -1,0 +2,34 @@
+Tue Sep  6 10:53:35 UTC 2022 - Wolfgang Bauer <[email protected]>
+
+- Update to 7.8.0
+  * https://www.digikam.org/news/2022-09-03-7.8.0_release_announcement/
+- New features (from NEWS):
+  * General : HIF files recognized as HEIF images.
+  * IconView: Add support of GrayScale and 16 bits PSD images.
+  * General : Libraw updated to 2022-07-14 snapshot.
+              Camera format support:
+                  Phase One/Leaf IIQ-S v2 support
+                  Canon CR3 filmrolls/RawBurst
+                  Canon CRM (movie) files
+                  iled bit-packed (and 16-bit unpacked) DNGs
+                  (non-standard) Deflate-compressed integer
+                      DNG files are allowed
+              Camera support:
+                  Canon EOS R3, R7 and R10
+                  Fujifilm X-H2S, X-T30 II
+                  OM System OM-1
+                  Leica M11
+                  Sony A7-IV (ILCE-7M4)
+                  DJI Mavic 3
+                  Nikon Z9: standard compression formats only
+  * Plugins : GMicQt tool updated to last version 3.1.
+- 49 bugs fixed
+- Add libheif build dependency to enable the HEIF decoder
+- Use macro for soversion
+- Remove no longer needed conflict with libdigikamcore7
+- Remove explicitly versioned libopencv_dnn dependency, should no
+  longer be needed with opencv's new soversion rules
+- Explicitly enable kfilemetadata and akonadi-contact support, they
+  are disabled by default now
+
+-------------------------------------------------------------------

Old:
----
  digiKam-7.7.0.tar.xz
  digiKam-7.7.0.tar.xz.sig

New:
----
  digiKam-7.8.0.tar.xz
  digiKam-7.8.0.tar.xz.sig

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

Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.0pucZk/_old  2022-09-07 11:06:28.396473117 +0200
+++ /var/tmp/diff_new_pack.0pucZk/_new  2022-09-07 11:06:28.400473128 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%define soversion 7_8_0
 %bcond_without released
 %bcond_with    apidocs
 Name:           digikam
-Version:        7.7.0
+Version:        7.8.0
 Release:        0
 Summary:        A KDE Photo Manager
 License:        GPL-2.0-or-later
@@ -91,6 +92,7 @@
 BuildRequires:  cmake(Qt5X11Extras)
 BuildRequires:  cmake(Qt5Xml)
 BuildRequires:  cmake(Qt5XmlPatterns)
+BuildRequires:  cmake(libheif)
 BuildRequires:  pkgconfig(Magick++)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavdevice)
@@ -139,7 +141,7 @@
 %package devel
 Summary:        DigiKam development files
 Group:          Development/Libraries/KDE
-Requires:       libdigikamcore7_7_0 = %{version}
+Requires:       libdigikamcore%{soversion} = %{version}
 
 %description devel
 Development headers and libraries for digiKam.
@@ -152,15 +154,12 @@
 %description -n showfoto
 Additional program to browse and view photos
 
-%package -n libdigikamcore7_7_0
+%package -n libdigikamcore%{soversion}
 Summary:        The main digikam libraries
 Group:          Development/Libraries/KDE
-Conflicts:      libdigikamcore7
-# DNN ABI is not stable and not using symbol versioning (boo#1185700)
-%requires_eq %(rpm --qf %%{name} -qf %{_libdir}/libopencv_dnn.so.%{pkg_version 
opencv-devel})
 Recommends:     %{name}-plugins
 
-%description -n libdigikamcore7_7_0
+%description -n libdigikamcore%{soversion}
 The main digikam libraries that are being shared between showfoto and digikam
 
 %lang_package
@@ -173,7 +172,7 @@
 %endif
 
 %build
-%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON
+%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON 
-DENABLE_KFILEMETADATASUPPORT=ON -DENABLE_AKONADICONTACTSUPPORT=ON
 %cmake_build
 
 %if %{with apidocs}
@@ -194,8 +193,8 @@
 
 %fdupes %{buildroot}
 
-%post -n libdigikamcore7_7_0 -p /sbin/ldconfig
-%postun -n libdigikamcore7_7_0 -p /sbin/ldconfig
+%post -n libdigikamcore%{soversion} -p /sbin/ldconfig
+%postun -n libdigikamcore%{soversion} -p /sbin/ldconfig
 
 %files
 %{_kf5_bindir}/digikam
@@ -239,11 +238,11 @@
 %{_kf5_kxmlguidir}/showfoto/
 %{_kf5_appstreamdir}/org.kde.showfoto.appdata.xml
 
-%files -n libdigikamcore7_7_0
+%files -n libdigikamcore%{soversion}
 %license COPYING*
-%{_kf5_libdir}/libdigikamcore.so.7.7.0
-%{_kf5_libdir}/libdigikamdatabase.so.7.7.0
-%{_kf5_libdir}/libdigikamgui.so.7.7.0
+%{_kf5_libdir}/libdigikamcore.so.7.8.0
+%{_kf5_libdir}/libdigikamdatabase.so.7.8.0
+%{_kf5_libdir}/libdigikamgui.so.7.8.0
 
 %if %{with released}
 %files lang -f %{name}.lang

++++++ digiKam-7.7.0.tar.xz -> digiKam-7.8.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/digikam/digiKam-7.7.0.tar.xz 
/work/SRC/openSUSE:Factory/.digikam.new.2083/digiKam-7.8.0.tar.xz differ: char 
25, line 1

Reply via email to