From 75ff58e2566559e5ac66fa40674ded5783af3a23 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 7 Jun 2013 13:00:39 -0500 Subject: [PATCH] Update to 0.7.991 --- .gitignore | 1 + ModemManager.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 054d0d9..d8f9263 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ ModemManager-0.4.git20100720.tar.bz2 /ModemManager-0.5.1.96.tar.bz2 /ModemManager-0.5.999.tar.bz2 /ModemManager-0.7.990.git20130515.tar.bz2 +/ModemManager-0.7.991.git20130607.tar.bz2 diff --git a/ModemManager.spec b/ModemManager.spec index 9bc0bbf..bfb284e 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -1,4 +1,4 @@ -%global snapshot .git20130515 +%global snapshot .git20130607 %global ppp_version 2.4.5 %global glib2_version 2.32 %global systemd_dir %{_prefix}/lib/systemd/system @@ -7,8 +7,8 @@ Summary: Mobile broadband modem management service Name: ModemManager -Version: 0.7.990 -Release: 3%{snapshot}%{?dist} +Version: 0.7.991 +Release: 1%{snapshot}%{?dist} # # Source from git://anongit.freedesktop.org/ModemManager/ModemManager # tarball built with: @@ -81,7 +81,7 @@ intltoolize --force --enable-more-warnings=error \ --with-udev-base-dir=/lib/udev \ --with-tests=yes \ - --with-docs=yes \ + --enable-gtk-doc=yes \ --with-libqmi=yes \ --disable-static \ --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \ @@ -154,6 +154,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/gtk-doc/html/libmm-glib/* %changelog +* Fri Jun 7 2013 Dan Williams - 0.7.991-1.git20130607 +- Update to 0.7.991 snapshot +- Fix SMS validity parsing +- Allow registration changes to 'searching' without disconnecting +- Fix reading SMS messages from some QMI-based devices +- Increase connection timeout for Novatel E362 +- Fix PIN retries checking when unlocking Ericsson devices +- Better handling of supported and preferred modes (eg 2G, 3G, 4G preference) + * Wed May 22 2013 Kalev Lember - 0.7.990-3.git20130515 - Install the libmm-glib.so symlink in -glib-devel - Include the /usr/share/libmm-glib directory in -glib-devel diff --git a/sources b/sources index 88cb086..c02a254 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efc7e7c378e8f6e84124d4c16a31b3aa ModemManager-0.7.990.git20130515.tar.bz2 +49355099ec9dadae79c2998026e32ead ModemManager-0.7.991.git20130607.tar.bz2