Hello community,

here is the log from the commit of package libModemManagerQt for 
openSUSE:Factory checked in at 2013-11-26 14:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libModemManagerQt (Old)
 and      /work/SRC/openSUSE:Factory/.libModemManagerQt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libModemManagerQt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libModemManagerQt/libModemManagerQt.changes      
2013-09-16 10:05:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libModemManagerQt.new/libModemManagerQt.changes 
2013-11-26 14:40:42.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 23:37:21 UTC 2013 - [email protected]
+
+- Update to 1.0.0
+  * Added full ModemManager 0.8+ support
+- Added pkgconfig(ModemManager) >= 0.8 (Build)Requires
+- Added non-void.diff, for resolving error detected by post-build-checks
+
+-------------------------------------------------------------------

Old:
----
  libmm-qt-0.5.1.tar.xz

New:
----
  libmm-qt-1.0.0.tar.xz
  non-void.diff

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

Other differences:
------------------
++++++ libModemManagerQt.spec ++++++
--- /var/tmp/diff_new_pack.NQnL8n/_old  2013-11-26 14:40:43.000000000 +0100
+++ /var/tmp/diff_new_pack.NQnL8n/_new  2013-11-26 14:40:43.000000000 +0100
@@ -20,15 +20,18 @@
 %define soversion 0
 
 Name:           libModemManagerQt
-Version:        0.5.1
+Version:        1.0.0
 Release:        0
 Summary:        Qt wrapper for ModemManager DBus API
 License:        LGPL-2.1 or LGPL-3.0
 Group:          System/GUI/KDE
-Source0:        
http://download.kde.org/unstable/modemmanager-qt/0.5.1/src/libmm-qt-%{version}.tar.xz
+Source0:        
http://download.kde.org/unstable/modemmanager-qt/%{version}/src/libmm-qt-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM non-void.diff -- bad coding style is bad
+Patch0:         non-void.diff
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libqt4-devel
+BuildRequires:  pkgconfig(ModemManager) >= 0.8
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,6 +41,7 @@
 Summary:        Development package for the libmm-qt library
 Group:          Development/Libraries/KDE
 Requires:       libModemManagerQt%{soversion} = %{version}
+Requires:       pkgconfig(ModemManager) >= 0.8
 
 %description devel
 Qt wrapper for ModemManager DBus API.
@@ -51,6 +55,7 @@
 
 %prep
 %setup -q -n libmm-qt-%{version}
+%patch0 -p0
 
 %build
   %cmake_kde4 -d build

++++++ libmm-qt-0.5.1.tar.xz -> libmm-qt-1.0.0.tar.xz ++++++
++++ 17536 lines of diff (skipped)

++++++ non-void.diff ++++++
diff -urNB libmm-qt-0.5.50/modem.cpp new/modem.cpp
--- modem.cpp   2013-10-07 16:46:47.622051254 +0200
+++ modem.cpp   2013-10-07 16:57:04.548203444 +0200
@@ -168,7 +168,7 @@
 QString ModemManager::Modem::command(const QString &cmd, uint timeout)
 {
     Q_D(Modem);
-    d->modemIface.Command(cmd, timeout);
+    return d->modemIface.Command(cmd, timeout);
 }
 
 QString ModemManager::Modem::simPath() const
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to