From 9de18d731c41edae7bfa7dbd12c935fb31020d4d Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Tue, 8 Dec 2009 06:17:28 +0000 Subject: [PATCH] - core: fix reconnect after manual disconnect (rh #541314) - core: fix various segfaults during registration - core: fix probing of various modems on big-endian architectures (ie PPC) - core: implement modem states to avoid duplicate operations - hso: fix authentication for Icera-based devices like iCON 505 - zte: use correct port for new devices - nozomi: fix detection --- .cvsignore | 1 + ModemManager.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3978324..f286a10 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ ModemManager-0.2-20090707.tar.bz2 ModemManager-0.2-20090826.tar.bz2 ModemManager-0.2-20091105.tar.bz2 +ModemManager-0.2.997.tar.bz2 diff --git a/ModemManager.spec b/ModemManager.spec index 549d168..7275060 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -1,16 +1,16 @@ -%define snapshot 20091105 +%define snapshot %{nil} Summary: Mobile broadband modem management service Name: ModemManager -Version: 0.2 -Release: 4.%{snapshot}%{?dist} +Version: 0.2.997 +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.bz2 License: GPLv2+ Group: System Environment/Base @@ -62,6 +62,15 @@ rm -rf $RPM_BUILD_ROOT /lib/udev/rules.d/* %changelog +* Mon Dec 7 2009 Dan Williams - 0.2.997-1 +- core: fix reconnect after manual disconnect (rh #541314) +- core: fix various segfaults during registration +- core: fix probing of various modems on big-endian architectures (ie PPC) +- core: implement modem states to avoid duplicate operations +- hso: fix authentication for Icera-based devices like iCON 505 +- zte: use correct port for new devices +- nozomi: fix detection + * Thu Nov 5 2009 Dan Williams - 0.2-4.20091105 - Update to latest git - core: fix pppd 2.4.5 errors about 'baudrate 0' diff --git a/sources b/sources index 93d2cc0..079e1e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b53ac98ef5b41a39a77037fdc272f099 ModemManager-0.2-20091105.tar.bz2 +b2b550d36eaf98616b20b656bcb21800 ModemManager-0.2.997.tar.bz2