Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2015-10-19 22:29:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-24 07:14:44.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
       2015-10-19 22:29:12.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 17:37:41 UTC 2015 - [email protected]
+
+- Update to 5.15.0
+  * Fix introspections, LastSeen should be in AccessPoint and
+    not in ActiveConnection
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libKF5NetworkManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.w3S10D/_old  2015-10-19 22:29:13.000000000 +0200
+++ /var/tmp/diff_new_pack.w3S10D/_new  2015-10-19 22:29:13.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:           libKF5NetworkManagerQt
-Version:        5.14.0
+Version:        5.15.0
 Release:        0
 Summary:        A Qt wrapper for NetworkManager DBus API
 License:        LGPL-2.1 or LGPL-3.0

++++++ networkmanager-qt-5.14.0.tar.xz -> networkmanager-qt-5.15.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.14.0/CMakeLists.txt 
new/networkmanager-qt-5.15.0/CMakeLists.txt
--- old/networkmanager-qt-5.14.0/CMakeLists.txt 2015-09-04 22:22:05.000000000 
+0200
+++ new/networkmanager-qt-5.15.0/CMakeLists.txt 2015-10-03 12:36:32.000000000 
+0200
@@ -3,7 +3,7 @@
 project(NetworkManagerQt)
 
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.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,7 +32,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.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.14.0/src/dbus/introspection/nm-access-point.xml 
new/networkmanager-qt-5.15.0/src/dbus/introspection/nm-access-point.xml
--- old/networkmanager-qt-5.14.0/src/dbus/introspection/nm-access-point.xml     
2015-09-04 22:22:05.000000000 +0200
+++ new/networkmanager-qt-5.15.0/src/dbus/introspection/nm-access-point.xml     
2015-10-03 12:36:32.000000000 +0200
@@ -30,6 +30,13 @@
     <property name="Strength" type="y" access="read">
       <tp:docstring>The current signal quality of the access point, in 
percent.</tp:docstring>
     </property>
+    <property name="LastSeen" type="i" access="read">
+      <tp:docstring>
+        The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access
+        point was found in scan results.  A value of -1 means the access point
+        has never been found in scan results.
+      </tp:docstring>
+    </property>
 
     <signal name="PropertiesChanged">
         <annotation name="org.qtproject.QtDBus.QtTypeName.In0" 
value="QVariantMap"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/networkmanager-qt-5.14.0/src/dbus/introspection/nm-active-connection.xml 
new/networkmanager-qt-5.15.0/src/dbus/introspection/nm-active-connection.xml
--- 
old/networkmanager-qt-5.14.0/src/dbus/introspection/nm-active-connection.xml    
    2015-09-04 22:22:05.000000000 +0200
+++ 
new/networkmanager-qt-5.15.0/src/dbus/introspection/nm-active-connection.xml    
    2015-10-03 12:36:32.000000000 +0200
@@ -103,13 +103,6 @@
         The path to the master device if the connection is a slave.
       </tp:docstring>
     </property>
-    <property name="LastSeen" type="i" access="read">
-      <tp:docstring>
-        The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access
-        point was found in scan results.  A value of -1 means the access point
-        has never been found in scan results.
-      </tp:docstring>
-    </property>
 
     <signal name="PropertiesChanged">
         <annotation name="org.qtproject.QtDBus.QtTypeName.In0" 
value="QVariantMap"/>


Reply via email to