Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2019-10-14 13:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5ModemManagerQt (Old)
 and      /work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libKF5ModemManagerQt"

Mon Oct 14 13:39:47 2019 rev:67 rq:738065 version:5.63.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes    
    2019-09-23 12:27:06.173711629 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.2352/libKF5ModemManagerQt.changes
      2019-10-14 13:39:49.413659946 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:27:03 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- No code change since 5.62.0
+
+-------------------------------------------------------------------

Old:
----
  modemmanager-qt-5.62.0.tar.xz
  modemmanager-qt-5.62.0.tar.xz.sig

New:
----
  modemmanager-qt-5.63.0.tar.xz
  modemmanager-qt-5.63.0.tar.xz.sig

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

Other differences:
------------------
++++++ libKF5ModemManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.1K6pJq/_old  2019-10-14 13:39:50.049658289 +0200
+++ /var/tmp/diff_new_pack.1K6pJq/_new  2019-10-14 13:39:50.053658278 +0200
@@ -17,7 +17,7 @@
 
 
 %define soversion 6
-%define _tar_path 5.62
+%define _tar_path 5.63
 # 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 lang
 Name:           libKF5ModemManagerQt
-Version:        5.62.0
+Version:        5.63.0
 Release:        0
 Summary:        Qt wrapper for ModemManager DBus API
 License:        LGPL-2.1-only OR LGPL-3.0-only
@@ -40,9 +40,9 @@
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Xml) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Xml) >= 5.11.0
 BuildRequires:  pkgconfig(ModemManager) >= 1.0.0
 
 %description
@@ -52,9 +52,9 @@
 Summary:        Development package for the libmm-qt library
 Group:          Development/Libraries/KDE
 Requires:       libKF5ModemManagerQt%{soversion} = %{version}
-Requires:       cmake(Qt5Core) >= 5.6.0
-Requires:       cmake(Qt5DBus) >= 5.6.0
-Requires:       cmake(Qt5Xml) >= 5.6.0
+Requires:       cmake(Qt5Core) >= 5.11.0
+Requires:       cmake(Qt5DBus) >= 5.11.0
+Requires:       cmake(Qt5Xml) >= 5.11.0
 Requires:       pkgconfig(ModemManager) >= 1.0.0
 
 %description devel


++++++ modemmanager-qt-5.62.0.tar.xz -> modemmanager-qt-5.63.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.62.0/CMakeLists.txt 
new/modemmanager-qt-5.63.0/CMakeLists.txt
--- old/modemmanager-qt-5.62.0/CMakeLists.txt   2019-09-07 14:38:39.000000000 
+0200
+++ new/modemmanager-qt-5.63.0/CMakeLists.txt   2019-10-06 11:38:18.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
 project(ModemManagerQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/modemmanager-qt-5.62.0/autotests/bearerpropertiestest.cpp 
new/modemmanager-qt-5.63.0/autotests/bearerpropertiestest.cpp
--- old/modemmanager-qt-5.62.0/autotests/bearerpropertiestest.cpp       
2019-09-07 14:38:39.000000000 +0200
+++ new/modemmanager-qt-5.63.0/autotests/bearerpropertiestest.cpp       
2019-10-06 11:38:18.000000000 +0200
@@ -80,7 +80,7 @@
     bearer->setIp4Config({{QLatin1String("method"), MM_BEARER_IP_METHOD_PPP}});
     bearer->setIp6Config({{QLatin1String("method"), 
MM_BEARER_IP_METHOD_UNKNOWN}});
     bearer->setIpTimeout(20);
-    
bearer->setProperties({{QLatin1String("apn"),QLatin1String("internet")},{QLatin1Literal("ip-type"),
 1}, {QLatin1String("number"), QLatin1String("*99#")}});
+    
bearer->setProperties({{QLatin1String("apn"),QLatin1String("internet")},{QLatin1String("ip-type"),
 1}, {QLatin1String("number"), QLatin1String("*99#")}});
     bearer->setSuspended(false);
 #if MM_CHECK_VERSION(1, 2, 0)
     ModemManager::Modem::Ptr modemInterface = 
ModemManager::modemDevices().first()->modemInterface();
@@ -122,7 +122,7 @@
     QVERIFY(ipTimeoutChangedSpy.wait());
     QCOMPARE(modemBearer->ipTimeout(), 
ipTimeoutChangedSpy.at(0).at(0).toUInt());
 
-    
bearer->setProperties({{QLatin1String("apn"),QLatin1String("internet2")},{QLatin1Literal("ip-type"),
 2}, {QLatin1String("number"), QLatin1String("*98#")}});
+    
bearer->setProperties({{QLatin1String("apn"),QLatin1String("internet2")},{QLatin1String("ip-type"),
 2}, {QLatin1String("number"), QLatin1String("*98#")}});
     QSignalSpy propertiesChangedSpy(modemBearer.data(), 
SIGNAL(propertiesChanged(QVariantMap)));
     QVERIFY(propertiesChangedSpy.wait());
     QVERIFY(modemBearer->properties().contains(QLatin1String("apn")));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.62.0/src/fakemodem/fakemodem.cpp 
new/modemmanager-qt-5.63.0/src/fakemodem/fakemodem.cpp
--- old/modemmanager-qt-5.62.0/src/fakemodem/fakemodem.cpp      2019-09-07 
14:38:39.000000000 +0200
+++ new/modemmanager-qt-5.63.0/src/fakemodem/fakemodem.cpp      2019-10-06 
11:38:18.000000000 +0200
@@ -39,14 +39,14 @@
     qDBusRegisterMetaType<ModemManager::Port> ();
     qDBusRegisterMetaType<ModemManager::LocationInformationMap>();
 
-    
QDBusConnection::sessionBus().registerService(QLatin1Literal(MMQT_DBUS_SERVICE));
-    
QDBusConnection::sessionBus().registerObject(QLatin1Literal(MMQT_DBUS_PATH), 
this, QDBusConnection::ExportScriptableContents | 
QDBusConnection::ExportAdaptors);
+    
QDBusConnection::sessionBus().registerService(QLatin1String(MMQT_DBUS_SERVICE));
+    
QDBusConnection::sessionBus().registerObject(QLatin1String(MMQT_DBUS_PATH), 
this, QDBusConnection::ExportScriptableContents | 
QDBusConnection::ExportAdaptors);
 }
 
 FakeModem::~FakeModem()
 {
-    
QDBusConnection::sessionBus().unregisterObject(QLatin1Literal(MMQT_DBUS_SERVICE));
-    
QDBusConnection::sessionBus().unregisterService(QLatin1Literal(MMQT_DBUS_SERVICE));
+    
QDBusConnection::sessionBus().unregisterObject(QLatin1String(MMQT_DBUS_SERVICE));
+    
QDBusConnection::sessionBus().unregisterService(QLatin1String(MMQT_DBUS_SERVICE));
 }
 
 void FakeModem::addModem(Modem* modem)


Reply via email to