Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory checked in at 2023-05-11 12:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old) and /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-cli-tools5" Thu May 11 12:32:39 2023 rev:156 rq:1085978 version:5.27.5 Changes: -------- --- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes 2023-04-05 21:34:04.550027648 +0200 +++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1533/kde-cli-tools5.changes 2023-05-11 12:33:02.002569542 +0200 @@ -1,0 +2,12 @@ +Tue May 9 13:44:07 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.27.5 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.27.5 +- Changes since 5.27.4: + * add kinfo (kde#403077) +- Add patch to fix kinfo (sigh): + * 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch + +------------------------------------------------------------------- Old: ---- kde-cli-tools-5.27.4.tar.xz kde-cli-tools-5.27.4.tar.xz.sig New: ---- 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch kde-cli-tools-5.27.5.tar.xz kde-cli-tools-5.27.5.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-cli-tools5.spec ++++++ --- /var/tmp/diff_new_pack.onGVF2/_old 2023-05-11 12:33:02.630572628 +0200 +++ /var/tmp/diff_new_pack.onGVF2/_new 2023-05-11 12:33:02.634572648 +0200 @@ -19,7 +19,7 @@ %define kf5_version 5.98.0 %bcond_without released Name: kde-cli-tools5 -Version: 5.27.4 +Version: 5.27.5 Release: 0 Summary: Additional CLI tools for KDE applications License: GPL-2.0-or-later @@ -30,8 +30,10 @@ Source1: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig Source2: plasma.keyring %endif +# PATCH-FIX-UPSTREAM +Patch1: 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256 -Patch0: kdesu-add-some-i18n-love.patch +Patch100: kdesu-add-some-i18n-love.patch BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: kf5-filesystem BuildRequires: xz @@ -97,6 +99,7 @@ %{_kf5_bindir}/kdemv{5,} %{_kf5_bindir}/kde-open{5,} %{_kf5_bindir}/keditfiletype{5,} +%{_kf5_bindir}/kinfo %{_kf5_bindir}/kioclient{5,} %{_kf5_bindir}/kmimetypefinder{5,} %{_kf5_bindir}/ksvgtopng{5,} ++++++ 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch ++++++ >From 726690b34c1b75307fb8c830ba05dd00b98aa85a Mon Sep 17 00:00:00 2001 From: Heiko Becker <heiko.bec...@kde.org> Date: Tue, 9 May 2023 21:29:52 +0200 Subject: [PATCH] kinfo: Use kcmshell5 with Plasma *5* --- kinfo/kinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinfo/kinfo b/kinfo/kinfo index ddb5de3..6f91196 100644 --- a/kinfo/kinfo +++ b/kinfo/kinfo @@ -3,4 +3,4 @@ # SPDX-FileCopyrightText: 2023 Harald Sitter <sit...@kde.org> export QT_LOGGING_RULES="*=false" -exec kcmshell6 kcm_about-distro --args dump --platform offscreen +exec kcmshell5 kcm_about-distro --args dump --platform offscreen -- 2.40.1 ++++++ kde-cli-tools-5.27.4.tar.xz -> kde-cli-tools-5.27.5.tar.xz ++++++ ++++ 4087 lines of diff (skipped)