Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma5-desktop for openSUSE:Factory
checked in at 2022-01-11 21:17:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old)
and /work/SRC/openSUSE:Factory/.plasma5-desktop.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-desktop"
Tue Jan 11 21:17:04 2022 rev:163 rq:945531 version:5.23.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes
2021-12-30 15:55:22.736652618 +0100
+++
/work/SRC/openSUSE:Factory/.plasma5-desktop.new.1892/plasma5-desktop.changes
2022-01-11 21:20:23.245006001 +0100
@@ -1,0 +2,27 @@
+Tue Jan 11 08:16:43 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Apply openSUSE branding of favorites as patch:
+ * 0001-Apply-branding-to-default-favorites.patch
+
+-------------------------------------------------------------------
+Tue Jan 4 14:58:18 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.23.5
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.23.5
+- Changes since 5.23.4:
+ * [kcms/keyboard] Fix setting options on X11 (kde#443609)
+ * [kcms/keyboard] Fix fallback handling in X11Helper::getGroupNames
+ * SwitcherBackend: Only create the workaround window on wayland (kde#443968)
+ * Touchpad KCM: Don't write default values to active config (kde#427771)
+ * Change ListView code to match GridView
+ * Fix GridView size/position
+ * Move plasmoid specific properties out of singleton (kde#443131)
+ * kcms/touchpad/applet: Fix mousearea lookup
+ * containments/panel: Fix initial sizing
+ * kcms/touchpad/applet: Make the popup close on click (kde#445982)
+- Drop patches, fixed upstream:
+ * 0001-SwitcherBackend-Only-create-the-workaround-window-on.patch
+
+-------------------------------------------------------------------
Old:
----
0001-SwitcherBackend-Only-create-the-workaround-window-on.patch
plasma-desktop-5.23.4.tar.xz
plasma-desktop-5.23.4.tar.xz.sig
New:
----
0001-Apply-branding-to-default-favorites.patch
plasma-desktop-5.23.5.tar.xz
plasma-desktop-5.23.5.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-desktop.spec ++++++
--- /var/tmp/diff_new_pack.K984YM/_old 2022-01-11 21:20:24.121006617 +0100
+++ /var/tmp/diff_new_pack.K984YM/_new 2022-01-11 21:20:24.125006620 +0100
@@ -1,7 +1,7 @@
#
# spec file for package plasma5-desktop
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
%bcond_without lang
Name: plasma5-desktop
-Version: 5.23.4
+Version: 5.23.5
Release: 0
# Full Plasma 5 version (e.g. 5.9.3)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -43,9 +43,8 @@
Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-SwitcherBackend-Only-create-the-workaround-window-on.patch
# PATCH-FIX-OPENSUSE
+Patch1: 0001-Apply-branding-to-default-favorites.patch
Patch2: 0002-No-usr-bin-env-in-shebangs.patch
BuildRequires: extra-cmake-modules >= %{kf5_version}
BuildRequires: fdupes
++++++ 0001-Apply-branding-to-default-favorites.patch ++++++
>From 4950f9e782f51d0829e4b9080fe8b19975167f63 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Tue, 11 Jan 2022 09:12:32 +0100
Subject: [PATCH] Apply branding to default favorites
5.23.5 broke reading kickoffrc, which is the only way to specify default
favorites outside of patching Plasma itself. See
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/793 for details.
As a workaround, copy favorites from plasma-openSUSE into the config, and:
- Update desktop filenames (fix Amarok, LO for both Leap/TW)
- Remove Amarok
- Add Kate
---
applets/kicker/package/contents/config/main.xml | 2 +-
applets/kickoff/package/contents/config/main.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applets/kicker/package/contents/config/main.xml
b/applets/kicker/package/contents/config/main.xml
index 0141730f6..c8965f91a 100644
--- a/applets/kicker/package/contents/config/main.xml
+++ b/applets/kicker/package/contents/config/main.xml
@@ -38,7 +38,7 @@
</entry>
<entry name="favoriteApps" type="StringList">
<label>List of general favorites. Supported values are menu id's
(usually .desktop file names), special URLs that expand into default
applications (e.g. preferred://browser), document URLs and KPeople contact
URIs.</label>
-
<default>preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop,org.kde.discover</default>
+
<default>preferred://browser,org.kde.kontact.desktop,writer.desktop,libreoffice-writer.desktop,org.kde.digikam.desktop,org.kde.dolphin.desktop,org.kde.kate.desktop,systemsettings.desktop,org.kde.Help.desktop,org.kde.konsole.desktop</default>
</entry>
<entry name="favoriteSystemActions" type="StringList">
<label>List of system action favorites.</label>
diff --git a/applets/kickoff/package/contents/config/main.xml
b/applets/kickoff/package/contents/config/main.xml
index 802c53940..24c46ee4c 100644
--- a/applets/kickoff/package/contents/config/main.xml
+++ b/applets/kickoff/package/contents/config/main.xml
@@ -11,7 +11,7 @@
</entry>
<entry name="favorites" type="StringList">
<label>List of general favorites. Supported values are menu id's
(usually .desktop file names), special URLs that expand into default
applications (e.g. preferred://browser), document URLs and KPeople contact
URIs.</label>
-
<default>preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop,org.kde.discover.desktop</default>
+
<default>preferred://browser,org.kde.kontact.desktop,writer.desktop,libreoffice-writer.desktop,org.kde.digikam.desktop,org.kde.dolphin.desktop,org.kde.kate.desktop,systemsettings.desktop,org.kde.Help.desktop,org.kde.konsole.desktop</default>
</entry>
<entry name="systemFavorites" type="StringList">
<label>List of system action favorites.</label>
--
2.34.0
++++++ plasma-desktop-5.23.4.tar.xz -> plasma-desktop-5.23.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.23.4.tar.xz
/work/SRC/openSUSE:Factory/.plasma5-desktop.new.1892/plasma-desktop-5.23.5.tar.xz
differ: char 27, line 1