Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kturtle"

Mon Mar 11 15:31:21 2024 rev:159 rq:1151034 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2023-12-09 
22:56:19.758389648 +0100
+++ /work/SRC/openSUSE:Factory/.kturtle.new.1770/kturtle.changes        
2024-03-11 15:37:15.137751629 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:00:27 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:34 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kturtle.spec ++++++
--- /var/tmp/diff_new_pack.1nV1Eb/_old  2024-03-11 15:37:16.417798769 +0100
+++ /var/tmp/diff_new_pack.1nV1Eb/_new  2024-03-11 15:37:16.433799358 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kturtle
 #
-# 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,31 +16,38 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           kturtle
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Logo Programming Environment
 License:        GPL-2.0-or-later
 URL:            https://apps.kde.org/kturtle
-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(KF5Crash)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KDELibs4Support)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5NewStuff)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5Widgets)
-Obsoletes:      %{name}5 < %{version}
-Provides:       %{name}5 = %{version}
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6NewStuff) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  cmake(Qt6PrintSupport) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
+BuildRequires:  cmake(Qt6SvgWidgets) >= %{qt6_version}
+Obsoletes:      kturtle5 < %{version}
+Provides:       kturtle5 = %{version}
 
 %description
 KTurtle is an educational Logo programming environment.
@@ -54,27 +61,25 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
 
-%install
-%kf5_makeinstall -C build
+%kf6_build
 
-%find_lang %{name} --with-man --all-name
-%{kf5_find_htmldocs}
+%install
+%kf6_install
 
-%suse_update_desktop_file org.kde.%{name} Education Math
+%find_lang %{name} --with-html --all-name
 
 %files
-%license COPYING*
-%doc AUTHORS README.md
-%config %{_kf5_configdir}/kturtle.knsrc
-%doc %lang(en) %{_kf5_htmldir}/en/kturtle/
-%{_kf5_applicationsdir}/org.kde.kturtle.desktop
-%{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml
-%{_kf5_bindir}/kturtle
-%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
-%{_kf5_kxmlguidir}/kturtle/
+%license LICENSES/*
+%doc README.md
+%doc %lang(en) %{_kf6_htmldir}/en/kturtle/
+%{_kf6_applicationsdir}/org.kde.kturtle.desktop
+%{_kf6_appstreamdir}/org.kde.kturtle.appdata.xml
+%{_kf6_bindir}/kturtle
+%{_kf6_iconsdir}/hicolor/*/apps/kturtle.*
+%{_kf6_knsrcfilesdir}/kturtle.knsrc
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/kturtle/
 

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

++++++ kturtle-23.08.4.tar.xz -> kturtle-24.02.0.tar.xz ++++++
++++ 58529 lines of diff (skipped)

Reply via email to