Update to 0.7.991

This commit is contained in:
Dan Williams 2013-06-07 13:00:39 -05:00
parent bdeeb2d657
commit 75ff58e256
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <dcbw@redhat.com> - 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 <kalevlember@gmail.com> - 0.7.990-3.git20130515
- Install the libmm-glib.so symlink in -glib-devel
- Include the /usr/share/libmm-glib directory in -glib-devel

View File

@ -1 +1 @@
efc7e7c378e8f6e84124d4c16a31b3aa ModemManager-0.7.990.git20130515.tar.bz2
49355099ec9dadae79c2998026e32ead ModemManager-0.7.991.git20130607.tar.bz2