Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libKF5NetworkManagerQt for
openSUSE:Factory checked in at 2022-10-11 18:00:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5NetworkManagerQt (Old)
and /work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libKF5NetworkManagerQt"
Tue Oct 11 18:00:31 2022 rev:107 rq:1009034 version:5.99.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2022-09-13 15:10:49.116884078 +0200
+++
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new.2275/libKF5NetworkManagerQt.changes
2022-10-11 18:02:36.349799260 +0200
@@ -1,0 +2,13 @@
+Sat Oct 1 15:56:13 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.99.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.99.0
+- Changes since 5.98.0:
+ * Export NetworkManager namespace
+ * Guard access to wirelessNetworkInterface in wirelessNetwork (kde#459500)
+ * .gitlab-ci.yml: enable static builds
+ * Rename interfacesAdded slot in manager to dbusInterfacesAdded
+
+-------------------------------------------------------------------
Old:
----
networkmanager-qt-5.98.0.tar.xz
networkmanager-qt-5.98.0.tar.xz.sig
New:
----
networkmanager-qt-5.99.0.tar.xz
networkmanager-qt-5.99.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libKF5NetworkManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.gLOUaK/_old 2022-10-11 18:02:38.737803120 +0200
+++ /var/tmp/diff_new_pack.gLOUaK/_new 2022-10-11 18:02:38.741803126 +0200
@@ -17,7 +17,7 @@
%define soversion 6
-%define _tar_path 5.98
+%define _tar_path 5.99
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without released
Name: libKF5NetworkManagerQt
-Version: 5.98.0
+Version: 5.99.0
Release: 0
Summary: A Qt wrapper for NetworkManager DBus API
License: LGPL-2.1-only OR LGPL-3.0-only
++++++ networkmanager-qt-5.98.0.tar.xz -> networkmanager-qt-5.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/.gitlab-ci.yml
new/networkmanager-qt-5.99.0/.gitlab-ci.yml
--- old/networkmanager-qt-5.98.0/.gitlab-ci.yml 2022-09-05 11:32:17.000000000
+0200
+++ new/networkmanager-qt-5.99.0/.gitlab-ci.yml 2022-10-01 15:22:54.000000000
+0200
@@ -3,4 +3,5 @@
include:
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/CMakeLists.txt
new/networkmanager-qt-5.99.0/CMakeLists.txt
--- old/networkmanager-qt-5.98.0/CMakeLists.txt 2022-09-05 11:32:17.000000000
+0200
+++ new/networkmanager-qt-5.99.0/CMakeLists.txt 2022-10-01 15:22:54.000000000
+0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "5.98.0") # handled by release scripts
+set(KF_VERSION "5.99.0") # handled by release scripts
project(NetworkManagerQt VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 5.98.0 NO_MODULE)
+find_package(ECM 5.99.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/src/CMakeLists.txt
new/networkmanager-qt-5.99.0/src/CMakeLists.txt
--- old/networkmanager-qt-5.98.0/src/CMakeLists.txt 2022-09-05
11:32:17.000000000 +0200
+++ new/networkmanager-qt-5.99.0/src/CMakeLists.txt 2022-10-01
15:22:54.000000000 +0200
@@ -251,7 +251,7 @@
PREFIX NetworkManagerQt
)
-install(TARGETS KF5NetworkManagerQt EXPORT KF5NetworkManagerQtTargets
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KF5NetworkManagerQt EXPORT KF5NetworkManagerQtTargets
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES
${NetworkManagerQt_CamelCase_HEADERS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/src/manager.cpp
new/networkmanager-qt-5.99.0/src/manager.cpp
--- old/networkmanager-qt-5.98.0/src/manager.cpp 2022-09-05
11:32:17.000000000 +0200
+++ new/networkmanager-qt-5.99.0/src/manager.cpp 2022-10-01
15:22:54.000000000 +0200
@@ -887,7 +887,7 @@
return status;
}
-void NetworkManager::NetworkManagerPrivate::interfacesAdded(const
QDBusObjectPath &path, const QVariantMap &addedInterfaces)
+void NetworkManager::NetworkManagerPrivate::dbusInterfacesAdded(const
QDBusObjectPath &path, const QVariantMap &addedInterfaces)
{
Q_UNUSED(path);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/src/manager.h
new/networkmanager-qt-5.99.0/src/manager.h
--- old/networkmanager-qt-5.98.0/src/manager.h 2022-09-05 11:32:17.000000000
+0200
+++ new/networkmanager-qt-5.99.0/src/manager.h 2022-10-01 15:22:54.000000000
+0200
@@ -27,7 +27,7 @@
*/
namespace NetworkManager
{
-Q_NAMESPACE
+Q_NAMESPACE_EXPORT(NETWORKMANAGERQT_EXPORT)
enum Status {
Unknown, /**< the networking system is not active or unable to report its
status - proceed with caution */
@@ -39,6 +39,7 @@
ConnectedSiteOnly, /**< a network device is connected, but there is only
site-local connectivity */
Connected, /**< the system is currently connected to a network */
};
+Q_ENUM_NS(Status)
enum LogLevel {
Error,
@@ -103,6 +104,7 @@
Limited = 3, /**< The host is connected to a network, but does not appear
to be able to reach the full Internet. */
Full = 4, /**< The host is connected to a network, and appears to be able
to reach the full Internet. */
};
+Q_ENUM_NS(Connectivity)
class NETWORKMANAGERQT_EXPORT Notifier : public QObject
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/src/manager_p.h
new/networkmanager-qt-5.99.0/src/manager_p.h
--- old/networkmanager-qt-5.98.0/src/manager_p.h 2022-09-05
11:32:17.000000000 +0200
+++ new/networkmanager-qt-5.99.0/src/manager_p.h 2022-10-01
15:22:54.000000000 +0200
@@ -119,7 +119,7 @@
void onDeviceRemoved(const QDBusObjectPath &state);
void dbusPropertiesChanged(const QString &interfaceName, const QVariantMap
&properties, const QStringList &invalidatedProperties);
void propertiesChanged(const QVariantMap &changedProperties);
- void interfacesAdded(const QDBusObjectPath &path, const QVariantMap
&addedInterfaces);
+ void dbusInterfacesAdded(const QDBusObjectPath &path, const QVariantMap
&addedInterfaces);
void daemonUnregistered();
private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/networkmanager-qt-5.98.0/src/wirelessnetwork.cpp
new/networkmanager-qt-5.99.0/src/wirelessnetwork.cpp
--- old/networkmanager-qt-5.98.0/src/wirelessnetwork.cpp 2022-09-05
11:32:17.000000000 +0200
+++ new/networkmanager-qt-5.99.0/src/wirelessnetwork.cpp 2022-10-01
15:22:54.000000000 +0200
@@ -61,6 +61,10 @@
int selectedStrength = -1;
NetworkManager::AccessPoint::Ptr selectedAp;
+ if (!wirelessNetworkInterface) {
+ return;
+ }
+
NetworkManager::AccessPoint::Ptr activeAp =
wirelessNetworkInterface->activeAccessPoint();
if (activeAp && activeAp->ssid() == ssid) {
// If the network has an active access point, use it as the referenceAp