Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2017-01-31 12:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5NetworkManagerQt (Old)
 and      /work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libKF5NetworkManagerQt"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
    2016-12-17 11:15:33.319443446 +0100
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
       2017-02-03 17:46:58.413954753 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:44:51 UTC 2017 - [email protected]
+
+- Update to 5.30.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+-------------------------------------------------------------------

Old:
----
  networkmanager-qt-5.29.0.tar.xz

New:
----
  networkmanager-qt-5.30.0.tar.xz

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

Other differences:
------------------
++++++ libKF5NetworkManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.GSBmjL/_old  2017-02-03 17:46:58.845893614 +0100
+++ /var/tmp/diff_new_pack.GSBmjL/_new  2017-02-03 17:46:58.845893614 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libKF5NetworkManagerQt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:           libKF5NetworkManagerQt
-Version:        5.29.0
+Version:        5.30.0
 Release:        0
 Summary:        A Qt wrapper for NetworkManager DBus API
 License:        LGPL-2.1 or LGPL-3.0

++++++ networkmanager-qt-5.29.0.tar.xz -> networkmanager-qt-5.30.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/CMakeLists.txt 
new/networkmanager-qt-5.30.0/CMakeLists.txt
--- old/networkmanager-qt-5.29.0/CMakeLists.txt 2016-12-03 11:40:39.000000000 
+0100
+++ new/networkmanager-qt-5.30.0/CMakeLists.txt 2017-01-08 16:49:00.000000000 
+0100
@@ -1,9 +1,10 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(NetworkManagerQt)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+project(NetworkManagerQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -32,9 +33,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX NETWORKMANAGERQT
+ecm_setup_version(PROJECT VARIABLE_PREFIX NETWORKMANAGERQT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/networkmanagerqt_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5NetworkManagerQtConfigVersion.cmake"
                         SOVERSION 6)
@@ -55,9 +54,9 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR 
"${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5NetworkManagerQt")
 
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 
-ecm_configure_package_config_file(
+configure_package_config_file(
   "${CMAKE_CURRENT_SOURCE_DIR}/KF5NetworkManagerQtConfig.cmake.in"
   "${CMAKE_CURRENT_BINARY_DIR}/KF5NetworkManagerQtConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/networkmanager-qt-5.29.0/KF5NetworkManagerQtConfig.cmake.in 
new/networkmanager-qt-5.30.0/KF5NetworkManagerQtConfig.cmake.in
--- old/networkmanager-qt-5.29.0/KF5NetworkManagerQtConfig.cmake.in     
2016-12-03 11:40:39.000000000 +0100
+++ new/networkmanager-qt-5.30.0/KF5NetworkManagerQtConfig.cmake.in     
2017-01-08 16:49:00.000000000 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/accesspoint.h 
new/networkmanager-qt-5.30.0/src/accesspoint.h
--- old/networkmanager-qt-5.29.0/src/accesspoint.h      2016-12-03 
11:40:39.000000000 +0100
+++ new/networkmanager-qt-5.30.0/src/accesspoint.h      2017-01-08 
16:49:00.000000000 +0100
@@ -42,7 +42,6 @@
 class NETWORKMANAGERQT_EXPORT AccessPoint : public QObject
 {
     Q_OBJECT
-    Q_FLAGS(Capabilities WpaFlags)
 public:
     typedef QSharedPointer<AccessPoint> Ptr;
     typedef QList<Ptr> List;
@@ -70,7 +69,9 @@
                    KeyMgmtPsk = 0x100, KeyMgmt8021x = 0x200
                  };
     Q_DECLARE_FLAGS(Capabilities, Capability)
+    Q_FLAG(Capabilities)
     Q_DECLARE_FLAGS(WpaFlags, WpaFlag)
+    Q_FLAG(WpaFlags)
     explicit AccessPoint(const QString &path, QObject *parent = 0);
     virtual ~AccessPoint();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/activeconnection.cpp 
new/networkmanager-qt-5.30.0/src/activeconnection.cpp
--- old/networkmanager-qt-5.29.0/src/activeconnection.cpp       2016-12-03 
11:40:39.000000000 +0100
+++ new/networkmanager-qt-5.30.0/src/activeconnection.cpp       2017-01-08 
16:49:00.000000000 +0100
@@ -41,6 +41,7 @@
 #endif
     , dhcp4Config(0)
     , dhcp6Config(0)
+    , state(ActiveConnection::Unknown)
     , q_ptr(q)
 {
     path = dbusPath;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/bluetoothdevice.h 
new/networkmanager-qt-5.30.0/src/bluetoothdevice.h
--- old/networkmanager-qt-5.29.0/src/bluetoothdevice.h  2016-12-03 
11:40:39.000000000 +0100
+++ new/networkmanager-qt-5.30.0/src/bluetoothdevice.h  2017-01-08 
16:49:00.000000000 +0100
@@ -42,7 +42,6 @@
     Q_PROPERTY(uint bluetoothCapabilities READ bluetoothCapabilities)
     Q_PROPERTY(QString hardwareAddress READ hardwareAddress)
     Q_PROPERTY(QString name READ name)
-    Q_FLAGS(Capabilities)
 
 public:
     typedef QSharedPointer<BluetoothDevice> Ptr;
@@ -56,6 +55,7 @@
         Pan = 0x2  /**< Personal Area Network profile */
     };
     Q_DECLARE_FLAGS(Capabilities, Capability)
+    Q_FLAG(Capabilities)
     /**
      * Creates a new BluetoothDevice object.
      */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/device.h 
new/networkmanager-qt-5.30.0/src/device.h
--- old/networkmanager-qt-5.29.0/src/device.h   2016-12-03 11:40:39.000000000 
+0100
+++ new/networkmanager-qt-5.30.0/src/device.h   2017-01-08 16:49:00.000000000 
+0100
@@ -48,9 +48,6 @@
 class NETWORKMANAGERQT_EXPORT Device : public QObject
 {
     Q_OBJECT
-    Q_ENUMS(State Capability Type)
-    Q_FLAGS(Capabilities)
-    Q_FLAGS(Types)
 
     Q_PROPERTY(QString uni READ uni)
     Q_PROPERTY(QString interfaceName READ interfaceName)
@@ -96,6 +93,7 @@
         Deactivating = 110, /**< The device's network connection is being torn 
down */
         Failed = 120 /**< The device is in a failure state following an 
attempt to activate it */
     };
+    Q_ENUM(State)
 
     /**
      * Enums describing the reason for a connection state change
@@ -138,7 +136,9 @@
         IsManageable = 0x1, /**< denotes that the device can be controlled by 
this API */
         SupportsCarrierDetect = 0x2 /**< the device informs us when it is 
plugged in to the medium */
     };
+    Q_ENUM(Capability)
     Q_DECLARE_FLAGS(Capabilities, Capability)
+    Q_FLAG(Capabilities)
 
     /**
      * Device type
@@ -165,7 +165,9 @@
         Tun, /**< Tun virtual device @since 0.9.9.0 */
         Veth, /**< Veth virtual device @since 0.9.9.0 */
     };
+    Q_ENUM(Type)
     Q_DECLARE_FLAGS(Types, Type)
+    Q_FLAG(Types)
 
     /**
      * Creates a new device object.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/manager.cpp 
new/networkmanager-qt-5.30.0/src/manager.cpp
--- old/networkmanager-qt-5.29.0/src/manager.cpp        2016-12-03 
11:40:39.000000000 +0100
+++ new/networkmanager-qt-5.30.0/src/manager.cpp        2017-01-08 
16:49:00.000000000 +0100
@@ -90,9 +90,6 @@
     , m_isWwanHardwareEnabled(false)
     , m_supportedInterfaceTypes(NetworkManager::Device::UnknownType)
 {
-    QLoggingCategory::setFilterRules(QStringLiteral("networkmanager-qt.debug = 
true"));
-    QLoggingCategory::setFilterRules(QStringLiteral("networkmanager-qt.warning 
= true"));
-
     connect(&iface, &OrgFreedesktopNetworkManagerInterface::DeviceAdded,
             this, &NetworkManagerPrivate::onDeviceAdded);
     connect(&iface, &OrgFreedesktopNetworkManagerInterface::DeviceRemoved,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/manager.h 
new/networkmanager-qt-5.30.0/src/manager.h
--- old/networkmanager-qt-5.29.0/src/manager.h  2016-12-03 11:40:39.000000000 
+0100
+++ new/networkmanager-qt-5.30.0/src/manager.h  2017-01-08 16:49:00.000000000 
+0100
@@ -66,7 +66,6 @@
     Trace/**< = Debug in runtime NM < 0.9.10*/
     };
 
-Q_FLAGS(LogDomains)
 /**
  * @note flags Agents, Settings, Bridge, DbusProps, Team, ConCheck, Dcb, 
Dispatch are not
  * usabel in runtime NM < 0.9.10
@@ -76,6 +75,7 @@
                 , Agents, Settings, Bridge, DbusProps, Team, ConCheck, Dcb, 
Dispatch
                 };
 Q_DECLARE_FLAGS(LogDomains, LogDomain)
+Q_FLAGS(LogDomain)
 
 /**
  * Describes the network connectivity state.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.29.0/src/wirelessdevice.h 
new/networkmanager-qt-5.30.0/src/wirelessdevice.h
--- old/networkmanager-qt-5.29.0/src/wirelessdevice.h   2016-12-03 
11:40:39.000000000 +0100
+++ new/networkmanager-qt-5.30.0/src/wirelessdevice.h   2017-01-08 
16:49:00.000000000 +0100
@@ -43,7 +43,6 @@
 class NETWORKMANAGERQT_EXPORT WirelessDevice : public Device
 {
     Q_OBJECT
-    Q_ENUMS(OperationMode DeviceInterface)
 
 public:
     typedef QSharedPointer<WirelessDevice> Ptr;
@@ -58,6 +57,7 @@
         Infra, /**< a station in an infrastructure wireless network */
         ApMode /**< access point in an infrastructure network */
     };
+    Q_ENUM(OperationMode)
     /**
      * Capabilities (currently all encryption/authentication related) of the 
device
      * @note FreqValid, Freq2Ghz, Freq5Ghz are available in runtime NM >= 1.0.2


Reply via email to