[ModemManager/f18] Update to 0.6.0

Daniel Williams dcbw at fedoraproject.org
Wed Sep 5 16:34:35 UTC 2012


commit e8372e9b6170fe75ff41ac56d5ee7bf2dfdd10f7
Author: Dan Williams <dcbw at redhat.com>
Date:   Wed Sep 5 11:37:12 2012 -0500

    Update to 0.6.0

 ModemManager.spec |   34 +++++++++++++++++++++-------------
 sources           |    2 +-
 2 files changed, 22 insertions(+), 14 deletions(-)
---
diff --git a/ModemManager.spec b/ModemManager.spec
index 4c9d8e6..3861a13 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -3,15 +3,15 @@
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
-Version: 0.5.999
-Release: 0.2%{snapshot}%{?dist}
+Version: 0.6.0.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
 
@@ -42,7 +42,7 @@ modems, including mobile broadband (3G) devices.
 
 autoreconf -i
 %configure \
-	--enable-more-warnings=yes \
+	--enable-more-warnings=error \
 	--with-udev-base-dir=/lib/udev \
 	--with-tests=yes \
 	--with-docs=yes \
@@ -62,7 +62,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.so
-# Don't distribute the API yet
 rm -f $RPM_BUILD_ROOT%{_includedir}/mm/ModemManager.h
 
 %post
@@ -91,14 +90,23 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/dbus-1/interfaces/*.xml
 
 %changelog
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.999-0.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Jun  1 2012 Dan Williams <dcbw at redhat.com> - 0.5.999-0.1
-- Update to 0.6 snapshot
-- iridium: new plugin for some Iridium satphones
-- cinterion: new plugin for some Cinterion modems
-- core: better handling of different serial port types (Huawei E220, various Sierra)
+* Tue Sep  4 2012 Dan Williams <dcbw at redhat.com> - 0.6.0.0-1
+- Update to 0.6.0
+- core: fix SMS notifications on many Qualcomm devices
+- core: use SMS PDU mode by default (more compatible)
+- novatel: fix CDMA roaming indication
+- zte: support more devices
+- zte: power down modems when disabled
+- mbm: power down modems when disabled
+- mbm: add support for Ericsson H5321
+- sierra: fix detection of secondary ports
+- sierra: more reliable connections with USB 305/AT&T Lightning
+
+* Fri Jul 20 2012 Dan Williams <dcbw at redhat.com> - 0.5.3.96-1
+- Update to 0.5.3.96 (0.5.4-rc2)
+- core: fix SMS handling on a number of devices
+- zte: support for devices that use Icera chipsets
+- core: ignore unsupported QMI WWAN ports (rh #835153)
 
 * Wed Mar 14 2012 Dan Williams <dcbw at redhat.com> - 0.5.2.0-1
 - Update to 0.5.2
diff --git a/sources b/sources
index ceb2c5f..5df8a43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39511770c1b1d9b03df68dbf25e4d796  ModemManager-0.5.999.tar.bz2
+f32640f6672d997ec0887307186e9639  ModemManager-0.6.0.0.tar.xz


More information about the scm-commits mailing list