Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kcachegrind"

Mon Mar 11 15:30:13 2024 rev:130 rq:1150892 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2023-12-09 
22:54:21.766059619 +0100
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new.1770/kcachegrind.changes        
2024-03-11 15:34:42.704140702 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:58:49 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:07:55 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kcachegrind.spec ++++++
--- /var/tmp/diff_new_pack.8ZhPs4/_old  2024-03-11 15:34:43.248160714 +0100
+++ /var/tmp/diff_new_pack.8ZhPs4/_new  2024-03-11 15:34:43.248160714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcachegrind
 #
-# 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,34 +16,37 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           kcachegrind
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Frontend for Cachegrind
 License:        GPL-2.0-only AND BSD-4-Clause AND GFDL-1.2-only
 URL:            https://apps.kde.org/kcachegrind
-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:  kf5-filesystem
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(KF6Archive) >= %{kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6LinguistTools) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 
 %description
 KCachegrind is a frontend for cachegrind.
@@ -59,31 +62,33 @@
 %endif
 export CXXFLAGS="%{optflags} -fPIC"
 export CFLAGS="%{optflags} -fPIC"
-%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" 
-DCMAKE_CFLAGS="%{optflags}"
-%cmake_build
+
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{name} --with-man --all-name --with-qt
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html --all-name --with-qt
 
 %suse_update_desktop_file org.kde.kcachegrind Development Profiling
 
 %files
 %license LICENSES/*
 %doc README
-%doc %lang(en) %{_kf5_htmldir}/en/kcachegrind/
-%{_kf5_applicationsdir}/org.kde.kcachegrind.desktop
-%{_kf5_appstreamdir}/org.kde.kcachegrind.appdata.xml
-%{_kf5_bindir}/dprof2calltree
-%{_kf5_bindir}/hotshot2calltree
-%{_kf5_bindir}/kcachegrind
-%{_kf5_bindir}/memprof2calltree
-%{_kf5_bindir}/op2calltree
-%{_kf5_bindir}/pprof2calltree
-%{_kf5_iconsdir}/hicolor/*/*/*
-%{_kf5_sharedir}/kcachegrind/
+%doc %lang(en) %{_kf6_htmldir}/en/kcachegrind/
+%{_kf6_applicationsdir}/org.kde.kcachegrind.desktop
+%{_kf6_appstreamdir}/org.kde.kcachegrind.appdata.xml
+%{_kf6_bindir}/dprof2calltree
+%{_kf6_bindir}/hotshot2calltree
+%{_kf6_bindir}/kcachegrind
+%{_kf6_bindir}/memprof2calltree
+%{_kf6_bindir}/op2calltree
+%{_kf6_bindir}/pprof2calltree
+%{_kf6_iconsdir}/hicolor/*/*/*
+%{_kf6_sharedir}/kcachegrind/
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/kcachegrind/
 

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

++++++ kcachegrind-23.08.4.tar.xz -> kcachegrind-24.02.0.tar.xz ++++++
++++ 75641 lines of diff (skipped)

Reply via email to