Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2015-09-02 07:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
    2015-07-14 17:30:04.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
       2015-09-02 07:49:11.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:52 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+    noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libKF5NetworkManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.nvfsDR/_old  2015-09-02 07:49:12.000000000 +0200
+++ /var/tmp/diff_new_pack.nvfsDR/_new  2015-09-02 07:49:12.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:           libKF5NetworkManagerQt
-Version:        5.12.0
+Version:        5.13.0
 Release:        0
 Summary:        A Qt wrapper for NetworkManager DBus API
 License:        LGPL-2.1 or LGPL-3.0
@@ -30,10 +30,10 @@
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  kf5-filesystem
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Network) >= 5.3.0
 BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8.4
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
 BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8.4
 BuildRequires:  pkgconfig(libnm-util) >= 0.9.8.4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -48,10 +48,10 @@
 Summary:        A Qt wrapper for NetworkManager DBus API
 Group:          Development/Libraries/KDE
 Requires:       libKF5NetworkManagerQt%{soversion} = %{version}
+Requires:       cmake(Qt5Core) >= 5.3.0
+Requires:       cmake(Qt5DBus) >= 5.3.0
+Requires:       cmake(Qt5Network) >= 5.3.0
 Requires:       pkgconfig(NetworkManager) >= 0.9.8.4
-Requires:       pkgconfig(Qt5Core) >= 5.2.0
-Requires:       pkgconfig(Qt5DBus) >= 5.2.0
-Requires:       pkgconfig(Qt5Network) >= 5.2.0
 Requires:       pkgconfig(libnm-glib) >= 0.9.8.4
 Requires:       pkgconfig(libnm-util) >= 0.9.8.4
 

++++++ networkmanager-qt-5.12.0.tar.xz -> networkmanager-qt-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.12.0/CMakeLists.txt 
new/networkmanager-qt-5.13.0/CMakeLists.txt
--- old/networkmanager-qt-5.12.0/CMakeLists.txt 2015-07-04 22:44:50.000000000 
+0200
+++ new/networkmanager-qt-5.13.0/CMakeLists.txt 2015-08-04 12:12:12.000000000 
+0200
@@ -3,7 +3,7 @@
 project(NetworkManagerQt)
 
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.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)
 
@@ -16,7 +16,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network)
 
 add_definitions(${QT_DEFINITIONS})
@@ -32,7 +32,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX NETWORKMANAGERQT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/networkmanagerqt_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.12.0/metainfo.yaml 
new/networkmanager-qt-5.13.0/metainfo.yaml
--- old/networkmanager-qt-5.12.0/metainfo.yaml  2015-07-04 22:44:50.000000000 
+0200
+++ new/networkmanager-qt-5.13.0/metainfo.yaml  2015-08-04 12:12:12.000000000 
+0200
@@ -1,4 +1,4 @@
-maintainer: Lamarque Souza, Jan Grulich, Lukáš Tinkl
+maintainer: grulich
 description: Qt wrapper for NetworkManager API
 tier: 1
 type: integration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.12.0/src/device.cpp 
new/networkmanager-qt-5.13.0/src/device.cpp
--- old/networkmanager-qt-5.12.0/src/device.cpp 2015-07-04 22:44:50.000000000 
+0200
+++ new/networkmanager-qt-5.13.0/src/device.cpp 2015-08-04 12:12:12.000000000 
+0200
@@ -31,7 +31,12 @@
 
 #include <QDBusObjectPath>
 
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// logging category for this framework, default: log stuff >= warning
+Q_LOGGING_CATEGORY(NMQT, "networkmanager-qt", QtWarningMsg)
+#else
 Q_LOGGING_CATEGORY(NMQT, "networkmanager-qt")
+#endif
 
 namespace NetworkManager
 {


Reply via email to