[ModemManager] Update to 0.5.2 snapshot

Daniel Williams dcbw at fedoraproject.org
Tue Feb 7 20:28:22 UTC 2012


commit 064f4d5119ba805650661e04e3118ee35d41a207
Author: Dan Williams <dcbw at redhat.com>
Date:   Tue Feb 7 14:29:39 2012 -0600

    Update to 0.5.2 snapshot

 ModemManager-0.4-hack_sparc_werror.patch |   12 ------------
 ModemManager.spec                        |   26 ++++++++++++++++++--------
 buildsys-hates-openpty.patch             |    1 +
 sources                                  |    1 -
 4 files changed, 19 insertions(+), 21 deletions(-)
---
diff --git a/ModemManager.spec b/ModemManager.spec
index d591767..4d02d95 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -1,10 +1,10 @@
-%define snapshot .git20110706
+%define snapshot %{nil}
 %define ppp_version 2.4.5
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
-Version: 0.4.998
-Release: 2%{snapshot}%{?dist}
+Version: 0.5.1.96
+Release: 1%{snapshot}%{?dist}
 #
 # Source from git://anongit.freedesktop.org/ModemManager/ModemManager
 # tarball built with:
@@ -30,10 +30,6 @@ BuildRequires: libxslt
 
 Patch0: buildsys-hates-openpty.patch
 
-# HACK patch to workaround FTBFS on sparc, type mismatch where
-# suseconds_t is int -- Rex
-Patch1: ModemManager-0.4-hack_sparc_werror.patch
-
 %description
 The ModemManager service provides a consistent API to operate many different
 modems, including mobile broadband (3G) devices.
@@ -41,7 +37,6 @@ modems, including mobile broadband (3G) devices.
 %prep
 %setup -q
 %patch0 -p1 -b .pty
-%patch1 -p1 -b .hack_sparc_werror.patch
 
 %build
 
@@ -97,6 +92,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/dbus-1/interfaces/*.xml
 
 %changelog
+* Tue Feb  7 2012 Dan Williams <dcbw at redhat.com> - 0.5.1.96-1
+- Update to git snapshot of 0.5.2
+- option: fix handling of access technology reporting
+- cdma: fix handling of EVDO registration states
+- mbm: fix problems reconnecting on Ericsson F5521gw modems
+- gsm: fix connections using the Motorola Flipout
+- gsm: better detection of registration state when connecting
+- mbm: add support for more Ericsson modems
+- gobi: ensure rebranded Gobi devices are driven by Gobi
+- gsm: fix SMS multipart messages, PDU-only mode, and text-mode message listing
+- huawei: fix USSD handling
+- nokia: add support for Nokia Internet Sticks
+- gsm: fix registration response handling on some newer devices
+- sierra: add support for Icera-based devices (USB305, AT&T Lightning)
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.998-2.git20110706
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/buildsys-hates-openpty.patch b/buildsys-hates-openpty.patch
index 39a4292..ef48d42 100644
--- a/buildsys-hates-openpty.patch
+++ b/buildsys-hates-openpty.patch
@@ -6,6 +6,7 @@ diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src
  	$(abs_builddir)/test-modem-helpers
  	$(abs_builddir)/test-charsets
 -	$(abs_builddir)/test-qcdm-serial-port
+ 	$(abs_builddir)/test-sms
  
  endif
  
diff --git a/sources b/sources
index 61ced6d..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-2f9132a179190b2534726107a54eb1e9  ModemManager-0.4.998.git20110706.tar.bz2


More information about the scm-commits mailing list