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-04-01 14:17:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/digikam (Old) and /work/SRC/openSUSE:Factory/.digikam.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "digikam" Thu Apr 1 14:17:49 2021 rev:193 rq:882344 version:7.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/digikam/digikam.changes 2020-11-04 18:31:50.692220528 +0100 +++ /work/SRC/openSUSE:Factory/.digikam.new.2401/digikam.changes 2021-04-01 14:19:08.908142833 +0200 @@ -1,0 +2,58 @@ +Tue Mar 30 10:39:49 UTC 2021 - Wolfgang Bauer <[email protected]> + +- Update to 7.2.0 + * https://www.digikam.org/news/2021-03-22-7.2.0_release_announcement/ +- New features (from NEWS): +General : Add ccache support to speed-up compilations. +General : New Online version checker/downloader, with release + notes viewer and option to install automatically + new version under macOS and Windows. +General : MacOS PKG installer is now compatible with Apple + BigSur. +General : MacOS bundle is now fully relocatable. +General : Check and fix source codes with Clazy static + analyzer. +General : All bundles updated to last KF5 framework version + 5.74. +General : All bundles updated to last OpenCV version 4.4.0. +General : Add a static QCollator class for fast item sorting. +AdvancedSearch: Add search for empty title, caption, author or + creator fields. +AdvancedSearch: Add search for a month or the day of a month. +AdvancedSearch: Add option to search tags in tree. +Database : Change database scheme under MySQL from TagsTree + VIEW to TABLE with triggers. +FaceManagement: Improve users experience in GUI for face workflow + while tagging and manage faces. +FaceManagement: Add face engine clustering support for detection + and recognition processes. +FaceManagement: Remove face engine data files from sources and + bundles and add a file downloader. +RawEngine : Update internal Libraw to last 0.21.0: + Camera format support: + Lossy compressed CR3 files + Lossy compressed RAF files + Uncompressed floating point DNG files (16-24-32 + bit) + Deflate compressed striped DNG files + XMP and HEIF-preview extraction from CR3 files + Camera model support: + Apple iPhone 12 Max, iPhone 12 Max Pro + Canon EOS R5, EOS R6, EOS 850D, EOS-1D X Mark + III (lossy compressed files) + FujiFilm X-S10 + Hasselblad CFV II 50C", + Leica M10-R, Q2 Monochrom, S3, SL2-S + Nikon Z 5, Z 6 II, Z 7 II + Olympus E-M10 Mark IV + Panasonic DC-G100 / G110, DC-S5 + Sony ILCE-7C (A7C), ILCE-7SM3 (A7S III) + Zeiss ZX1 + Plus multiple DNG-recording cameraphones/drones/ + etc. +- 364 bugs fixed +- BuildRequire opencv-devel >= 3.4.0, the legacy HAAR face + detection code that still supported opencv 3.3 was removed + completely in this release + +------------------------------------------------------------------- Old: ---- digikam-7.1.0.tar.xz New: ---- digikam-7.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ digikam.spec ++++++ --- /var/tmp/diff_new_pack.GqmPf7/_old 2021-04-01 14:19:12.960148240 +0200 +++ /var/tmp/diff_new_pack.GqmPf7/_new 2021-04-01 14:19:12.964148246 +0200 @@ -1,7 +1,7 @@ # # spec file for package digikam # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_without lang %bcond_with apidocs Name: digikam -Version: 7.1.0 +Version: 7.2.0 Release: 0 Summary: A KDE Photo Manager License: GPL-2.0-or-later @@ -47,7 +47,12 @@ BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel -BuildRequires: opencv-devel +%ifarch ppc64 +# opencv-devel is currently not available on ppc64, but opencv3-devel is... (and the version is high enough) +BuildRequires: opencv3-devel +%else +BuildRequires: opencv-devel >= 3.4.0 +%endif BuildRequires: pkgconfig BuildRequires: update-desktop-files %if %{with apidocs} @@ -169,12 +174,6 @@ # Leap 15 only has exiv2 0.26 %patch0 -p1 %endif -%if %pkg_vcmp opencv-devel < 3.4.0 -# Option to switch between DNN or HAAR face detection. -# DNN is the default one, Haar is the legacy deprecated method. -# DNN fails to build with openCV 3.3 though (needs 3.4 at least), so disable it... -sed -i 's/set(DNN_DETECTION TRUE)/set(DNN_DETECTION FALSE)/' core/libs/facesengine/CMakeLists.txt -%endif %build %cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON %{?qwebengine} ++++++ digikam-7.1.0.tar.xz -> digikam-7.2.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/digikam/digikam-7.1.0.tar.xz /work/SRC/openSUSE:Factory/.digikam.new.2401/digikam-7.2.0.tar.xz differ: char 25, line 1
