Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2018-06-22 13:24:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5ModemManagerQt (Old)
 and      /work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libKF5ModemManagerQt"

Fri Jun 22 13:24:53 2018 rev:50 rq:616796 version:5.47.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes    
    2018-05-18 14:24:38.613548104 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new/libKF5ModemManagerQt.changes
   2018-06-22 13:24:57.501769252 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:35:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * Use override
+
+-------------------------------------------------------------------

Old:
----
  modemmanager-qt-5.46.0.tar.xz

New:
----
  modemmanager-qt-5.47.0.tar.xz

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

Other differences:
------------------
++++++ libKF5ModemManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.okYosE/_old  2018-06-22 13:24:58.329738655 +0200
+++ /var/tmp/diff_new_pack.okYosE/_new  2018-06-22 13:24:58.333738507 +0200
@@ -17,13 +17,13 @@
 
 
 %define soversion 6
-%define _tar_path 5.46
+%define _tar_path 5.47
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           libKF5ModemManagerQt
-Version:        5.46.0
+Version:        5.47.0
 Release:        0
 Summary:        Qt wrapper for ModemManager DBus API
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ modemmanager-qt-5.46.0.tar.xz -> modemmanager-qt-5.47.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/CMakeLists.txt 
new/modemmanager-qt-5.47.0/CMakeLists.txt
--- old/modemmanager-qt-5.46.0/CMakeLists.txt   2018-05-05 14:40:03.000000000 
+0200
+++ new/modemmanager-qt-5.47.0/CMakeLists.txt   2018-06-02 18:30:11.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
 project(ModemManagerQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.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.46.0/src/modem3gpp_p.h 
new/modemmanager-qt-5.47.0/src/modem3gpp_p.h
--- old/modemmanager-qt-5.46.0/src/modem3gpp_p.h        2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modem3gpp_p.h        2018-06-02 
18:30:11.000000000 +0200
@@ -48,7 +48,7 @@
     Q_DECLARE_PUBLIC(Modem3gpp)
     Modem3gpp *q_ptr;
 private Q_SLOTS:
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modem3gppussd_p.h 
new/modemmanager-qt-5.47.0/src/modem3gppussd_p.h
--- old/modemmanager-qt-5.46.0/src/modem3gppussd_p.h    2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modem3gppussd_p.h    2018-06-02 
18:30:11.000000000 +0200
@@ -44,7 +44,7 @@
     Q_DECLARE_PUBLIC(Modem3gppUssd)
     Modem3gppUssd *q_ptr;
 private Q_SLOTS:
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modem_p.h 
new/modemmanager-qt-5.47.0/src/modem_p.h
--- old/modemmanager-qt-5.46.0/src/modem_p.h    2018-05-05 14:40:03.000000000 
+0200
+++ new/modemmanager-qt-5.47.0/src/modem_p.h    2018-06-02 18:30:11.000000000 
+0200
@@ -75,7 +75,7 @@
     Modem *q_ptr;
 private Q_SLOTS:
     void initializeBearers();
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
     void onStateChanged(int oldState, int newState, uint reason);
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modemcdma_p.h 
new/modemmanager-qt-5.47.0/src/modemcdma_p.h
--- old/modemmanager-qt-5.46.0/src/modemcdma_p.h        2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modemcdma_p.h        2018-06-02 
18:30:11.000000000 +0200
@@ -48,7 +48,7 @@
     ModemCdma *q_ptr;
 private Q_SLOTS:
     void onActivationStateChanged(uint activation_state, uint 
activation_error, const QVariantMap &status_changes);
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modemlocation_p.h 
new/modemmanager-qt-5.47.0/src/modemlocation_p.h
--- old/modemmanager-qt-5.46.0/src/modemlocation_p.h    2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modemlocation_p.h    2018-06-02 
18:30:11.000000000 +0200
@@ -44,7 +44,7 @@
     Q_DECLARE_PUBLIC(ModemLocation)
     ModemLocation *q_ptr;
 private Q_SLOTS:
-   void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+   void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modemmessaging_p.h 
new/modemmanager-qt-5.47.0/src/modemmessaging_p.h
--- old/modemmanager-qt-5.46.0/src/modemmessaging_p.h   2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modemmessaging_p.h   2018-06-02 
18:30:11.000000000 +0200
@@ -46,7 +46,7 @@
     Q_DECLARE_PUBLIC(ModemMessaging)
     ModemMessaging *q_ptr;
 private Q_SLOTS:
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
     void onMessageAdded(const QDBusObjectPath &path, bool received);
     void onMessageDeleted(const QDBusObjectPath &path);
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modemoma_p.h 
new/modemmanager-qt-5.47.0/src/modemoma_p.h
--- old/modemmanager-qt-5.46.0/src/modemoma_p.h 2018-05-05 14:40:03.000000000 
+0200
+++ new/modemmanager-qt-5.47.0/src/modemoma_p.h 2018-06-02 18:30:11.000000000 
+0200
@@ -44,7 +44,7 @@
     ModemOma *q_ptr;
 private Q_SLOTS:
     void onSessionStateChanged(int oldState, int newState, uint failedReason);
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modemsignal_p.h 
new/modemmanager-qt-5.47.0/src/modemsignal_p.h
--- old/modemmanager-qt-5.46.0/src/modemsignal_p.h      2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modemsignal_p.h      2018-06-02 
18:30:11.000000000 +0200
@@ -45,7 +45,7 @@
     Q_DECLARE_PUBLIC(ModemSignal)
     ModemSignal *q_ptr;
 private Q_SLOTS:
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.46.0/src/modemtime_p.h 
new/modemmanager-qt-5.47.0/src/modemtime_p.h
--- old/modemmanager-qt-5.46.0/src/modemtime_p.h        2018-05-05 
14:40:03.000000000 +0200
+++ new/modemmanager-qt-5.47.0/src/modemtime_p.h        2018-06-02 
18:30:11.000000000 +0200
@@ -42,7 +42,7 @@
     ModemTime *q_ptr;
 private Q_SLOTS:
     void onNetworkTimeChanged(const QString &isoDateTime);
-    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) Q_DECL_OVERRIDE;
+    void onPropertiesChanged(const QString &interface, const QVariantMap 
&properties, const QStringList &invalidatedProps) override;
 };
 
 } // namespace ModemManager


Reply via email to