Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2021-09-16 23:13:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5ModemManagerQt (Old)
 and      /work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libKF5ModemManagerQt"

Thu Sep 16 23:13:36 2021 rev:90 rq:918606 version:5.86.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes    
    2021-08-16 10:12:28.359036084 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.1899/libKF5ModemManagerQt.changes
      2021-09-16 23:15:05.439824345 +0200
@@ -1,0 +2,9 @@
+Mon Sep  6 06:22:23 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.86.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.86.0
+- No code change since 5.85.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libKF5ModemManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.n9ekOU/_old  2021-09-16 23:15:07.591826573 +0200
+++ /var/tmp/diff_new_pack.n9ekOU/_new  2021-09-16 23:15:07.595826577 +0200
@@ -17,7 +17,7 @@
 
 
 %define soversion 6
-%define _tar_path 5.85
+%define _tar_path 5.86
 # 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.85.0
+Version:        5.86.0
 Release:        0
 Summary:        Qt wrapper for ModemManager DBus API
 License:        LGPL-2.1-only OR LGPL-3.0-only


++++++ modemmanager-qt-5.85.0.tar.xz -> modemmanager-qt-5.86.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.85.0/.git-blame-ignore-revs 
new/modemmanager-qt-5.86.0/.git-blame-ignore-revs
--- old/modemmanager-qt-5.85.0/.git-blame-ignore-revs   2021-07-15 
00:37:43.000000000 +0200
+++ new/modemmanager-qt-5.86.0/.git-blame-ignore-revs   2021-09-04 
17:50:07.000000000 +0200
@@ -1,3 +1,5 @@
 #clang-format
 053b5b7091bbf13ed4886ced16fae8d3e5341564
 99f4d448bc9a5fe69b2a2c30fcbe36b1e7c732c9
+#clang-tidy
+632f4e346d5417cef6aeb76de690297647f6d6c7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.85.0/CMakeLists.txt 
new/modemmanager-qt-5.86.0/CMakeLists.txt
--- old/modemmanager-qt-5.85.0/CMakeLists.txt   2021-07-15 00:37:43.000000000 
+0200
+++ new/modemmanager-qt-5.86.0/CMakeLists.txt   2021-09-04 17:50:07.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.85.0") # handled by release scripts
+set(KF_VERSION "5.86.0") # handled by release scripts
 project(ModemManagerQt VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.85.0  NO_MODULE)
+find_package(ECM 5.86.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -18,7 +18,7 @@
 include(KDECMakeSettings)
 include(KDEGitCommitHooks)
 
-set(REQUIRED_QT_VERSION 5.15.0)
+set(REQUIRED_QT_VERSION 5.15.2)
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Xml)
 
 add_definitions(${QT_DEFINITIONS})
@@ -39,7 +39,7 @@
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/modemmanagerqt_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5ModemManagerQtConfigVersion.cmake"
                         SOVERSION 6)
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
 # Enable unit testing
 if (BUILD_TESTING)
     add_subdirectory(src/fakemodem)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.85.0/src/generictypes.cpp 
new/modemmanager-qt-5.86.0/src/generictypes.cpp
--- old/modemmanager-qt-5.85.0/src/generictypes.cpp     2021-07-15 
00:37:43.000000000 +0200
+++ new/modemmanager-qt-5.86.0/src/generictypes.cpp     2021-09-04 
17:50:07.000000000 +0200
@@ -42,7 +42,8 @@
 // Retrieve the CurrentModesType data from the D-BUS argument
 const QDBusArgument &operator>>(const QDBusArgument &arg, 
ModemManager::CurrentModesType &mode)
 {
-    uint temp1, temp2;
+    uint temp1;
+    uint temp2;
     arg.beginStructure();
     arg >> temp1 >> temp2;
     mode.allowed = (MMModemMode)temp1;
@@ -65,7 +66,8 @@
 // Retrieve the OmaSessionType data from the D-BUS argument
 const QDBusArgument &operator>>(const QDBusArgument &arg, 
ModemManager::OmaSessionType &sessionType)
 {
-    uint type, id;
+    uint type;
+    uint id;
     arg.beginStructure();
     arg >> type >> id;
     sessionType.type = (MMOmaSessionType)type;
@@ -106,7 +108,8 @@
 // Retrieve the ValidityPair data from the D-BUS argument
 const QDBusArgument &operator>>(const QDBusArgument &arg, 
ModemManager::ValidityPair &vp)
 {
-    uint temp1, temp2;
+    uint temp1;
+    uint temp2;
     arg.beginStructure();
     arg >> temp1 >> temp2;
     vp.validity = (MMSmsValidityType)temp1;
@@ -156,8 +159,9 @@
 QDBusArgument &operator<<(QDBusArgument &argument, const 
ModemManager::QVariantMapList &variantMapList)
 {
     argument.beginArray(qMetaTypeId<QVariantMap>());
-    for (int i = 0; i < variantMapList.length(); ++i)
+    for (int i = 0; i < variantMapList.length(); ++i) {
         argument << variantMapList[i];
+    }
     argument.endArray();
     return argument;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.85.0/src/manager.cpp 
new/modemmanager-qt-5.86.0/src/manager.cpp
--- old/modemmanager-qt-5.85.0/src/manager.cpp  2021-07-15 00:37:43.000000000 
+0200
+++ new/modemmanager-qt-5.86.0/src/manager.cpp  2021-09-04 17:50:07.000000000 
+0200
@@ -93,8 +93,9 @@
             const QString uni = path.path();
             qCDebug(MMQT) << "Adding device" << uni;
 
-            if (uni == QLatin1String(MMQT_DBUS_PATH) || 
!uni.startsWith(QLatin1String(MMQT_DBUS_MODEM_PREFIX)))
+            if (uni == QLatin1String(MMQT_DBUS_PATH) || 
!uni.startsWith(QLatin1String(MMQT_DBUS_MODEM_PREFIX))) {
                 continue;
+            }
 
             modemList.insert(uni, ModemDevice::Ptr());
             Q_EMIT modemAdded(uni);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.85.0/src/modem.cpp 
new/modemmanager-qt-5.86.0/src/modem.cpp
--- old/modemmanager-qt-5.85.0/src/modem.cpp    2021-07-15 00:37:43.000000000 
+0200
+++ new/modemmanager-qt-5.86.0/src/modem.cpp    2021-09-04 17:50:07.000000000 
+0200
@@ -289,19 +289,25 @@
     Q_D(Modem);
     QVariantMap map;
     map.insert(QStringLiteral("apn"), bearerProperties.apn());
-    if (bearerProperties.ipType() != MM_BEARER_IP_FAMILY_NONE)
+    if (bearerProperties.ipType() != MM_BEARER_IP_FAMILY_NONE) {
         map.insert(QStringLiteral("ip-type"), (uint)bearerProperties.ipType());
-    if (bearerProperties.allowedAuthentication() != 
MM_BEARER_ALLOWED_AUTH_UNKNOWN)
+    }
+    if (bearerProperties.allowedAuthentication() != 
MM_BEARER_ALLOWED_AUTH_UNKNOWN) {
         map.insert(QStringLiteral("allowed-auth"), 
(uint)bearerProperties.allowedAuthentication());
-    if (!bearerProperties.user().isEmpty())
+    }
+    if (!bearerProperties.user().isEmpty()) {
         map.insert(QStringLiteral("user"), bearerProperties.user());
-    if (!bearerProperties.password().isEmpty())
+    }
+    if (!bearerProperties.password().isEmpty()) {
         map.insert(QStringLiteral("password"), bearerProperties.password());
+    }
     map.insert(QStringLiteral("allow-roaming"), 
bearerProperties.allowRoaming());
-    if (bearerProperties.rmProtocol() != MM_MODEM_CDMA_RM_PROTOCOL_UNKNOWN)
+    if (bearerProperties.rmProtocol() != MM_MODEM_CDMA_RM_PROTOCOL_UNKNOWN) {
         map.insert(QStringLiteral("rm-protocol"), 
(uint)bearerProperties.rmProtocol());
-    if (!bearerProperties.number().isEmpty())
+    }
+    if (!bearerProperties.number().isEmpty()) {
         map.insert(QStringLiteral("number"), bearerProperties.number());
+    }
     return d->modemIface.CreateBearer(map);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.85.0/src/modemdevice.cpp 
new/modemmanager-qt-5.86.0/src/modemdevice.cpp
--- old/modemmanager-qt-5.85.0/src/modemdevice.cpp      2021-07-15 
00:37:43.000000000 +0200
+++ new/modemmanager-qt-5.86.0/src/modemdevice.cpp      2021-09-04 
17:50:07.000000000 +0200
@@ -146,9 +146,9 @@
     QDBusPendingReply<QString> reply = QDBusConnection::systemBus().call(call);
 #endif
 
-    if (reply.isValid())
+    if (reply.isValid()) {
         return reply.value();
-    else {
+    } else {
         return QString();
     }
 }

Reply via email to