From f672b9888e272a0ba40615d1a2e87c4565a50e06 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 5 Apr 2023 07:29:43 -0400 Subject: [PATCH 1/6] Bump sddm Obsoletes for F38+ --- plasma-workspace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 85c1e94..ca22715 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -28,7 +28,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.27.4.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -430,7 +430,7 @@ Supplements: (sddm and plasma-workspace-wayland) %if ! (0%{?fedora} && 0%{?fedora} < 38) # Replace sddm-x11 with sddm-wayland-plasma ## N.B.: If sddm gets updated in F36/F37, this will need to be bumped -Obsoletes: sddm-x11 < 0.19.0^git20230320.e07e805-3 +Obsoletes: sddm-x11 < 0.19.0^git20230404.e652433-2 %endif %endif BuildArch: noarch @@ -800,6 +800,9 @@ fi %changelog +* Wed Apr 05 2023 Neal Gompa - 5.27.4.1-2 +- Bump sddm Obsoletes for F38+ + * Tue Apr 04 2023 Marc Deop i Argemí - 5.27.4.1-1 - 5.27.4.1 From 92857be3ade005d814fd74963239368d831e45a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Wed, 10 May 2023 13:58:02 +0200 Subject: [PATCH 2/6] 5.27.5 --- plasma-workspace.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index ca22715..6d98d63 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -27,8 +27,8 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets -Version: 5.27.4.1 -Release: 2%{?dist} +Version: 5.27.5 +Release: 1%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -800,6 +800,9 @@ fi %changelog +* Wed May 10 2023 Marc Deop i Argemí - 5.27.5-1 +- 5.27.5 + * Wed Apr 05 2023 Neal Gompa - 5.27.4.1-2 - Bump sddm Obsoletes for F38+ diff --git a/sources b/sources index 20003b9..4f298f9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (breeze-fedora-0.2.tar.gz) = ff800e686b0dcb498f321bb94d3a8274c89c092f5408ef1ec3fc65333f046aea43444144ecaf166792f807014383af87b1180dc7540905fc10dc375309f8b2a8 -SHA512 (plasma-workspace-5.27.4.1.tar.xz) = f79acb3129d7119937ecec227ebab1b50becc084b1563c1e72aa624502e8f337bd9c825d018d8080bcfcacab3cb53667005e92aa24d0cad9f25a298b1db19ae0 +SHA512 (plasma-workspace-5.27.5.tar.xz) = 16f730b76430b7d546b5483c6b18eba1f3944f2537762a184bd3504578bcbe391ab0f2af7afb874e6907753682857629424599a12fa0393465396f0d9957158c From 07055f441719a27be47c07f572a368d1f90c8957 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 17 May 2023 10:46:34 -0700 Subject: [PATCH 3/6] Rebuild for qt5 update --- plasma-workspace.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index ed4c55b..2ebf683 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -28,7 +28,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.27.4.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -800,6 +800,9 @@ fi %changelog +* Wed May 17 2023 Troy Dawson - 5.27.4.1-3 +- Rebuild for qt5 update + * Wed Apr 05 2023 Neal Gompa - 5.27.4.1-2 - Bump sddm Obsoletes for F38+ From 2227899f87501d991d80f18fe597077aabf5d6cc Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Tue, 23 May 2023 21:52:01 +0930 Subject: [PATCH 4/6] Add runtime dependency --- plasma-workspace.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 6d98d63..3279594 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -262,6 +262,9 @@ Requires: dbus # dbus-update-activation-environment Requires: dbus-tools +# Required for applications to show in kickoff and on task manager +Requires: redhat-menus + # startkde (TODO: review, this is no longer a shell script) Requires: coreutils Requires: socat From 9bf019735c3aaa6445e666dc7212eca7cc7ce7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 12 Jun 2023 19:39:38 +0200 Subject: [PATCH 5/6] Recommend kde-inotify-survey & kf5-audiocd-kio See: https://pagure.io/fedora-kde/SIG/issue/303 See: https://pagure.io/fedora-kde/SIG/issue/354 --- plasma-workspace.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 3279594..7acfd95 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -28,7 +28,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.27.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -251,6 +251,12 @@ Requires: kf5-frameworkintegration # For krunner Recommends: plasma-milou >= %{majmin_ver} +# https://pagure.io/fedora-kde/SIG/issue/303 +Recommends: kde-inotify-survey + +# https://pagure.io/fedora-kde/SIG/issue/354 +Recommends: kf5-audiocd-kio + # powerdevil has a versioned dep on libkworkspace5, so (may?) # need to avoid this dep when bootstrapping %if ! 0%{?bootstrap} @@ -803,6 +809,9 @@ fi %changelog +* Mon Jun 12 2023 Timothée Ravier - 5.27.5-2 +- Recommend kde-inotify-survey & kf5-audiocd-kio + * Wed May 10 2023 Marc Deop i Argemí - 5.27.5-1 - 5.27.5 From 2a4bffa70711f40138e4c29e2951e7e70e32499d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 25 Jun 2023 20:57:35 +0200 Subject: [PATCH 6/6] 5.27.6 --- plasma-workspace.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 7acfd95..eb259ef 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -27,8 +27,8 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets -Version: 5.27.5 -Release: 2%{?dist} +Version: 5.27.6 +Release: 1%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -809,6 +809,9 @@ fi %changelog +* Sun Jun 25 2023 Marc Deop i Argemí - 5.27.6-1 +- 5.27.6 + * Mon Jun 12 2023 Timothée Ravier - 5.27.5-2 - Recommend kde-inotify-survey & kf5-audiocd-kio diff --git a/sources b/sources index 4f298f9..753ea60 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (breeze-fedora-0.2.tar.gz) = ff800e686b0dcb498f321bb94d3a8274c89c092f5408ef1ec3fc65333f046aea43444144ecaf166792f807014383af87b1180dc7540905fc10dc375309f8b2a8 -SHA512 (plasma-workspace-5.27.5.tar.xz) = 16f730b76430b7d546b5483c6b18eba1f3944f2537762a184bd3504578bcbe391ab0f2af7afb874e6907753682857629424599a12fa0393465396f0d9957158c +SHA512 (plasma-workspace-5.27.6.tar.xz) = 090c65ecb1664d5e55d52ff7a11e6402a2b9bb7a31c99fe3406c2c4111aada6102aaf3f5a110c6a13223e88ee164caf209d859fcb6823b638ca42bcbb683984d