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 2022-07-14 16:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
and /work/SRC/openSUSE:Factory/.plasma5-workspace.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-workspace"
Thu Jul 14 16:33:49 2022 rev:193 rq:988852 version:5.25.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes
2022-07-01 13:44:41.558874499 +0200
+++
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.1523/plasma5-workspace.changes
2022-07-14 16:34:07.176619264 +0200
@@ -1,0 +2,23 @@
+Tue Jul 12 18:17:00 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Add patch to fix the lock screen (kde#456639):
+ * 0001-Fix-non-functional-lockscreen-due-to-bad-cherry-pick.patch
+
+-------------------------------------------------------------------
+Tue Jul 12 11:29:05 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.25.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.3
+- Changes since 5.25.2:
+ * Guard against cursor theme changing in animation timer (kde#456526)
+ * Fix "PanelSpacer::containmentGraphicObject()" plasmashell segfault
(kde#450663)
+ * Fix StatusNotifierItem MidClick (kde#456466)
+ * kcms/lookandfeel: Set all defaults when saving the default package
(kde#456275)
+ * kcms/colors: Properly apply tinting to the window titlebar
(kde#455395,kde#454047)
+ * [kcms/icons] Pass parent window to ksycoca progress dialog
+ * applets/kicker: Get rid of a separator just above title menu item
(kde#449132)
+ * Fix password field in lock screen not clearing after failed login attempt
(kde#455227)
+
+-------------------------------------------------------------------
Old:
----
plasma-workspace-5.25.2.tar.xz
plasma-workspace-5.25.2.tar.xz.sig
New:
----
0001-Fix-non-functional-lockscreen-due-to-bad-cherry-pick.patch
plasma-workspace-5.25.3.tar.xz
plasma-workspace-5.25.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.4yfHeD/_old 2022-07-14 16:34:07.964620003 +0200
+++ /var/tmp/diff_new_pack.4yfHeD/_new 2022-07-14 16:34:07.968620006 +0200
@@ -29,7 +29,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.25.2
+Version: 5.25.3
Release: 0
Summary: The KDE Plasma Workspace Components
License: GPL-2.0-or-later
@@ -41,6 +41,8 @@
Source2: plasma.keyring
%endif
Source3: xprop-kde-full-session.desktop
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Fix-non-functional-lockscreen-due-to-bad-cherry-pick.patch
# PATCHES 501-??? are PATCH-FIX-OPENSUSE
Patch501: 0001-Use-qdbus-qt5.patch
Patch502: 0001-Ignore-default-sddm-face-icons.patch
++++++ 0001-Fix-non-functional-lockscreen-due-to-bad-cherry-pick.patch ++++++
>From bfb47cb202784733618e53e1088e8676c2815456 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Tue, 12 Jul 2022 20:11:15 +0200
Subject: [PATCH] Fix non-functional lockscreen due to bad cherry-pick
The cherry-pick of 923ce7e5887d
("Fix password field in lock screen not clearing after failed login attempt")
introduced two assignments to properties which don't exist in 5.25 yet. This
causes execution of those blocks to abort early, resulting in a bad state,
like hadPrompt never getting set to true.
BUG: 456639
---
lookandfeel/contents/lockscreen/LockScreenUi.qml | 2 --
1 file changed, 2 deletions(-)
diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml
b/lookandfeel/contents/lockscreen/LockScreenUi.qml
index 50f4ccd85..2b638f8fa 100644
--- a/lookandfeel/contents/lockscreen/LockScreenUi.qml
+++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml
@@ -67,12 +67,10 @@ PlasmaCore.ColorScope {
function onPrompt(msg) {
root.notification = msg;
- mainBlock.showPassword = true;
mainBlock.mainPasswordBox.forceActiveFocus();
lockScreenUi.hadPrompt = true;
}
function onPromptForSecret(msg) {
- mainBlock.showPassword = false;
mainBlock.mainPasswordBox.forceActiveFocus();
lockScreenUi.hadPrompt = true;
}
--
2.36.1
++++++ plasma-workspace-5.25.2.tar.xz -> plasma-workspace-5.25.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.25.2.tar.xz
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.1523/plasma-workspace-5.25.3.tar.xz
differ: char 26, line 1