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 2021-02-15 23:13:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-workspace.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-workspace"

Mon Feb 15 23:13:23 2021 rev:157 rq:872116 version:5.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2021-01-25 18:22:38.984345677 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.28504/plasma5-workspace.changes
   2021-02-15 23:14:39.507248674 +0100
@@ -1,0 +2,46 @@
+Thu Feb 11 18:23:15 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.21.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.21.0
+- Changes since 5.20.90:
+  * fix restore size when float is used
+  * show colors,icons and plasma style in plamo
+  * [Notifications] Escape HTML in destUrl and fileName
+  * [Notifications] When application responds to cancel request, stop kill 
timer
+  * Fix condition for executable folders (kde#432653)
+  * ksmserver: Filter out services with NoDisplay=true
+  * Fix wallpaper paths in org.kde.slideshow package
+  * Revert "Use subseq matching for service runner" (kde#431609,kde#432339)
+  * [Notifications] Property is supposed to be "ProcessedItems"
+  * remove phone specific wallpaper config ui
+  * [applets/digital clock] Unbreak the time zone config dialog
+  * Set add panel as an explicit menu of a panel action (kde#432250)
+  * Wallpaper config: fix property imageModel that was missing in delegate 
(kde#431961)
+  * Make ksmserver's lock screen detection automatic
+  * [systemd] Move kwin to "wants"
+  * [applets/systemmonitor] fix not hiding the title on vertical panels
+  * [applets/digital clock] Restore scroll-to-change-displayed-timezone 
(kde#431977)
+  * Don't crash if the panelview is not ready
+  * [Notifications] Re-evaluate unread count when a notification is "read"
+  * [keyboard applet] fix TypeError garbage in log
+  * Fix condition for windowed widgets standalone mode (kde#432032)
+- Add patch to either get more info or work around logout not working
+  sometimes (kde#432460):
+  * 0001-ksmserver-Enable-debug-output-by-default.patch
+
+-------------------------------------------------------------------
+Thu Jan 21 21:31:48 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.20.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/20.90/
+- Too many changes to list here
+- Refresh patches:
+  * 0001-Revert-No-icons-on-the-desktop-by-default.patch
+  * 0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch
+  * 0001-Use-qdbus-qt5.patch
+
+-------------------------------------------------------------------

Old:
----
  plasma-workspace-5.20.5.tar.xz
  plasma-workspace-5.20.5.tar.xz.sig

New:
----
  0001-ksmserver-Enable-debug-output-by-default.patch
  plasma-workspace-5.21.0.tar.xz
  plasma-workspace-5.21.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.cbfKeR/_old  2021-02-15 23:14:40.351249935 +0100
+++ /var/tmp/diff_new_pack.cbfKeR/_new  2021-02-15 23:14:40.355249940 +0100
@@ -16,12 +16,12 @@
 #
 
 
-#Compat macro for new _fillupdir macro introduced in Nov 2017
-%{!?_fillupdir: %global _fillupdir %{_localstatedir}/adm/fillup-templates}
-
 # Internal QML imports
 %global __requires_exclude 
qmlimport\\((org\\.kde\\.plasma\\.private|org\\.kde\\.private\\.kcm).*
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%{!?_fillupdir: %global _fillupdir %{_localstatedir}/adm/fillup-templates}
+
 %define kf5_version 5.58.0
 
 %bcond_without lang
@@ -30,16 +30,15 @@
 %{!?_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.20.5
+Version:        5.21.0
 Release:        0
-%global _plasma5_bugfix 5.20.1
 Summary:        The KDE Plasma Workspace Components
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
+Source:         plasma-workspace-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz.sig
+Source1:        plasma-workspace-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 Source3:        baselibs.conf
@@ -47,6 +46,7 @@
 Patch501:       0001-Use-qdbus-qt5.patch
 Patch502:       0001-Ignore-default-sddm-face-icons.patch
 Patch503:       0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch
+Patch504:       0001-ksmserver-Enable-debug-output-by-default.patch
 # PATCH-FEATURE-OPENSUSE
 Patch506:       0001-Revert-No-icons-on-the-desktop-by-default.patch
 BuildRequires:  breeze5-icons
@@ -91,7 +91,8 @@
 BuildRequires:  cmake(KF5Wayland) >= %{kf5_version}
 BuildRequires:  cmake(KF5XmlRpcClient)
 BuildRequires:  cmake(KScreenLocker) >= %{_plasma5_version}
-BuildRequires:  cmake(KUserFeedback)
+# Disabled until upstream complies with the KDE policies
+#BuildRequires:  cmake(KUserFeedback)
 BuildRequires:  cmake(Phonon4Qt5) >= 4.6.60
 BuildRequires:  cmake(PlasmaWaylandProtocols) >= 1.1.0
 #!BuildIgnore:  kdialog
@@ -343,13 +344,24 @@
   touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
   ln -s %{_sysconfdir}/alternatives/default-xsession.desktop 
%{buildroot}%{_datadir}/xsessions/default.desktop
 
-  # Backport of 
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/588
-  rm -r 
%{buildroot}%{_kf5_plasmadir}/wallpapers/org.kde.image/platformcontents/touch
-
   %fdupes %{buildroot}/%{_prefix}
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post 
+/sbin/ldconfig
+%{systemd_user_post plasma-gmenudbusmenuproxy.service 
plasma-kcminit-phase1.service plasma-kcminit.service \
+       plasma-krunner.service plasma-ksmserver.service 
plasma-ksplash-ready.service plasma-plasmashell.service \
+       plasma-xembedsniproxy.service plasma-baloorunner.service 
plasma-restoresession.service}
+
+%preun
+%{systemd_user_preun plasma-gmenudbusmenuproxy.service 
plasma-kcminit-phase1.service plasma-kcminit.service \
+       plasma-krunner.service plasma-ksmserver.service 
plasma-ksplash-ready.service plasma-plasmashell.service \
+       plasma-xembedsniproxy.service plasma-baloorunner.service 
plasma-restoresession.service}
+
+%postun
+/sbin/ldconfig
+%{systemd_user_postun plasma-gmenudbusmenuproxy.service 
plasma-kcminit-phase1.service plasma-kcminit.service \
+       plasma-krunner.service plasma-ksmserver.service 
plasma-ksplash-ready.service plasma-plasmashell.service \
+       plasma-xembedsniproxy.service plasma-baloorunner.service 
plasma-restoresession.service}
 
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
@@ -433,8 +445,8 @@
 %{_kf5_libdir}/libkdeinit5_kcminit.so
 %{_kf5_libdir}/libkdeinit5_kcminit_startup.so
 %{_kf5_libdir}/libkdeinit5_klipper.so
-%{_kf5_libdir}/kconf_update_bin/krunnerplugins
 %{_kf5_libdir}/kconf_update_bin/krunnerglobalshortcuts
+%{_kf5_libdir}/kconf_update_bin/krunnerhistory
 %{_kf5_libdir}/libexec/baloorunner
 %{_kf5_libdir}/libexec/plasma-sourceenv.sh
 %{_kf5_libdir}/libexec/startplasma-waylandsession
@@ -448,7 +460,7 @@
 %{_kf5_applicationsdir}/plasma-windowed.desktop
 %{_kf5_configkcfgdir}/freespacenotifier.kcfg
 %{_kf5_configkcfgdir}/iconssettingsbase.kcfg
-%{_kf5_configkcfgdir}/feedbacksettings.kcfg
+# %%{_kf5_configkcfgdir}/feedbacksettings.kcfg
 %dir %{_kf5_sharedir}/krunner/
 %dir %{_kf5_sharedir}/krunner/dbusplugins/
 %{_kf5_sharedir}/kcontrol/
@@ -459,11 +471,11 @@
 %{_kf5_sharedir}/dbus-1/services/org.kde.fontinst.service
 %{_kf5_sharedir}/dbus-1/system-services/org.kde.fontinst.service
 %{_kf5_sharedir}/dbus-1/services/org.kde.LogoutPrompt.service
-%{_kf5_sharedir}/dbus-1/services/org.kde.baloorunner.service
 %{_kf5_sharedir}/dbus-1/services/org.kde.krunner.service
 %{_kf5_sharedir}/dbus-1/services/org.kde.plasma.Notifications.service
 %{_kf5_sharedir}/dbus-1/services/org.kde.KSplash.service
 %{_kf5_sharedir}/dbus-1/services/org.kde.Shutdown.service
+%{_kf5_sharedir}/dbus-1/services/org.kde.runners.baloo.service
 %{_kf5_sharedir}/dbus-1/system.d/org.kde.fontinst.conf
 %{_kf5_sharedir}/desktop-directories/
 %{_kf5_sharedir}/kconf_update/
@@ -500,7 +512,7 @@
 %dir %{_kf5_sharedir}/kpackage
 %dir %{_kf5_sharedir}/kpackage/kcms
 %{_kf5_sharedir}/kpackage/kcms/kcm_translations
-%{_kf5_sharedir}/kpackage/kcms/kcm_feedback
+# %%{_kf5_sharedir}/kpackage/kcms/kcm_feedback
 %{_kf5_sharedir}/kpackage/kcms/kcm5_icons
 %{_kf5_sharedir}/kpackage/kcms/kcm_desktoptheme
 %dir %{_kf5_libdir}/libexec/kauth
@@ -513,6 +525,19 @@
 %exclude %{_kf5_libdir}/libkfontinstui.so
 %{_kf5_libdir}/libkfontinstui.so.*
 
+%{_userunitdir}/plasma-gmenudbusmenuproxy.service
+%{_userunitdir}/plasma-kcminit-phase1.service
+%{_userunitdir}/plasma-kcminit.service
+%{_userunitdir}/plasma-krunner.service
+%{_userunitdir}/plasma-ksmserver.service
+%{_userunitdir}/plasma-ksplash-ready.service
+%{_userunitdir}/plasma-plasmashell.service
+%{_userunitdir}/plasma-restoresession.service
+%{_userunitdir}/plasma-baloorunner.service
+%{_userunitdir}/plasma-workspace@.target
+%{_userunitdir}/plasma-xembedsniproxy.service
+%{_userunitdir}/plasma-core.target
+
 %files -n xembedsniproxy
 %license COPYING*
 %{_kf5_bindir}/xembedsniproxy

++++++ 0001-Revert-No-icons-on-the-desktop-by-default.patch ++++++
--- /var/tmp/diff_new_pack.cbfKeR/_old  2021-02-15 23:14:40.375249971 +0100
+++ /var/tmp/diff_new_pack.cbfKeR/_new  2021-02-15 23:14:40.375249971 +0100
@@ -14,19 +14,19 @@
  3 files changed, 93 insertions(+)
  create mode 100644 kioslave/desktop/Home.desktop
 
-Index: 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10/kioslave/desktop/CMakeLists.txt
+Index: 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/kioslave/desktop/CMakeLists.txt
 ===================================================================
---- 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10.orig/kioslave/desktop/CMakeLists.txt
  2019-03-09 17:14:18.000000000 +0100
-+++ 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10/kioslave/desktop/CMakeLists.txt
       2019-03-10 14:10:36.943333000 +0100
+--- 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011.orig/kioslave/desktop/CMakeLists.txt
 2021-01-21 14:41:53.000000000 +0100
++++ 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/kioslave/desktop/CMakeLists.txt
      2021-01-22 08:39:23.984081176 +0100
 @@ -33,3 +33,4 @@
  install( FILES desktop.protocol  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
  
  install(FILES directory.desktop directory.trash DESTINATION 
${KDE_INSTALL_DATADIR}/kio_desktop)
 +install(FILES Home.desktop DESTINATION 
${KDE_INSTALL_DATADIR}/kio_desktop/DesktopLinks)
-Index: 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10/kioslave/desktop/Home.desktop
+Index: 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/kioslave/desktop/Home.desktop
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10/kioslave/desktop/Home.desktop
 2019-03-10 14:10:36.943333000 +0100
++++ 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/kioslave/desktop/Home.desktop
        2021-01-22 08:39:23.984081176 +0100
 @@ -0,0 +1,88 @@
 +[Desktop Entry]
 +Encoding=UTF-8
@@ -116,13 +116,13 @@
 +Icon=user-home
 +Type=Link
 +
-Index: 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10/kioslave/desktop/kio_desktop.cpp
+Index: 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/kioslave/desktop/kio_desktop.cpp
 ===================================================================
---- 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10.orig/kioslave/desktop/kio_desktop.cpp
 2019-03-09 17:14:18.000000000 +0100
-+++ 
plasma-workspace-5.15.80git.20190309T171418~4ede2e10/kioslave/desktop/kio_desktop.cpp
      2019-03-10 14:10:36.955343591 +0100
-@@ -87,6 +87,10 @@
-         
QFile::copy(QStandardPaths::locate(QStandardPaths::GenericDataLocation, 
QStringLiteral("kio_desktop/directory.desktop")),
-                     desktopPath + "/.directory");
+--- 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011.orig/kioslave/desktop/kio_desktop.cpp
        2021-01-21 14:41:53.000000000 +0100
++++ 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/kioslave/desktop/kio_desktop.cpp
     2021-01-22 08:39:23.984081176 +0100
+@@ -83,6 +83,10 @@
+         // Copy the .directory file
+         
QFile::copy(QStandardPaths::locate(QStandardPaths::GenericDataLocation, 
QStringLiteral("kio_desktop/directory.desktop")), desktopPath + "/.directory");
  
 +        // Copy the trash link
 +        
QFile::copy(QStandardPaths::locate(QStandardPaths::GenericDataLocation, 
QStringLiteral("kio_desktop/directory.trash")),
@@ -130,4 +130,4 @@
 + 
          // Copy the desktop links
          QSet<QString> links;
-         const auto dirs = 
QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
QStringLiteral("kio_desktop/DesktopLinks"), QStandardPaths::LocateDirectory);
+         const auto dirs =

++++++ 0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch ++++++
--- /var/tmp/diff_new_pack.cbfKeR/_old  2021-02-15 23:14:40.383249983 +0100
+++ /var/tmp/diff_new_pack.cbfKeR/_new  2021-02-15 23:14:40.383249983 +0100
@@ -8,11 +8,11 @@
  startkde/startplasma-waylandsession.cpp | 5 +++++
  1 file changed, 5 insertions(+)
 
-diff --git a/startkde/startplasma-waylandsession.cpp 
b/startkde/startplasma-waylandsession.cpp
-index 87c71c6b3..5d0b3f65f 100644
---- a/startkde/startplasma-waylandsession.cpp
-+++ b/startkde/startplasma-waylandsession.cpp
-@@ -45,6 +45,11 @@ int main(int /*argc*/, char** /*argv*/)
+Index: 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/startkde/startplasma-waylandsession.cpp
+===================================================================
+--- 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011.orig/startkde/startplasma-waylandsession.cpp
 2021-01-21 14:41:53.000000000 +0100
++++ 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/startkde/startplasma-waylandsession.cpp
      2021-01-22 08:39:19.900539408 +0100
+@@ -47,6 +47,11 @@
      out << "startplasma-waylandsession: Starting up...";
  
      if (qEnvironmentVariableIsSet("DISPLAY")) {
@@ -24,6 +24,3 @@
          setupX11();
      } else {
          qWarning() << "running kwin without Xwayland support";
--- 
-2.22.0
-

++++++ 0001-Use-qdbus-qt5.patch ++++++
--- /var/tmp/diff_new_pack.cbfKeR/_old  2021-02-15 23:14:40.395250000 +0100
+++ /var/tmp/diff_new_pack.cbfKeR/_new  2021-02-15 23:14:40.395250000 +0100
@@ -7,11 +7,11 @@
  startkde/startplasma-wayland.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: 
plasma-workspace-5.15.80git.20200711T203602~d68c16b27/startkde/startplasma-wayland.cpp
+Index: 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/startkde/startplasma-wayland.cpp
 ===================================================================
---- 
plasma-workspace-5.15.80git.20200711T203602~d68c16b27.orig/startkde/startplasma-wayland.cpp
        2020-07-11 22:36:02.000000000 +0200
-+++ 
plasma-workspace-5.15.80git.20200711T203602~d68c16b27/startkde/startplasma-wayland.cpp
     2020-07-12 10:44:19.999795526 +0200
-@@ -72,7 +72,7 @@
+--- 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011.orig/startkde/startplasma-wayland.cpp
        2021-01-21 14:41:53.000000000 +0100
++++ 
plasma-workspace-5.15.80git.20210121T134153~83e5f9011/startkde/startplasma-wayland.cpp
     2021-01-22 08:39:12.129799633 +0100
+@@ -62,7 +62,7 @@
      runEnvironmentScripts();
  
      if (!qEnvironmentVariableIsSet("DBUS_SESSION_BUS_ADDRESS")) {

++++++ 0001-ksmserver-Enable-debug-output-by-default.patch ++++++
>From 056f5379830970dc2a7e12e3f16c898b384d5997 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fab...@ritter-vogt.de>
Date: Fri, 12 Feb 2021 18:00:45 +0100
Subject: [PATCH] ksmserver: Enable debug output by default

Sometimes logout just doesn't do anything (kde#432460). Debugging so far
didn't help as it made the issue disappear, so enable log output in general
so that either the issue disappears or there's useful output when it breaks.
---
 ksmserver/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ksmserver/CMakeLists.txt b/ksmserver/CMakeLists.txt
index 34f943f5d..69dc58ac8 100644
--- a/ksmserver/CMakeLists.txt
+++ b/ksmserver/CMakeLists.txt
@@ -18,7 +18,7 @@ set(ksmserver_SRCS
     logout.cpp
     client.cpp
 )
-ecm_qt_declare_logging_category(ksmserver_SRCS HEADER ksmserver_debug.h 
IDENTIFIER KSMSERVER CATEGORY_NAME org.kde.kf5.ksmserver)
+ecm_qt_declare_logging_category(ksmserver_SRCS HEADER ksmserver_debug.h 
IDENTIFIER KSMSERVER CATEGORY_NAME org.kde.kf5.ksmserver DEFAULT_SEVERITY Debug)
 
 qt5_add_dbus_adaptor( ksmserver_SRCS org.kde.KSMServerInterface.xml server.h 
KSMServer )
 qt5_add_dbus_interface( ksmserver_SRCS 
${KSCREENLOCKER_DBUS_INTERFACES_DIR}/org.kde.screensaver.xml 
kscreenlocker_interface )
-- 
2.25.1

++++++ plasma-workspace-5.20.5.tar.xz -> plasma-workspace-5.21.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.20.5.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.28504/plasma-workspace-5.21.0.tar.xz
 differ: char 26, line 1

Reply via email to