Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package katomic for openSUSE:Factory checked in at 2024-03-11 15:30:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/katomic (Old) and /work/SRC/openSUSE:Factory/.katomic.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "katomic" Mon Mar 11 15:30:07 2024 rev:143 rq:1150885 version:24.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/katomic/katomic.changes 2023-12-17 21:33:45.072693913 +0100 +++ /work/SRC/openSUSE:Factory/.katomic.new.1770/katomic.changes 2024-03-11 15:34:29.899669690 +0100 @@ -1,0 +2,13 @@ +Fri Feb 23 13:58:43 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.02.0 + * New feature release +- No code change since 24.01.95 + +------------------------------------------------------------------- +Fri Feb 9 16:07:50 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.01.95 + * https://kde.org/announcements/megarelease/6/rc2/ + +------------------------------------------------------------------- Old: ---- katomic-23.08.4.tar.xz katomic-23.08.4.tar.xz.sig New: ---- katomic-24.02.0.tar.xz katomic-24.02.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ katomic.spec ++++++ --- /var/tmp/diff_new_pack.yV6QIr/_old 2024-03-11 15:34:31.643733847 +0100 +++ /var/tmp/diff_new_pack.yV6QIr/_new 2024-03-11 15:34:31.643733847 +0100 @@ -1,7 +1,7 @@ # # spec file for package katomic # -# 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,41 +16,35 @@ # +%define kf6_version 5.246.0 +%define qt6_version 6.6.0 + %bcond_without released Name: katomic -Version: 23.08.4 +Version: 24.02.0 Release: 0 Summary: Sokoban-like logic game License: GPL-2.0-or-later URL: https://apps.kde.org/katomic -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(KF5Config) -BuildRequires: cmake(KF5ConfigWidgets) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5DBusAddons) -BuildRequires: cmake(KF5DocTools) -BuildRequires: cmake(KF5GuiAddons) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5ItemViews) -BuildRequires: cmake(KF5KDEGames) -BuildRequires: cmake(KF5KDELibs4Support) -BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(KF5NewStuff) -BuildRequires: cmake(KF5NotifyConfig) -BuildRequires: cmake(KF5WidgetsAddons) -BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5QuickWidgets) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5Widgets) -Obsoletes: %{name}5 < %{version} -Provides: %{name}5 = %{version} +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6Crash) >= %{kf6_version} +BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} +BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KDEGames6) +BuildRequires: cmake(KF6NewStuff) >= %{kf6_version} +BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} +BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +Obsoletes: katomic5 < %{version} +Provides: katomic5 = %{version} %description KAtomic is a thinking game where you have to form chemical molecules @@ -60,31 +54,31 @@ %lang_package %prep -%autosetup -p1 -n katomic-%{version} +%autosetup -p1 %build -%cmake_kf5 -d build -%cmake_build +%cmake_kf6 + +%kf6_build %install -%kf5_makeinstall -C build +%kf6_install -%find_lang %{name} --with-man --all-name -%{kf5_find_htmldocs} +%find_lang %{name} --with-man --with-html --all-name -%suse_update_desktop_file -r org.kde.katomic Game LogicGame %files %license LICENSES/* -%doc %lang(en) %{_kf5_htmldir}/en/katomic/ -%{_kf5_applicationsdir}/org.kde.katomic.desktop -%{_kf5_appsdir}/katomic/ -%{_kf5_appsdir}/kconf_update/katomic-levelset* -%{_kf5_appstreamdir}/org.kde.katomic.appdata.xml -%{_kf5_bindir}/katomic -%{_kf5_debugdir}/katomic.categories -%{_kf5_iconsdir}/hicolor/*/apps/katomic.* -%{_kf5_knsrcfilesdir}/katomic.knsrc +%doc %lang(en) %{_kf6_htmldir}/en/katomic/ +%{_kf6_applicationsdir}/org.kde.katomic.desktop +%{_kf6_appstreamdir}/org.kde.katomic.appdata.xml +%{_kf6_bindir}/katomic +%{_kf6_debugdir}/katomic.categories +%{_kf6_iconsdir}/hicolor/*/apps/katomic.* +%{_kf6_knsrcfilesdir}/katomic.knsrc +%{_kf6_sharedir}/katomic/ +%{_kf6_sharedir}/kconf_update/katomic-levelset* %files lang -f %{name}.lang +%exclude %{_kf6_htmldir}/en/katomic/ ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.yV6QIr/_old and /var/tmp/diff_new_pack.yV6QIr/_new differ ++++++ katomic-23.08.4.tar.xz -> katomic-24.02.0.tar.xz ++++++ ++++ 20712 lines of diff (skipped)
