Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma5-workspace for openSUSE:Factory checked in at 2023-10-25 18:01:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old) and /work/SRC/openSUSE:Factory/.plasma5-workspace.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-workspace" Wed Oct 25 18:01:54 2023 rev:220 rq:1120203 version:5.27.9 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes 2023-09-14 16:26:13.343775466 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new.24901/plasma5-workspace.changes 2023-10-25 18:02:34.885904998 +0200 @@ -1,0 +2,21 @@ +Wed Oct 25 08:10:06 UTC 2023 - Fabian Vogt <[email protected]> + +- Add patch to fix the logout applet: + * 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch + +------------------------------------------------------------------- +Tue Oct 24 14:26:30 UTC 2023 - Fabian Vogt <[email protected]> + +- Update to 5.27.9 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.27.9 +- Changes since 5.27.8: + * Do not consider icon changes excess notification creation + * lockscreen: handle user switching also on nopassword page (kde#458951) + * applets/lock_logout: add a11y properties and restore tooltip + * runners/recentdocuments: Fix results being discarded when casing is different (kde#474782) + * [plasmacalendarintegration] Fix selected regions are randomly reset to default (kde#472483) + * libtaskmanager: test waylandtasksmodel + +------------------------------------------------------------------- Old: ---- plasma-workspace-5.27.8.tar.xz plasma-workspace-5.27.8.tar.xz.sig New: ---- 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch plasma-workspace-5.27.9.tar.xz plasma-workspace-5.27.9.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-workspace.spec ++++++ --- /var/tmp/diff_new_pack.Nybmky/_old 2023-10-25 18:02:37.381997138 +0200 +++ /var/tmp/diff_new_pack.Nybmky/_new 2023-10-25 18:02:37.381997138 +0200 @@ -30,7 +30,7 @@ %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF) %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} -Version: 5.27.8 +Version: 5.27.9 Release: 0 Summary: The KDE Plasma Workspace Components License: GPL-2.0-or-later @@ -42,6 +42,8 @@ Source2: plasma.keyring %endif Source3: xprop-kde-full-session.desktop +# PATCH-FIX-UPSTREAM +Patch1: 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch # PATCHES 501-??? are PATCH-FIX-OPENSUSE Patch501: 0001-Use-qdbus-qt5.patch Patch502: 0001-Ignore-default-sddm-face-icons.patch ++++++ 0001-applets-lock_logout-use-PlasmaCore.IconItem.patch ++++++ >From 5bbaeed848a572b31da99c6ca0abfe396e610841 Mon Sep 17 00:00:00 2001 From: Fushan Wen <[email protected]> Date: Wed, 25 Oct 2023 15:25:01 +0800 Subject: [PATCH] applets/lock_logout: use PlasmaCore.IconItem --- applets/lock_logout/contents/ui/lockout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/lock_logout/contents/ui/lockout.qml b/applets/lock_logout/contents/ui/lockout.qml index 4b4645108b..1673bd4027 100644 --- a/applets/lock_logout/contents/ui/lockout.qml +++ b/applets/lock_logout/contents/ui/lockout.qml @@ -101,7 +101,7 @@ Flow { onTapped: performOperation(modelData.operation) } - Kirigami.Icon { + PlasmaCore.IconItem { id: iconButton width: items.iconSize height: items.iconSize -- 2.42.0 ++++++ plasma-workspace-5.27.8.tar.xz -> plasma-workspace-5.27.9.tar.xz ++++++ /work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.27.8.tar.xz /work/SRC/openSUSE:Factory/.plasma5-workspace.new.24901/plasma-workspace-5.27.9.tar.xz differ: char 26, line 1
