Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksystemstats6 for openSUSE:Factory checked in at 2025-06-26 11:35:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksystemstats6 (Old) and /work/SRC/openSUSE:Factory/.ksystemstats6.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksystemstats6" Thu Jun 26 11:35:14 2025 rev:25 rq:1288295 version:6.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ksystemstats6/ksystemstats6.changes 2025-06-18 15:54:40.316549207 +0200 +++ /work/SRC/openSUSE:Factory/.ksystemstats6.new.7067/ksystemstats6.changes 2025-06-26 11:35:52.621210506 +0200 @@ -1,0 +2,9 @@ +Tue Jun 24 11:54:36 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.1 +- Changes since 6.4.0: + * Update version for new release 6.4.1 + +------------------------------------------------------------------- Old: ---- ksystemstats-6.4.0.tar.xz ksystemstats-6.4.0.tar.xz.sig New: ---- ksystemstats-6.4.1.tar.xz ksystemstats-6.4.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksystemstats6.spec ++++++ --- /var/tmp/diff_new_pack.UGaqgl/_old 2025-06-26 11:35:53.337240211 +0200 +++ /var/tmp/diff_new_pack.UGaqgl/_new 2025-06-26 11:35:53.337240211 +0200 @@ -23,7 +23,7 @@ %define rname ksystemstats %bcond_without released Name: ksystemstats6 -Version: 6.4.0 +Version: 6.4.1 Release: 0 # Full Plasma 6 version (e.g. 6.0.0) %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} @@ -33,9 +33,9 @@ # Actually (GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL) AND CC0-1.0 AND BSD-3-Clause AND BSD-2-Clause License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later URL: https://www.kde.org -Source: %{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 ++++++ ksystemstats-6.4.0.tar.xz -> ksystemstats-6.4.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksystemstats-6.4.0/CMakeLists.txt new/ksystemstats-6.4.1/CMakeLists.txt --- old/ksystemstats-6.4.0/CMakeLists.txt 2025-06-12 10:59:49.000000000 +0200 +++ new/ksystemstats-6.4.1/CMakeLists.txt 2025-06-24 11:31:53.000000000 +0200 @@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.4.0") +set(PROJECT_VERSION "6.4.1") project(ksystemstats VERSION ${PROJECT_VERSION}) -set(PROJECT_DEP_VERSION "6.4.0") +set(PROJECT_DEP_VERSION "6.4.1") set(QT_MIN_VERSION "6.8.0") set(KF6_MIN_VERSION "6.14.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82")