Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package koko for openSUSE:Factory checked in 
at 2024-03-11 15:32:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/koko (Old)
 and      /work/SRC/openSUSE:Factory/.koko.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "koko"

Mon Mar 11 15:32:00 2024 rev:10 rq:1153426 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/koko/koko.changes        2023-12-09 
22:55:32.696662598 +0100
+++ /work/SRC/openSUSE:Factory/.koko.new.1770/koko.changes      2024-03-11 
15:38:13.499900914 +0100
@@ -1,0 +2,18 @@
+Thu Feb 29 15:28:36 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update the kquickimageeditor requirements
+
+-------------------------------------------------------------------
+Fri Feb 23 13:59:51 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:08:57 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  koko-23.08.4.tar.xz
  koko-23.08.4.tar.xz.sig

New:
----
  koko-24.02.0.tar.xz
  koko-24.02.0.tar.xz.sig

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

Other differences:
------------------
++++++ koko.spec ++++++
--- /var/tmp/diff_new_pack.6H1OfS/_old  2024-03-11 15:38:14.511938184 +0100
+++ /var/tmp/diff_new_pack.6H1OfS/_new  2024-03-11 15:38:14.515938332 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package koko
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,52 +16,58 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without  released
 Name:           koko
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Kirigami based gallery application
 License:        LGPL-2.1-or-later
 URL:            https://apps.kde.org/koko/
-Source0:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-# Sources change daily, download updates before each release
+# TODO Sources change daily, download updates before each release
 # https://download.geonames.org/export/dump/cities1000.zip
 Source3:        cities1000.zip
 # https://download.geonames.org/export/dump/admin1CodesASCII.txt
 Source4:        admin1CodesASCII.txt
 # https://download.geonames.org/export/dump/admin2Codes.txt
 Source5:        admin2Codes.txt
-BuildRequires:  extra-cmake-modules
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+# Both kquickimageeditor flavors provide the same CMake target name, use the 
devel package name instead
+# BuildRequires:  cmake(KQuickImageEditor)
+BuildRequires:  kquickimageeditor6-devel
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5FileMetaData)
-BuildRequires:  cmake(KF5GuiAddons)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Kirigami2)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(KQuickImageEditor)
-BuildRequires:  cmake(Qt5Positioning)
-BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(Qt5Sql)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Widgets)
-BuildRequires:  cmake(Qt5X11Extras)
+BuildRequires:  qt6-gui-private-devel >= %{qt6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6Declarative) >= %{kf6_version}
+BuildRequires:  cmake(KF6FileMetaData) >= %{kf6_version}
+BuildRequires:  cmake(KF6GuiAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6Kirigami) >= %{kf6_version}
+BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Positioning) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6QuickControls2) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Sql) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 BuildRequires:  cmake(exiv2) >= 0.21
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-atom)
-Requires:       kirigami2
+Requires:       kf6-kirigami-imports >= %{kf6_version}
+Requires:       kquickimageeditor6-imports
+Requires:       qt6-sql-sqlite >= %{qt6_version}
 
 %description
 Koko is a simple image gallery application that is designed to view, edit and
@@ -75,15 +81,15 @@
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} src/
 
 %build
-%cmake_kf5 -d build
+%cmake_kf6
 
-%cmake_build
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
 # Not needed
-rm %{buildroot}%{_kf5_libdir}/libkokocommon.so
+rm %{buildroot}%{_kf6_libdir}/libkokocommon.so
 
 %find_lang %{name} --all-name
 
@@ -92,14 +98,14 @@
 %files
 %license LICENSES/*
 %doc README.md
-%{_kf5_applicationsdir}/org.kde.koko.desktop
-%{_kf5_appstreamdir}/org.kde.koko.appdata.xml
-%{_kf5_bindir}/koko
-%{_kf5_iconsdir}/hicolor/128x128/apps/koko.png
-%{_kf5_libdir}/libkokocommon.so.*
-%{_kf5_notifydir}/koko.notifyrc
-%{_kf5_qmldir}/org/kde/koko/
-%{_kf5_sharedir}/koko/
+%{_kf6_applicationsdir}/org.kde.koko.desktop
+%{_kf6_appstreamdir}/org.kde.koko.appdata.xml
+%{_kf6_bindir}/koko
+%{_kf6_iconsdir}/hicolor/scalable/apps/org.kde.koko.svg
+%{_kf6_libdir}/libkokocommon.so.*
+%{_kf6_notificationsdir}/koko.notifyrc
+%{_kf6_qmldir}/org/kde/koko/
+%{_kf6_sharedir}/koko/
 
 %files lang -f %{name}.lang
 

++++++ admin1CodesASCII.txt ++++++
++++ 609 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/koko/admin1CodesASCII.txt
++++ and /work/SRC/openSUSE:Factory/.koko.new.1770/admin1CodesASCII.txt

++++++ admin2Codes.txt ++++++
++++ 4878 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/koko/admin2Codes.txt
++++ and /work/SRC/openSUSE:Factory/.koko.new.1770/admin2Codes.txt

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.6H1OfS/_old and 
/var/tmp/diff_new_pack.6H1OfS/_new differ

++++++ cities1000.zip ++++++
/work/SRC/openSUSE:Factory/koko/cities1000.zip 
/work/SRC/openSUSE:Factory/.koko.new.1770/cities1000.zip differ: char 11, line 1

++++++ koko-23.08.4.tar.xz -> koko-24.02.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/koko/koko-23.08.4.tar.xz 
/work/SRC/openSUSE:Factory/.koko.new.1770/koko-24.02.0.tar.xz differ: char 25, 
line 1

Reply via email to