Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package digikam for openSUSE:Factory checked in at 2024-04-04 22:25:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/digikam (Old) and /work/SRC/openSUSE:Factory/.digikam.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "digikam" Thu Apr 4 22:25:01 2024 rev:221 rq:1164338 version:8.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/digikam/digikam.changes 2024-02-27 22:48:00.961805294 +0100 +++ /work/SRC/openSUSE:Factory/.digikam.new.1905/digikam.changes 2024-04-04 22:25:52.086448304 +0200 @@ -1,0 +2,7 @@ +Tue Apr 2 21:52:10 UTC 2024 - Jaime MarquÃnez Ferrándiz <jaime.marquinez.ferran...@fastmail.net> + +- Update to 8.3.0: + https://www.digikam.org/news/2024-03-17-8.3.0_release_announcement/ +- Rebase 0001-Look-for-each-akonadi-component-separately.patch + +------------------------------------------------------------------- Old: ---- digiKam-8.2.0.tar.xz digiKam-8.2.0.tar.xz.sig New: ---- digiKam-8.3.0-1.tar.xz digiKam-8.3.0-1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ digikam.spec ++++++ --- /var/tmp/diff_new_pack.W8sL3Q/_old 2024-04-04 22:25:53.538501764 +0200 +++ /var/tmp/diff_new_pack.W8sL3Q/_new 2024-04-04 22:25:53.542501911 +0200 @@ -16,18 +16,18 @@ # -%define soversion 8_2_0 +%define soversion 8_3_0 %bcond_without released %bcond_with apidocs Name: digikam -Version: 8.2.0 +Version: 8.3.0 Release: 0 Summary: A KDE Photo Manager License: GPL-2.0-or-later URL: https://www.digikam.org/ -Source0: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}.tar.xz +Source0: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}-1.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}-1.tar.xz.sig Source2: %{name}.keyring %endif # PATCH-FIX-OPENSUSE @@ -76,11 +76,13 @@ BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Multimedia) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5NetworkAuth) BuildRequires: cmake(Qt5OpenGL) BuildRequires: cmake(Qt5PrintSupport) BuildRequires: cmake(Qt5Sql) +BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5WebEngineWidgets) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5X11Extras) ++++++ 0001-Look-for-each-akonadi-component-separately.patch ++++++ --- /var/tmp/diff_new_pack.W8sL3Q/_old 2024-04-04 22:25:53.590503678 +0200 +++ /var/tmp/diff_new_pack.W8sL3Q/_new 2024-04-04 22:25:53.594503826 +0200 @@ -7,11 +7,11 @@ core/cmake/rules/RulesKDEFramework.cmake | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -diff --git a/core/cmake/rules/RulesKDEFramework.cmake b/core/cmake/rules/RulesKDEFramework.cmake -index 6100334..8a18288 100644 ---- a/core/cmake/rules/RulesKDEFramework.cmake -+++ b/core/cmake/rules/RulesKDEFramework.cmake -@@ -37,12 +37,9 @@ endif() +Index: digikam-8.3.0/core/cmake/rules/RulesKDEFramework.cmake +=================================================================== +--- digikam-8.3.0.orig/core/cmake/rules/RulesKDEFramework.cmake ++++ digikam-8.3.0/core/cmake/rules/RulesKDEFramework.cmake +@@ -37,14 +37,9 @@ endif() if(ENABLE_AKONADICONTACTSUPPORT) @@ -21,13 +21,12 @@ - AkonadiContact # For KDE Mail Contacts support. - Contacts # API for contacts/address book data. - ) +- find_package(KPim${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} QUIET) +- find_package(KPim${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} QUIET) + find_package(KF${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} REQUIRED) + find_package(KF${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} REQUIRED) # For KDE Mail Contacts support. + find_package(KF${QT_VERSION_MAJOR}Contacts ${AKONADI_MIN_VERSION} REQUIRED) # API for contacts/address book data. endif() --- -2.41.0 -