[ModemManager/f19] Update to 0.6.2 snapshot

Daniel Williams dcbw at fedoraproject.org
Tue May 28 23:16:38 UTC 2013


commit eca086a8b21ef154062f98622ef76fbdf6dbf98b
Author: Dan Williams <dcbw at redhat.com>
Date:   Tue May 28 18:17:17 2013 -0500

    Update to 0.6.2 snapshot

 ModemManager.spec                        |   18 ++--
 rh861620-blacklist-arduino-devices.patch |   18 ----
 rh862341-1-UCS2-conversions.patch        |  160 ------------------------------
 rh862341-2-parse_operator.patch          |   38 -------
 sources                                  |    2 +-
 5 files changed, 9 insertions(+), 227 deletions(-)
---
diff --git a/ModemManager.spec b/ModemManager.spec
index 9e95811..5320b16 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -1,17 +1,17 @@
-%define snapshot %{nil}
+%define snapshot .git20130528
 %define ppp_version 2.4.5
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
 Version: 0.6.0.0
-Release: 3%{snapshot}%{?dist}
+Release: 4%{snapshot}%{?dist}
 #
 # Source from git://anongit.freedesktop.org/ModemManager/ModemManager
 # tarball built with:
 #    ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 #    make distcheck
 #
-Source: %{name}-%{version}%{snapshot}.tar.xz
+Source: %{name}-%{version}%{snapshot}.tar.bz2
 License: GPLv2+
 Group: System Environment/Base
 
@@ -30,10 +30,6 @@ BuildRequires: libxslt
 
 Patch0: buildsys-hates-openpty.patch
 
-Patch1: rh862341-1-UCS2-conversions.patch
-Patch2: rh862341-2-parse_operator.patch
-Patch3: rh861620-blacklist-arduino-devices.patch
-
 %description
 The ModemManager service provides a consistent API to operate many different
 modems, including mobile broadband (3G) devices.
@@ -41,9 +37,6 @@ modems, including mobile broadband (3G) devices.
 %prep
 %setup -q
 %patch0 -p1 -b .pty
-%patch1 -p1 -b .UCS2-conversion
-%patch2 -p1 -b .parse-operator
-%patch3 -p1 -b .arduino
 
 %build
 
@@ -97,6 +90,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/dbus-1/interfaces/*.xml
 
 %changelog
+* Tue May 28 2013 Dan Williams <dcbw at redhat.com> - 0.6.0.0-4
+- Update to 0.6.2 snapshot
+- Fix crash in supports_port (rh #855658)
+- Fix port detection of newer Huawei devices (rh #872278)
+
 * Thu Jan 31 2013 Tom Callaway <spot at fedoraproject.org> - 0.6.0.0-3
 - blacklist common arduino devices (rh #861620)
 
diff --git a/sources b/sources
index 5df8a43..13975e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f32640f6672d997ec0887307186e9639  ModemManager-0.6.0.0.tar.xz
+3eed3d818131869581a884dd67bcad75  ModemManager-0.6.0.0.git20130528.tar.bz2


More information about the scm-commits mailing list