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

Package is "plasma5-workspace"

Mon Feb  7 23:37:15 2022 rev:182 rq:952127 version:5.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2022-01-11 21:14:46.584769204 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.1898/plasma5-workspace.changes
    2022-02-07 23:37:48.150561914 +0100
@@ -1,0 +2,39 @@
+Sat Feb  5 19:51:02 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.0
+- Too many changes to list here
+- Drop patches, now upstream:
+  * 0001-sddm-theme-Change-wallpaper-extension-so-that-it-poi.patch
+  * 0001-systemdialogs-Remove-leftover-and-broken-components.patch
+  * 0001-Make-SessionManagementScreen-a-FocusScope.patch
+  * 0001-Fix-initial-focus-in-LockScreenUi.patch
+
+-------------------------------------------------------------------
+Sat Jan 22 13:09:31 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Add patch to fix initial focus in SDDM (kde#447817):
+  * 0001-Make-SessionManagementScreen-a-FocusScope.patch
+- Add patch to fix initial focus in the lockscreen:
+  * 0001-Fix-initial-focus-in-LockScreenUi.patch
+
+-------------------------------------------------------------------
+Thu Jan 13 20:30:34 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.23.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.23.90
+- Too many changes to list here
+- Rebase 0001-Use-qdbus-qt5.patch
+- Replace xprop-kde-full-session.desktop with autostart file:
+  * 0001-Revert-Drop-setupX11-from-startplasma-waylandsession.patch
+  * 0002-Revert-Drop-X11-root-properties-for-KDE-full-session.patch
+- Add patch to fix the upstream sddm theme background:
+  * 0001-sddm-theme-Change-wallpaper-extension-so-that-it-poi.patch
+- Add patch to fix screen sharing dialog (kde#448423):
+  * 0001-systemdialogs-Remove-leftover-and-broken-components.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Revert-Drop-setupX11-from-startplasma-waylandsession.patch
  0002-Revert-Drop-X11-root-properties-for-KDE-full-session.patch
  plasma-workspace-5.23.5.tar.xz
  plasma-workspace-5.23.5.tar.xz.sig

New:
----
  plasma-workspace-5.24.0.tar.xz
  plasma-workspace-5.24.0.tar.xz.sig
  xprop-kde-full-session.desktop

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

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.AX0QTW/_old  2022-02-07 23:37:51.426539863 +0100
+++ /var/tmp/diff_new_pack.AX0QTW/_new  2022-02-07 23:37:51.430539837 +0100
@@ -16,36 +16,34 @@
 #
 
 
-# Internal QML imports
-%global __requires_exclude 
qmlimport\\((org\\.kde\\.plasma\\.private|org\\.kde\\.private\\.kcm|org\\.kde\\.plasma\\.kcm).*
+%global __requires_exclude 
qmlimport\\((org\\.kde\\.plasma\\.private|org\\.kde\\.private\\.kcm|org\\.kde\\.plasma\\.kcm|LocaleListModel|FingerprintModel).*
 
 #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
+%bcond_without released
 Name:           plasma5-workspace
 # Full Plasma 5 version (e.g. 5.9.1)
 %{!?_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.23.5
+Version:        5.24.0
 Release:        0
 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
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz.sig
+Source:         plasma-workspace-%{version}.tar.xz
+%if %{with released}
+Source1:        plasma-workspace-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
+Source3:        xprop-kde-full-session.desktop
 # PATCHES 501-??? are PATCH-FIX-OPENSUSE
 Patch501:       0001-Use-qdbus-qt5.patch
 Patch502:       0001-Ignore-default-sddm-face-icons.patch
-Patch503:       0001-Revert-Drop-setupX11-from-startplasma-waylandsession.patch
-Patch504:       0002-Revert-Drop-X11-root-properties-for-KDE-full-session.patch
 # PATCH-FEATURE-OPENSUSE
 Patch506:       0001-Revert-No-icons-on-the-desktop-by-default.patch
 BuildRequires:  breeze5-icons
@@ -142,6 +140,8 @@
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib)
 Requires:       %{name}-libs = %{version}-%{release}
+# Needed for kcm_users
+Requires:       accountsservice
 # contains default style, cursors, etc
 Requires:       breeze >= %{_plasma5_version}
 # battery applet
@@ -179,9 +179,10 @@
 Requires:       xembedsniproxy >= %{_plasma5_version}
 # startkde and startplasma call these
 Requires:       awk
-Requires:       xprop
 Requires:       xrdb
 Requires:       xsetroot
+# Used by Source3: xprop-kde-full-session.desktop
+Requires:       xprop
 # hardcode versions of plasma-framework-components and 
plasma-framework-private packages, as upstream doesn't keep backwards 
compability there
 %requires_ge    plasma-framework-components
 %requires_ge    plasma-framework
@@ -202,6 +203,10 @@
 Provides:       dbus(org.freedesktop.Notifications)
 Obsoletes:      %{name}-branding-upstream < %{version}
 Provides:       qt5qmlimport(org.kde.plasma.shell.2) = 0
+# Was dropped in 5.20, replaced by kcm_users from p-d
+Provides:       kde-user-manager = %{version}
+Obsoletes:      kde-user-manager < %{version}
+Obsoletes:      kde-user-manager-lang < %{version}
 
 %description
 This package contains the basic packages for a Plasma workspace.
@@ -324,7 +329,7 @@
 %install
   %kf5_makeinstall -C build
 
-  %if %{with lang}
+  %if %{with released}
     %{kf5_find_lang}
     %{kf5_find_htmldocs}
   %endif
@@ -347,24 +352,26 @@
   touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
   ln -s %{_sysconfdir}/alternatives/default-xsession.desktop 
%{buildroot}%{_datadir}/xsessions/default.desktop
 
+  install -m0644 %{SOURCE3} 
%{buildroot}%{_kf5_configdir}/autostart/xprop-kde-full-session.desktop
+
   %fdupes %{buildroot}/%{_prefix}
 
 %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}
+       plasma-xembedsniproxy.service plasma-baloorunner.service 
plasma-restoresession.service plasma-ksplash.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}
+       plasma-xembedsniproxy.service plasma-baloorunner.service 
plasma-restoresession.service plasma-ksplash.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}
+       plasma-xembedsniproxy.service plasma-baloorunner.service 
plasma-restoresession.service plasma-ksplash.service}
 
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
@@ -407,6 +414,20 @@
 %license LICENSES/*
 %{_kf5_applicationsdir}/org.kde.kcolorschemeeditor.desktop
 %{_kf5_applicationsdir}/org.kde.kfontview.desktop
+%{_kf5_applicationsdir}/kcm_autostart.desktop
+%{_kf5_applicationsdir}/kcm_colors.desktop
+%{_kf5_applicationsdir}/kcm_cursortheme.desktop
+%{_kf5_applicationsdir}/kcm_desktoptheme.desktop
+%{_kf5_applicationsdir}/kcm_fontinst.desktop
+%{_kf5_applicationsdir}/kcm_fonts.desktop
+%{_kf5_applicationsdir}/kcm_formats.desktop
+%{_kf5_applicationsdir}/kcm_icons.desktop
+%{_kf5_applicationsdir}/kcm_lookandfeel.desktop
+%{_kf5_applicationsdir}/kcm_nightcolor.desktop
+%{_kf5_applicationsdir}/kcm_notifications.desktop
+%{_kf5_applicationsdir}/kcm_style.desktop
+%{_kf5_applicationsdir}/kcm_translations.desktop
+%{_kf5_applicationsdir}/kcm_users.desktop
 %{_kf5_bindir}/kcminit
 %{_kf5_bindir}/kcminit_startup
 %{_kf5_bindir}/kfontinst
@@ -434,6 +455,7 @@
 %{_kf5_bindir}/plasma-apply-wallpaperimage
 %{_kf5_configdir}/autostart/org.kde.plasmashell.desktop
 %{_kf5_configdir}/autostart/klipper.desktop
+%{_kf5_configdir}/autostart/xprop-kde-full-session.desktop
 %{_kf5_configkcfgdir}/
 %{_kf5_knsrcfilesdir}/colorschemes.knsrc
 %{_kf5_knsrcfilesdir}/gtk_themes.knsrc
@@ -456,14 +478,13 @@
 %{_kf5_libdir}/kconf_update_bin/krunnerhistory
 %{_kf5_libdir}/libexec/baloorunner
 %{_kf5_libdir}/libexec/plasma-sourceenv.sh
-%{_kf5_libdir}/libexec/startplasma-waylandsession
 %{_kf5_libdir}/libexec/plasma-dbus-run-session-if-needed
 %{_kf5_plugindir}/
 %{_kf5_qmldir}/
 %{_kf5_applicationsdir}/org.kde.klipper.desktop
 %{_kf5_applicationsdir}/org.kde.plasmashell.desktop
 %{_kf5_applicationsdir}/org.kde.systemmonitor.desktop
-%{_kf5_applicationsdir}/plasma-windowed.desktop
+%{_kf5_applicationsdir}/org.kde.plasmawindowed.desktop
 %{_kf5_configkcfgdir}/freespacenotifier.kcfg
 %{_kf5_configkcfgdir}/iconssettingsbase.kcfg
 # %%{_kf5_configkcfgdir}/feedbacksettings.kcfg
@@ -517,7 +538,6 @@
 %dir %{_kf5_sharedir}/kpackage/kcms
 %{_kf5_sharedir}/kpackage/kcms/kcm_translations
 # %%{_kf5_sharedir}/kpackage/kcms/kcm_feedback
-%{_kf5_sharedir}/kpackage/kcms/kcm5_icons
 %{_kf5_sharedir}/kpackage/kcms/kcm_desktoptheme
 %dir %{_kf5_libdir}/libexec/kauth
 %{_kf5_libdir}/libexec/kauth/fontinst
@@ -534,13 +554,15 @@
 %{_userunitdir}/plasma-kcminit.service
 %{_userunitdir}/plasma-krunner.service
 %{_userunitdir}/plasma-ksmserver.service
+%{_userunitdir}/plasma-ksplash.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
+%{_userunitdir}/plasma-workspace.target
+%{_userunitdir}/plasma-workspace-{wayland,x11}.target
+%{_userunitdir}/plasma-xembedsniproxy.service
 
 %files -n xembedsniproxy
 %license LICENSES/*
@@ -585,7 +607,7 @@
 %dir %{_datadir}/wayland-sessions/
 %{_datadir}/wayland-sessions/plasmawayland.desktop
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 

++++++ 0001-Use-qdbus-qt5.patch ++++++
--- /var/tmp/diff_new_pack.AX0QTW/_old  2022-02-07 23:37:51.466539594 +0100
+++ /var/tmp/diff_new_pack.AX0QTW/_new  2022-02-07 23:37:51.470539567 +0100
@@ -7,11 +7,11 @@
  startkde/startplasma-wayland.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: 
plasma-workspace-5.17.80git.20210531T011335~40d302afe/startkde/startplasma-wayland.cpp
+Index: 
plasma-workspace-5.17.80git.20210928T142611~d53fd656e/startkde/startplasma-wayland.cpp
 ===================================================================
---- 
plasma-workspace-5.17.80git.20210531T011335~40d302afe.orig/startkde/startplasma-wayland.cpp
        2021-05-31 03:13:35.000000000 +0200
-+++ 
plasma-workspace-5.17.80git.20210531T011335~40d302afe/startkde/startplasma-wayland.cpp
     2021-05-31 06:59:35.188774369 +0200
-@@ -71,7 +71,7 @@
+--- 
plasma-workspace-5.17.80git.20210928T142611~d53fd656e.orig/startkde/startplasma-wayland.cpp
        2021-09-28 16:26:11.000000000 +0200
++++ 
plasma-workspace-5.17.80git.20210928T142611~d53fd656e/startkde/startplasma-wayland.cpp
     2021-09-28 22:02:12.820708290 +0200
+@@ -58,7 +58,7 @@
      runEnvironmentScripts();
  
      if (!qEnvironmentVariableIsSet("DBUS_SESSION_BUS_ADDRESS")) {

++++++ plasma-workspace-5.23.5.tar.xz -> plasma-workspace-5.24.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.23.5.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.1898/plasma-workspace-5.24.0.tar.xz
 differ: char 25, line 1


++++++ xprop-kde-full-session.desktop ++++++
[Desktop Entry]
# To work around boo#1191825 until all FF versions got the fix
Name=Set KDE_FULL_SESSION=1
Exec=xprop -root -format KDE_FULL_SESSION 32a -set KDE_FULL_SESSION 1
Type=Application
X-KDE-StartupNotify=false
NoDisplay=true
OnlyShowIn=KDE;
X-KDE-autostart-phase=0
X-systemd-skip=true

Reply via email to