Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma6-pa for openSUSE:Factory checked in at 2026-02-27 17:00:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-pa (Old) and /work/SRC/openSUSE:Factory/.plasma6-pa.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-pa" Fri Feb 27 17:00:27 2026 rev:37 rq:1334978 version:6.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-pa/plasma6-pa.changes 2026-02-16 13:11:08.102565973 +0100 +++ /work/SRC/openSUSE:Factory/.plasma6-pa.new.29461/plasma6-pa.changes 2026-02-27 17:01:36.819489892 +0100 @@ -1,0 +2,10 @@ +Tue Feb 24 17:22:08 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.1 +- Changes since 6.6.0: + * Update version for new release 6.6.1 + * Fix bug report URL (kde#515317) + +------------------------------------------------------------------- Old: ---- plasma-pa-6.6.0.tar.xz plasma-pa-6.6.0.tar.xz.sig New: ---- plasma-pa-6.6.1.tar.xz plasma-pa-6.6.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-pa.spec ++++++ --- /var/tmp/diff_new_pack.aDttfq/_old 2026-02-27 17:01:39.071582998 +0100 +++ /var/tmp/diff_new_pack.aDttfq/_new 2026-02-27 17:01:39.083583494 +0100 @@ -26,14 +26,14 @@ %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: plasma6-pa -Version: 6.6.0 +Version: 6.6.1 Release: 0 Summary: The Plasma6 Volume Manager License: GPL-2.0-or-later URL: https://www.kde.org -Source: %{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ plasma-pa-6.6.0.tar.xz -> plasma-pa-6.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-6.6.0/CMakeLists.txt new/plasma-pa-6.6.1/CMakeLists.txt --- old/plasma-pa-6.6.0/CMakeLists.txt 2026-02-12 11:08:36.000000000 +0100 +++ new/plasma-pa-6.6.1/CMakeLists.txt 2026-02-24 10:42:28.000000000 +0100 @@ -2,10 +2,10 @@ project(plasma-volume-control) -set(PROJECT_VERSION "6.6.0") +set(PROJECT_VERSION "6.6.1") set(PROJECT_VERSION_MAJOR 6) -set(PROJECT_DEP_VERSION "6.6.0") +set(PROJECT_DEP_VERSION "6.6.1") set(QT_MIN_VERSION "6.10.0") set(KF6_MIN_VERSION "6.22.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-6.6.0/src/kcm/ui/RenameDevices.qml new/plasma-pa-6.6.1/src/kcm/ui/RenameDevices.qml --- old/plasma-pa-6.6.0/src/kcm/ui/RenameDevices.qml 2026-02-12 11:08:36.000000000 +0100 +++ new/plasma-pa-6.6.1/src/kcm/ui/RenameDevices.qml 2026-02-24 10:42:28.000000000 +0100 @@ -79,7 +79,7 @@ Kirigami.Action { text: i18nc("@action", "Report Bug") icon.name: "tools-report-bug-symbolic" - onTriggered: Qt.openUrlExternally("https://bugs.kde.org/enter_bug.cgi?product=plasma-pa") + onTriggered: Qt.openUrlExternally("https://bugs.kde.org/enter_bug.cgi?product=systemsettings&component=kcm_pulseaudio") } ] }
