[ModemManager/f17] Update to 0.6.2 final release

Daniel Williams dcbw at fedoraproject.org
Fri May 31 20:43:13 UTC 2013


commit 493ca0a7f5830162f891b7b0f8804a30db18ac8e
Author: Dan Williams <dcbw at redhat.com>
Date:   Fri May 31 15:43:55 2013 -0500

    Update to 0.6.2 final release

 .gitignore        |    1 +
 ModemManager.spec |   13 +++++++++----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d613519..f857d98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ ModemManager-0.4.git20100720.tar.bz2
 /ModemManager-0.5.3.96.tar.xz
 /ModemManager-0.6.0.0.tar.xz
 /ModemManager-0.6.0.0.git20130528.tar.bz2
+/ModemManager-0.6.2.0.tar.xz
diff --git a/ModemManager.spec b/ModemManager.spec
index 5320b16..7544753 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -1,17 +1,17 @@
-%define snapshot .git20130528
+%define snapshot %{nil}
 %define ppp_version 2.4.5
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
-Version: 0.6.0.0
-Release: 4%{snapshot}%{?dist}
+Version: 0.6.2.0
+Release: 1%{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.bz2
+Source: %{name}-%{version}%{snapshot}.tar.xz
 License: GPLv2+
 Group: System Environment/Base
 
@@ -90,6 +90,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/dbus-1/interfaces/*.xml
 
 %changelog
+* Fri May 31 2013 Dan Williams <dcbw at redhat.com> - 0.6.2.0-1
+- Update to 0.6.2 final release
+- Fix crash disabling CDMA modems
+- Fix PDP context matching when IPV6 contexts are defined
+
 * 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)
diff --git a/sources b/sources
index 13975e7..b559874 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3eed3d818131869581a884dd67bcad75  ModemManager-0.6.0.0.git20130528.tar.bz2
+29f97defbf9429f648c888a42732a955  ModemManager-0.6.2.0.tar.xz


More information about the scm-commits mailing list