Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kolourpaint for openSUSE:Factory checked in at 2024-03-11 15:30:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old) and /work/SRC/openSUSE:Factory/.kolourpaint.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolourpaint" Mon Mar 11 15:30:54 2024 rev:159 rq:1150986 version:24.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes 2023-12-09 22:55:37.056822606 +0100 +++ /work/SRC/openSUSE:Factory/.kolourpaint.new.1770/kolourpaint.changes 2024-03-11 15:36:06.479223165 +0100 @@ -1,0 +2,13 @@ +Fri Feb 23 13:59:53 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:09:00 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.01.95 + * https://kde.org/announcements/megarelease/6/rc2/ + +------------------------------------------------------------------- Old: ---- kolourpaint-23.08.4.tar.xz kolourpaint-23.08.4.tar.xz.sig New: ---- kolourpaint-24.02.0.tar.xz kolourpaint-24.02.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolourpaint.spec ++++++ --- /var/tmp/diff_new_pack.pmo9uc/_old 2024-03-11 15:36:06.975241432 +0100 +++ /var/tmp/diff_new_pack.pmo9uc/_new 2024-03-11 15:36:06.979241579 +0100 @@ -1,7 +1,7 @@ # # spec file for package kolourpaint # -# 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,29 +16,39 @@ # +%define kf6_version 5.246.0 +%define qt6_version 6.6.0 + %bcond_without released Name: kolourpaint -Version: 23.08.4 +Version: 24.02.0 Release: 0 Summary: Paint Program # See boo#717722 for license details # GPL-2.0 is the license of the Bulgarian translation -License: BSD-2-Clause AND LGPL-2.1-or-later AND GFDL-1.2-or-later AND GPL-2.0-only +License: LGPL-2.1-or-later AND GPL-2.0-only URL: https://apps.kde.org/kolourpaint -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: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: fdupes -BuildRequires: kf5-filesystem BuildRequires: update-desktop-files -BuildRequires: xz -BuildRequires: cmake(KF5KDELibs4Support) -BuildRequires: cmake(KF5Sane) -# boo#1055759 -Requires: kdelibs4support +BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(KF6GuiAddons) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6JobWidgets) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} +BuildRequires: cmake(KF6TextWidgets) >= %{kf6_version} +BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} +BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6PrintSupport) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +# FIXME not ported or CMakeLists.txt error +# BuildRequires: cmake(KF5Sane) Provides: kolourpaint5 = %{version} Obsoletes: kolourpaint5 < %{version} @@ -51,31 +61,32 @@ %autosetup -p1 %build -%cmake_kf5 -d build -%cmake_build +%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE + +%kf6_build %install -%kf5_makeinstall -C build +%kf6_install -%find_lang %{name} --with-man --all-name -%{kf5_find_htmldocs} +%find_lang %{name} --with-html --all-name %suse_update_desktop_file org.kde.kolourpaint RasterGraphics -%fdupes -s %{buildroot}%{_datadir} + +%fdupes %{buildroot}%{_kf6_sharedir} %ldconfig_scriptlets %files -%license COPYING -%doc README* -%doc %lang(en) %{_kf5_htmldir}/en/*/ -%{_kf5_applicationsdir}/org.kde.kolourpaint.desktop -%{_kf5_appstreamdir}/org.kde.kolourpaint.appdata.xml -%{_kf5_bindir}/kolourpaint -%{_kf5_iconsdir}/hicolor/*/apps/kolourpaint.* -%{_kf5_kxmlguidir}/ -%{_kf5_libdir}/libkolourpaint_lgpl.so* -%{_kf5_sharedir}/kolourpaint/ +%license COPYING* +%doc README.md +%doc %lang(en) %{_kf6_htmldir}/en/*/ +%{_kf6_applicationsdir}/org.kde.kolourpaint.desktop +%{_kf6_appstreamdir}/org.kde.kolourpaint.appdata.xml +%{_kf6_bindir}/kolourpaint +%{_kf6_iconsdir}/hicolor/*/apps/kolourpaint.* +%{_kf6_libdir}/libkolourpaint_lgpl.so* +%{_kf6_sharedir}/kolourpaint/ %files lang -f %{name}.lang +%exclude %{_kf6_htmldir}/en/*/ ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.pmo9uc/_old and /var/tmp/diff_new_pack.pmo9uc/_new differ ++++++ kolourpaint-23.08.4.tar.xz -> kolourpaint-24.02.0.tar.xz ++++++ ++++ 29278 lines of diff (skipped)
