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-08-16 10:08:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libKF5ModemManagerQt (Old)
and /work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libKF5ModemManagerQt"
Mon Aug 16 10:08:17 2021 rev:89 rq:912171 version:5.85.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes
2021-07-16 00:02:02.108781208 +0200
+++
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.1899/libKF5ModemManagerQt.changes
2021-08-16 10:12:28.359036084 +0200
@@ -1,0 +2,11 @@
+Fri Aug 6 12:13:28 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.85.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.85.0
+- Changes since 5.84.0:
+ * Add find_dependency for QtDBus
+ * Make dependency on QtXml private
+
+-------------------------------------------------------------------
Old:
----
modemmanager-qt-5.84.0.tar.xz
modemmanager-qt-5.84.0.tar.xz.sig
New:
----
modemmanager-qt-5.85.0.tar.xz
modemmanager-qt-5.85.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libKF5ModemManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.jKAbUc/_old 2021-08-16 10:12:28.811035554 +0200
+++ /var/tmp/diff_new_pack.jKAbUc/_new 2021-08-16 10:12:28.815035549 +0200
@@ -17,7 +17,7 @@
%define soversion 6
-%define _tar_path 5.84
+%define _tar_path 5.85
# 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.84.0
+Version: 5.85.0
Release: 0
Summary: Qt wrapper for ModemManager DBus API
License: LGPL-2.1-only OR LGPL-3.0-only
@@ -54,7 +54,6 @@
Requires: libKF5ModemManagerQt%{soversion} = %{version}
Requires: cmake(Qt5Core) >= 5.15.0
Requires: cmake(Qt5DBus) >= 5.15.0
-Requires: cmake(Qt5Xml) >= 5.15.0
Requires: pkgconfig(ModemManager) >= 1.0.0
%description devel
++++++ modemmanager-qt-5.84.0.tar.xz -> modemmanager-qt-5.85.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/modemmanager-qt-5.84.0/CMakeLists.txt
new/modemmanager-qt-5.85.0/CMakeLists.txt
--- old/modemmanager-qt-5.84.0/CMakeLists.txt 2021-06-19 18:03:43.000000000
+0200
+++ new/modemmanager-qt-5.85.0/CMakeLists.txt 2021-07-15 00:37:43.000000000
+0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
project(ModemManagerQt VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 5.84.0 NO_MODULE)
+find_package(ECM 5.85.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/modemmanager-qt-5.84.0/KF5ModemManagerQtConfig.cmake.in
new/modemmanager-qt-5.85.0/KF5ModemManagerQtConfig.cmake.in
--- old/modemmanager-qt-5.84.0/KF5ModemManagerQtConfig.cmake.in 2021-06-19
18:03:43.000000000 +0200
+++ new/modemmanager-qt-5.85.0/KF5ModemManagerQtConfig.cmake.in 2021-07-15
00:37:43.000000000 +0200
@@ -2,6 +2,7 @@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
+find_dependency(Qt5DBus @REQUIRED_QT_VERSION@)
include("${CMAKE_CURRENT_LIST_DIR}/KF5ModemManagerQtTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/modemmanager-qt-5.84.0/README
new/modemmanager-qt-5.85.0/README
--- old/modemmanager-qt-5.84.0/README 2021-06-19 18:03:43.000000000 +0200
+++ new/modemmanager-qt-5.85.0/README 2021-07-15 00:37:43.000000000 +0200
@@ -65,7 +65,7 @@
// TODO - needs to update to mach the new ModemManager
-Current Implemenation Status
+Current Implementation Status
============================
org.freedesktop.ModemManager1
- fully implemented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/modemmanager-qt-5.84.0/src/CMakeLists.txt
new/modemmanager-qt-5.85.0/src/CMakeLists.txt
--- old/modemmanager-qt-5.84.0/src/CMakeLists.txt 2021-06-19
18:03:43.000000000 +0200
+++ new/modemmanager-qt-5.85.0/src/CMakeLists.txt 2021-07-15
00:37:43.000000000 +0200
@@ -83,7 +83,7 @@
target_include_directories(KF5ModemManagerQt INTERFACE
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/ModemManagerQt>")
-target_link_libraries(KF5ModemManagerQt PUBLIC Qt5::Core Qt5::DBus Qt5::Xml)
+target_link_libraries(KF5ModemManagerQt PUBLIC Qt5::Core Qt5::DBus PRIVATE
Qt5::Xml)
set_target_properties(KF5ModemManagerQt PROPERTIES VERSION
${MODEMMANAGERQT_VERSION}
SOVERSION
${MODEMMANAGERQT_SOVERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/modemmanager-qt-5.84.0/src/dbus/introspection/org.freedesktop.ModemManager1.Bearer.xml
new/modemmanager-qt-5.85.0/src/dbus/introspection/org.freedesktop.ModemManager1.Bearer.xml
---
old/modemmanager-qt-5.84.0/src/dbus/introspection/org.freedesktop.ModemManager1.Bearer.xml
2021-06-19 18:03:43.000000000 +0200
+++
new/modemmanager-qt-5.85.0/src/dbus/introspection/org.freedesktop.ModemManager1.Bearer.xml
2021-07-15 00:37:43.000000000 +0200
@@ -77,7 +77,7 @@
or
<link
linkend="MM-BEARER-IP-METHOD-DHCP:CAPS">MM_BEARER_IP_METHOD_DHCP</link>
methods are given, the interface
- will be an ethernet-style inteface suitable for DHCP or setting static
+ will be an ethernet-style interface suitable for DHCP or setting static
IP configuration on, while if the
<link
linkend="MM-BEARER-IP-METHOD-PPP:CAPS">MM_BEARER_IP_METHOD_PPP</link>
method is given, the interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/modemmanager-qt-5.84.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
new/modemmanager-qt-5.85.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
---
old/modemmanager-qt-5.84.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
2021-06-19 18:03:43.000000000 +0200
+++
new/modemmanager-qt-5.85.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
2021-07-15 00:37:43.000000000 +0200
@@ -32,7 +32,7 @@
<!--
Scan:
- @results: Array of dictionaries wih the found networks.
+ @results: Array of dictionaries with the found networks.
Scan for available networks.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/modemmanager-qt-5.84.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
new/modemmanager-qt-5.85.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
---
old/modemmanager-qt-5.84.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
2021-06-19 18:03:43.000000000 +0200
+++
new/modemmanager-qt-5.85.0/src/dbus/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
2021-07-15 00:37:43.000000000 +0200
@@ -109,7 +109,7 @@
ActivationStateChanged:
@activation_state: Current activation state, given as a <link
linkend="MMModemCdmaActivationState">MMModemCdmaActivationState</link>.
@activation_error: Carrier-specific error code, given as a <link
linkend="MMCdmaActivationError">MMCdmaActivationError</link>.
- @status_changes: Properties that have changed as a result of this
activation state chage, including <literal>"mdn"</literal> and
<literal>"min"</literal>. The dictionary may be empty if the changed properties
are unknown.
+ @status_changes: Properties that have changed as a result of this
activation state change, including <literal>"mdn"</literal> and
<literal>"min"</literal>. The dictionary may be empty if the changed properties
are unknown.
The device activation state changed.
-->
@@ -142,7 +142,7 @@
The modem's
<ulink
url="http://en.wikipedia.org/wiki/Electronic_serial_number">Electronic Serial
Number</ulink>
- (superceded by MEID but still used by older devices).
+ (superseded by MEID but still used by older devices).
-->
<property name="Esn" type="s" access="read" />
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/modemmanager-qt-5.84.0/src/modemcdma.h
new/modemmanager-qt-5.85.0/src/modemcdma.h
--- old/modemmanager-qt-5.84.0/src/modemcdma.h 2021-06-19 18:03:43.000000000
+0200
+++ new/modemmanager-qt-5.85.0/src/modemcdma.h 2021-07-15 00:37:43.000000000
+0200
@@ -77,7 +77,7 @@
QString meid() const;
/**
- * @return the modem's Electronic Serial Number (superceded by MEID but
still used by older devices).
+ * @return the modem's Electronic Serial Number (superseded by MEID but
still used by older devices).
*/
QString esn() const;
@@ -120,7 +120,7 @@
*
* @param state current activation state, given as a
MMModemCdmaActivationState.
* @param error carrier-specific error code, given as a
MMCdmaActivationError.
- * @param status_changes properties that have changed as a result of this
activation state chage, including "mdn" and "min".
+ * @param status_changes properties that have changed as a result of this
activation state change, including "mdn" and "min".
* The map may be empty if the changed properties
are unknown.
*/
void activationStateChanged(MMModemCdmaActivationState state,
MMCdmaActivationError error, const QVariantMap &status_changes);