public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/plasma-workspace] rawhide: 6.7.90
Date: Sat, 12 Sep 2026 12:02:07 GMT [thread overview]
Message-ID: <178921452746.1.12194776796768235160.rpms-plasma-workspace-11b3d357bf96@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/plasma-workspace
Branch : rawhide
Commit : 11b3d357bf96a4e9eedc998990180d6bbd88a051
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-09-12T08:02:01-04:00
Stats : +12/-13 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/plasma-workspace/c/11b3d357bf96a4e9eedc998990180d6bbd88a051?branch=rawhide
Log:
6.7.90
---
diff --git a/.gitignore b/.gitignore
index 8c7afb3..6ab3ce0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
/plasma-workspace-6.7.3.tar.xz.sig
/plasma-workspace-6.7.4.tar.xz.sig
/plasma-workspace-6.7.5.tar.xz.sig
+/plasma-workspace-6.7.90.tar.xz.sig
diff --git a/plasma-workspace.spec b/plasma-workspace.spec
index 92d8be8..98fb427 100644
--- a/plasma-workspace.spec
+++ b/plasma-workspace.spec
@@ -2,8 +2,8 @@
Name: plasma-workspace
Summary: Plasma workspace, applications and applets
-Version: 6.7.5
-Release: 2%{?dist}
+Version: 6.7.90
+Release: 1%{?dist}
# Automatically converted from old format: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT - review is highly recommended.
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@@ -149,6 +149,7 @@ BuildRequires: cmake(Plasma)
BuildRequires: cmake(KWayland)
BuildRequires: cmake(PlasmaActivities)
BuildRequires: cmake(PlasmaActivitiesStats)
+BuildRequires: cmake(Union)
# workaround for
# The imported target "Qt6::XkbCommonSupport" references the file
@@ -488,8 +489,6 @@ fi
%{_kf6_datadir}/xdg-desktop-portal/kde-portals.conf
%{_sysconfdir}/xdg/menus/plasma-applications.menu
%{_kf6_bindir}/gmenudbusmenuproxy
-%{_kf6_bindir}/kcminit
-%{_kf6_bindir}/kcminit_startup
%{_kf6_bindir}/krunner
%{_kf6_bindir}/ksmserver
%{_kf6_bindir}/ksplashqml
@@ -563,7 +562,6 @@ fi
%endif
%{_userunitdir}/plasma-workspace.target
%{_userunitdir}/plasma-workspace-wayland.target
-%{_userunitdir}/plasma-workspace-x11.target
%dir %{_userunitdir}/plasma-workspace@.target.d/
%{_libdir}/kconf_update_bin/plasma6.3-update-clipboard-database-2-to-3
%{_datadir}/kconf_update/plasma6.3-update-clipboard-database-2-to-3.upd
@@ -579,6 +577,9 @@ fi
%{_kf6_bindir}/startplasma
%{_kf6_bindir}/startplasma-wayland
%{_datadir}/wayland-sessions/plasma.desktop
+%{_kf6_libdir}/kconf_update_bin/plasma6.8-replace-ignore-settings
+%{_libexecdir}/plasma-setup-xwayland
+%{_kf6_datadir}/kconf_update/plasma6.8-replace-ignore-settings.upd
%files doc -f %{name}-doc.lang
@@ -589,7 +590,6 @@ fi
%{_libdir}/libbatterycontrol.so.*
%{_libdir}/libtaskmanager.so.*
%{_libdir}/libklipper.so.*
-%{_libdir}/libkrdb.so
%{_libdir}/libnotificationmanager.*
%{_libdir}/libkfontinst*
%{_libdir}/libkmpris.so.*
@@ -616,8 +616,6 @@ fi
%{_kf6_qtplugindir}/plasma/containmentactions/org.kde.switchdesktop.so
%{_kf6_qtplugindir}/plasma/containmentactions/switchwindow.so
%{_kf6_qtplugindir}/plasma/containmentactions/switchactivity.so
-%{_kf6_qtplugindir}/plasma/kcminit/kcm_fonts_init.so
-%{_kf6_qtplugindir}/plasma/kcminit/kcm_style_init.so
%{_kf6_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_fontinst.so
%{_libexecdir}/plasma-sourceenv.sh
%{_kf6_datadir}/kconf_update/plasma6.0-remove-dpi-settings.upd
@@ -649,10 +647,7 @@ fi
%{_libdir}/cmake/LibTaskManager/
%{_libdir}/cmake/LibNotificationManager/
%{_datadir}/dbus-1/interfaces/*.xml
-%{_includedir}/krdb/krdb.h
-%{_includedir}/krdb/krdb_export.h
%{_includedir}/klookandfeel/
-%{_libdir}/cmake/Krdb/*.cmake
%{_libdir}/libklookandfeel.so
%files -n sddm-wayland-plasma
@@ -663,6 +658,9 @@ fi
%changelog
+* Thu Sep 10 2026 Steve Cossette <farchord@gmail.com> - 6.7.90-1
+- 6.7.90
+
* Wed Sep 09 2026 Steve Cossette <farchord@gmail.com> - 6.7.5-2
- Rebuild for Qt Update
diff --git a/sources b/sources
index 08c3bfd..5c439d5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (plasma-workspace-6.7.5.tar.xz) = e4a93906ae96f5d64dfa9dfff8742426d44fd7b1a2e4d9ee6cc71baaaf563a725806c088c9d5b352fc8aad55a8002ceb09429b6d262c77b5b0f23e36b6a9679d
-SHA512 (plasma-workspace-6.7.5.tar.xz.sig) = a9ade365bd763c7298f559c434a0b06d22c6a136804b1a799da8b2d41e74c11fe724e275d5f7b685854a48b15d493ffc8e673909e863393a2fdc4879af922282
+SHA512 (plasma-workspace-6.7.90.tar.xz) = 23ead0d06680b301311987e07fed6d397fb44e5b716fb3db4d1ac5da6c877f9c66ad3ff13fff3a227355f4f792963ef8a1ac5b9a4dee99d0a99dcb24c465b189
+SHA512 (plasma-workspace-6.7.90.tar.xz.sig) = d99c2bc475b4790e8ba9253a4a9b2a12c3cadffb6889c30e98e0ff9d17354913f6416a42820ad44a71d777158e086d6cb7a3386e17826499d8cc22194f3376ee
reply other threads:[~2026-09-12 12:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178921452746.1.12194776796768235160.rpms-plasma-workspace-11b3d357bf96@fedoraproject.org \
--to=farchord@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox