Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kde-cli-tools6 for openSUSE:Factory checked in at 2025-06-26 11:34:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-cli-tools6 (Old) and /work/SRC/openSUSE:Factory/.kde-cli-tools6.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-cli-tools6" Thu Jun 26 11:34:54 2025 rev:25 rq:1288282 version:6.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kde-cli-tools6/kde-cli-tools6.changes 2025-06-18 15:54:15.347513225 +0200 +++ /work/SRC/openSUSE:Factory/.kde-cli-tools6.new.7067/kde-cli-tools6.changes 2025-06-26 11:35:21.191906661 +0200 @@ -1,0 +2,9 @@ +Tue Jun 24 11:53:46 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: ---- kde-cli-tools-6.4.0.tar.xz kde-cli-tools-6.4.0.tar.xz.sig New: ---- kde-cli-tools-6.4.1.tar.xz kde-cli-tools-6.4.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-cli-tools6.spec ++++++ --- /var/tmp/diff_new_pack.q5EhTN/_old 2025-06-26 11:35:22.003940348 +0200 +++ /var/tmp/diff_new_pack.q5EhTN/_new 2025-06-26 11:35:22.007940514 +0200 @@ -22,14 +22,14 @@ %bcond_without released %define rname kde-cli-tools Name: kde-cli-tools6 -Version: 6.4.0 +Version: 6.4.1 Release: 0 Summary: Additional CLI tools for KDE applications License: 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: kf6-extra-cmake-modules >= %{kf6_version} ++++++ kde-cli-tools-6.4.0.tar.xz -> kde-cli-tools-6.4.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-cli-tools-6.4.0/CMakeLists.txt new/kde-cli-tools-6.4.1/CMakeLists.txt --- old/kde-cli-tools-6.4.0/CMakeLists.txt 2025-06-12 10:58:26.000000000 +0200 +++ new/kde-cli-tools-6.4.1/CMakeLists.txt 2025-06-24 11:29:59.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(KDE-CLI-Tools) -set(PROJECT_VERSION "6.4.0") +set(PROJECT_VERSION "6.4.1") set(QT_MIN_VERSION "6.8.0") set(KF6_MIN_VERSION "6.14.0")