Script 'mail_helper' called by obssrc
Hello community,

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

Package is "knights"

Mon Mar 11 15:30:52 2024 rev:64 rq:1150979 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knights/knights.changes  2023-12-09 
22:55:31.168606523 +0100
+++ /work/SRC/openSUSE:Factory/.knights.new.1770/knights.changes        
2024-03-11 15:36:02.403073054 +0100
@@ -1,0 +2,14 @@
+Fri Feb 23 13:59:49 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- Changes since 24.01.95:
+  * Fix crash while playing against CPU (kde#449639)
+
+-------------------------------------------------------------------
+Fri Feb  9 16:08:55 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ knights.spec ++++++
--- /var/tmp/diff_new_pack.WP83Ur/_old  2024-03-11 15:36:02.883090732 +0100
+++ /var/tmp/diff_new_pack.WP83Ur/_new  2024-03-11 15:36:02.883090732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knights
 #
-# 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,37 +16,42 @@
 #
 
 
+%define kf6_version 5.246.0
+%define plasma6_version 5.27.80
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           knights
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        A simple chess board
 License:        GPL-2.0-or-later
 URL:            https://apps.kde.org/knights
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source:         %{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
-BuildRequires:  extra-cmake-modules
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Plasma)
-BuildRequires:  cmake(KF5Plotting)
-BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(KF5Wallet)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Concurrent)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5TextToSpeech)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KDEGames6) 
+BuildRequires:  cmake(KF6ConfigWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6Plotting) >= %{kf6_version}
+BuildRequires:  cmake(KF6Svg) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6Wallet) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Plasma) >= %{plasma6_version}
+BuildRequires:  cmake(Qt6Concurrent) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
+BuildRequires:  cmake(Qt6TextToSpeech) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 Requires:       gnuchess
 Suggests:       crafty
 Obsoletes:      kchess
@@ -64,31 +69,30 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%suse_update_desktop_file -r org.kde.knights Qt KDE Game BoardGame
+%find_lang %{name} --with-man --with-html --all-name
 
-%find_lang %{name}
-%{kf5_find_htmldocs}
 
 %files
 %license LICENSE
 %doc README.themes
-%doc %{_kf5_htmldir}/en/knights/
-%{_kf5_applicationsdir}/org.kde.knights.desktop
-%{_kf5_appstreamdir}/org.kde.knights.appdata.xml
-%{_kf5_bindir}/knights
-%{_kf5_configkcfgdir}/knights.kcfg
-%{_kf5_dbusinterfacesdir}/org.kde.Knights.xml
-%{_kf5_debugdir}/knights.categories
-%{_kf5_iconsdir}/*/*/*/knights.*
-%{_kf5_knsrcfilesdir}/knights.knsrc
-%{_kf5_kxmlguidir}/knights/
-%{_kf5_sharedir}/knights/
+%doc %lang(en) %{_kf6_htmldir}/en/knights/
+%{_kf6_applicationsdir}/org.kde.knights.desktop
+%{_kf6_appstreamdir}/org.kde.knights.appdata.xml
+%{_kf6_bindir}/knights
+%{_kf6_configkcfgdir}/knights.kcfg
+%{_kf6_dbusinterfacesdir}/org.kde.Knights.xml
+%{_kf6_debugdir}/knights.categories
+%{_kf6_iconsdir}/*/*/*/knights.*
+%{_kf6_knsrcfilesdir}/knights.knsrc
+%{_kf6_sharedir}/knights/
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/knights/
 

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

++++++ knights-23.08.4.tar.xz -> knights-24.02.0.tar.xz ++++++
++++ 38625 lines of diff (skipped)

Reply via email to