Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma6-nm for openSUSE:Factory 
checked in at 2026-06-18 21:36:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-nm (Old)
 and      /work/SRC/openSUSE:Factory/.plasma6-nm.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma6-nm"

Thu Jun 18 21:36:03 2026 rev:44 rq:1359183 version:6.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma6-nm/plasma6-nm.changes    2026-05-13 
21:38:55.054660536 +0200
+++ /work/SRC/openSUSE:Factory/.plasma6-nm.new.1981/plasma6-nm.changes  
2026-06-18 21:36:57.334920686 +0200
@@ -1,0 +2,38 @@
+Fri Jun 12 19:08:11 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.7.0
+- Changes since 6.6.91:
+  * Update version for new release 6.7.0
+  * Fix memory leaks
+  * Mark Prison QML module as required
+  * Add missing kirigami-addons dependency
+  * Add smoke tests for KCMs
+  * Enable LSAN in CI
+  * ConnectionDetails: Make them work without a device
+  * Add missing qqml.h include
+  * Avoid use of references across a co_await (kde#519739)
+  * Fix bridge disconnect icon and add OvsBridge support (kde#517384)
+  * 802.1x: Allow "Not Required" for Private Key Passwords (kde#520449)
+
+-------------------------------------------------------------------
+Thu May 28 18:44:56 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.91
+- Changes since 6.6.90:
+  * Update version for new release 6.6.91
+  * Applet: Work around qml bug that prevents loading in certain circumstances 
(kde#520144)
+  * WiredSecurity: Rework validity checking (kde#520336)
+
+-------------------------------------------------------------------
+Sun May 24 11:19:51 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.90
+- Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  plasma-nm-6.6.5.tar.xz
  plasma-nm-6.6.5.tar.xz.sig

New:
----
  plasma-nm-6.7.0.tar.xz
  plasma-nm-6.7.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma6-nm.spec ++++++
--- /var/tmp/diff_new_pack.NpTwhL/_old  2026-06-18 21:36:58.510969728 +0200
+++ /var/tmp/diff_new_pack.NpTwhL/_new  2026-06-18 21:36:58.514969894 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define kf6_version 6.18.0
-%define qt6_version 6.9.0
+%define kf6_version 6.26.0
+%define qt6_version 6.10.0
 
 %define rname plasma-nm
 # Full Plasma 6 version (e.g. 6.0.0)
@@ -30,14 +30,14 @@
 %bcond_without openconnect
 %endif
 Name:           plasma6-nm
-Version:        6.6.5
+Version:        6.7.0
 Release:        0
 Summary:        Plasma applet written in QML for managing network connections
 License:        (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR 
LGPL-3.0-only)
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  fdupes
@@ -55,19 +55,19 @@
 BuildRequires:  cmake(KF6ModemManagerQt) >= %{kf6_version}
 BuildRequires:  cmake(KF6NetworkManagerQt) >= %{kf6_version}
 BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
+BuildRequires:  cmake(KF6Prison) >= %{kf6_version}
 BuildRequires:  cmake(KF6Service) >= %{kf6_version}
 BuildRequires:  cmake(KF6Solid) >= %{kf6_version}
 BuildRequires:  cmake(KF6Svg) >= %{kf6_version}
-BuildRequires:  cmake(KF6Wallet) >= %{kf6_version}
 BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6WindowSystem) >= %{kf6_version}
 BuildRequires:  cmake(Plasma) >= %{_plasma6_bugfix}
 BuildRequires:  cmake(QCoro6Core)
 BuildRequires:  cmake(QCoro6DBus)
-BuildRequires:  cmake(Qca-qt6) >= 2.1.0
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Keychain)
 BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
 BuildRequires:  cmake(Qt6QuickWidgets) >= %{qt6_version}
@@ -80,6 +80,7 @@
 %if %{with openconnect}
 BuildRequires:  pkgconfig(openconnect) >= 5.2
 %endif
+BuildRequires:  pkgconfig(openssl)
 Requires:       NetworkManager
 Requires:       kf6-kded
 Requires:       kf6-kirigami-imports >= %{kf6_version}
@@ -266,6 +267,8 @@
 
 %prep
 %autosetup -p1 -n %{rname}-%{version}
+# Upstream incorrectly marks them as buildtime requirements now.
+sed -i /ecm_find_qmlmodule/d CMakeLists.txt
 
 %build
 %cmake_kf6 \
@@ -293,6 +296,7 @@
 %{_kf6_debugdir}/plasma-nm.categories
 %{_kf6_libdir}/libplasmanm_editor.so
 %{_kf6_libdir}/libplasmanm_internal.so
+%{_kf6_libdir}/libplasmanm_cellular.so
 %{_kf6_notificationsdir}/networkmanagement.notifyrc
 %{_kf6_plugindir}/kf6/kded/networkmanagement.so
 %{_kf6_plugindir}/plasma/kcms/systemsettings/kcm_cellular_network.so

++++++ plasma-nm-6.6.5.tar.xz -> plasma-nm-6.7.0.tar.xz ++++++
++++ 332648 lines of diff (skipped)

Reply via email to