Update to 0.6 snapshot

This commit is contained in:
Dan Williams 2012-06-01 13:15:11 -05:00
parent 62bb0dbf36
commit 3e4ba323e5
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ ModemManager-0.4.git20100630.tar.bz2
ModemManager-0.4.git20100720.tar.bz2
/ModemManager-0.4.git20110201.tar.bz2
/ModemManager-0.5.1.96.tar.bz2
/ModemManager-0.5.999.tar.bz2

View File

@ -3,8 +3,8 @@
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.5.2.0
Release: 1%{snapshot}%{?dist}
Version: 0.5.999
Release: 0.1%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
# tarball built with:
@ -62,7 +62,8 @@ 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
rm -f $RPM_BUILD_ROOT%{_includedir}/mm/mm-modem.h
# Don't distribute the API yet
rm -f $RPM_BUILD_ROOT%{_includedir}/mm/ModemManager.h
%post
/sbin/ldconfig
@ -87,11 +88,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%dir %{_libdir}/%{name}
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
/lib/udev/rules.d/*
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/icons/hicolor/22x22/apps/modem-manager.png
%{_datadir}/dbus-1/interfaces/*.xml
%changelog
* Fri Jun 1 2012 Dan Williams <dcbw@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)
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
- Update to 0.5.2
- core: retry sending SMS in PDU mode if text fails

View File

@ -1 +1 @@
adea239de2195c52b6befc14edc8daa7 ModemManager-0.5.2.0.tar.bz2
39511770c1b1d9b03df68dbf25e4d796 ModemManager-0.5.999.tar.bz2