Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2014-08-16 15:42:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
    2014-07-25 09:10:08.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
       2014-08-16 15:43:44.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 10 22:16:00 UTC 2014 - [email protected]
+
+- Update to 5.0.92
+   * Bugfix release
+
+-------------------------------------------------------------------

Old:
----
  libnm-qt-5.0.91.tar.xz

New:
----
  libnm-qt-5.0.92.tar.xz

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

Other differences:
------------------
++++++ libKF5NetworkManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.9DraS9/_old  2014-08-16 15:43:44.000000000 +0200
+++ /var/tmp/diff_new_pack.9DraS9/_new  2014-08-16 15:43:44.000000000 +0200
@@ -20,7 +20,7 @@
 %define soversion 5
 
 Name:           libKF5NetworkManagerQt
-Version:        5.0.91
+Version:        5.0.92
 Release:        0
 Summary:        A qt wrapper around the NetworkManager libraries
 License:        LGPL-2.1 or LGPL-3.0

++++++ libnm-qt-5.0.91.tar.xz -> libnm-qt-5.0.92.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnm-qt-5.0.91/CMakeLists.txt 
new/libnm-qt-5.0.92/CMakeLists.txt
--- old/libnm-qt-5.0.91/CMakeLists.txt  2014-07-10 20:21:19.000000000 +0200
+++ new/libnm-qt-5.0.92/CMakeLists.txt  2014-08-08 17:20:50.000000000 +0200
@@ -13,7 +13,7 @@
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.2.0)
-find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network Test)
+find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network)
 
 add_definitions(${QT_DEFINITIONS})
 
@@ -29,7 +29,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.0.91")
+set(KF5_VERSION "5.0.92")
 
 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/libnm-qt-5.0.91/src/settings.cpp 
new/libnm-qt-5.0.92/src/settings.cpp
--- old/libnm-qt-5.0.91/src/settings.cpp        2014-07-10 20:21:19.000000000 
+0200
+++ new/libnm-qt-5.0.92/src/settings.cpp        2014-08-08 17:20:50.000000000 
+0200
@@ -204,7 +204,7 @@
         } else {
             ret = Connection::Ptr(new Connection(path), &QObject::deleteLater);
             connections[path] = ret;
-#if !NM_CHECK_VERSION(0, 9, 9)
+#if !NM_CHECK_VERSION(0, 9, 10)
             connect(ret.data(), SIGNAL(removed(QString)), this, 
SLOT(onConnectionRemoved(QString)));
 #endif
             if (!contains) {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to