rpms/ModemManager/F-13 ModemManager.spec,1.26,1.27 sources,1.21,1.22

Daniel Williams dcbw at fedoraproject.org
Mon Jun 28 21:48:36 UTC 2010


Author: dcbw

Update of /cvs/pkgs/rpms/ModemManager/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16849

Modified Files:
	ModemManager.spec sources 
Log Message:
* Mon Jun 28 2010 Dan Williams <dcbw at redhat.com> - 0.4-2.git20100628
- core: fix crash during probing when a plugin doesn't support all ports (rh #603294)
- gsm: better registration state checking when devices don't support AT+CREG (Blackberries)
- gsm: add support for getting remaining unlock retry counts

* Tue Jun 22 2010 Dan Williams <dcbw at redhat.com> - 0.4-1.git20100622
- core: fix occasional crash when device is unplugged (rh #591728)
- core: ensure errors are correctly returned when device is unplugged
- core: ensure claimed ports don't fall back to Generic (rh #597296)
- gsm: better compatibility with various phones
- mbm: better detection of connection errors
- simtech: add plugin for Simtech devices (like Airlink 3GU)
- sierra: fix CDMA roaming detection




Index: ModemManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ModemManager/F-13/ModemManager.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- ModemManager.spec	7 May 2010 21:03:00 -0000	1.26
+++ ModemManager.spec	28 Jun 2010 21:48:36 -0000	1.27
@@ -1,10 +1,10 @@
-%define snapshot .git20100507
+%define snapshot .git20100628
 %define ppp_version 2.4.5
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
-Version: 0.3
-Release: 13%{snapshot}%{?dist}
+Version: 0.4
+Release: 2%{snapshot}%{?dist}
 #
 # Source from git://anongit.freedesktop.org/ModemManager/ModemManager
 # tarball built with:
@@ -46,7 +46,8 @@ pppddir=`ls -1d %{_libdir}/pppd/2*`
 	--with-docs=yes \
 	--disable-static \
 	--with-pppd-plugin-dir=$pppddir \
-	--with-polkit=no
+	--with-polkit=no \
+	--with-dist-version=%{version}-%{release}
 
 make %{?_smp_mflags}
 
@@ -87,6 +88,20 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/22x22/apps/modem-manager.png
 
 %changelog
+* Mon Jun 28 2010 Dan Williams <dcbw at redhat.com> - 0.4-2.git20100628
+- core: fix crash during probing when a plugin doesn't support all ports (rh #603294)
+- gsm: better registration state checking when devices don't support AT+CREG (Blackberries)
+- gsm: add support for getting remaining unlock retry counts
+
+* Tue Jun 22 2010 Dan Williams <dcbw at redhat.com> - 0.4-1.git20100622
+- core: fix occasional crash when device is unplugged (rh #591728)
+- core: ensure errors are correctly returned when device is unplugged
+- core: ensure claimed ports don't fall back to Generic (rh #597296)
+- gsm: better compatibility with various phones
+- mbm: better detection of connection errors
+- simtech: add plugin for Simtech devices (like Airlink 3GU)
+- sierra: fix CDMA roaming detection
+
 * Fri May  7 2010 Dan Williams <dcbw at redhat.com> - 0.3-13.git20100507
 - core: fix crash when plugging in some Sierra and Option NV devices (rh #589798)
 - gsm: better compatibility with various Sony Ericsson phones


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ModemManager/F-13/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	7 May 2010 21:03:00 -0000	1.21
+++ sources	28 Jun 2010 21:48:36 -0000	1.22
@@ -1 +1 @@
-2454b072754bbad2bdb8cef1b4bb57de  ModemManager-0.3.git20100507.tar.bz2
+83b14a6042bc899f8926a45276e3ab55  ModemManager-0.4.git20100628.tar.bz2



More information about the scm-commits mailing list