- mbm: fix retrieval of current allowed mode

- gsm: fix initialization issues with some devices (like Blackberries)
This commit is contained in:
Daniel Williams 2010-04-08 19:23:41 +00:00
parent 7e69a972c6
commit 0af164b9ff
3 changed files with 9 additions and 4 deletions

View File

@ -12,3 +12,4 @@ ModemManager-0.3.git20100317.tar.bz2
ModemManager-0.3.git20100323.tar.bz2
ModemManager-0.3.git20100331.tar.bz2
ModemManager-0.3.git20100405.tar.bz2
ModemManager-0.3.git20100408.tar.bz2

View File

@ -1,10 +1,10 @@
%define snapshot .git20100405
%define snapshot .git20100408
%define ppp_version 2.4.5
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.3
Release: 7%{snapshot}%{?dist}
Release: 8%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
# tarball built with:
@ -46,7 +46,7 @@ pppddir=`ls -1d %{_libdir}/pppd/2*`
--with-docs=yes \
--disable-static \
--with-pppd-plugin-dir=$pppddir \
--with-polkit=yes
--with-polkit=no
make %{?_smp_mflags}
@ -91,6 +91,10 @@ fi
%{_datadir}/icons/hicolor/22x22/apps/modem-manager.png
%changelog
* Thu Apr 8 2010 Dan Williams <dcbw@redhat.com> - 0.3-8.git20100408
- mbm: fix retrieval of current allowed mode
- gsm: fix initialization issues with some devices (like Blackberries)
* Mon Apr 5 2010 Dan Williams <dcbw@redhat.com> - 0.3-7.git20100405
- core: fix detection of some generic devices (rh #579247)
- core: fix detection regression of some Huawei devices in 0.3-5

View File

@ -1 +1 @@
b2db85faae4b91f4dec71c295ebdab32 ModemManager-0.3.git20100405.tar.bz2
f1d9aae493149485e9d531cbce2b573c ModemManager-0.3.git20100408.tar.bz2