Compare commits

...

9 Commits
rawhide ... f17

Author SHA1 Message Date
Dan Williams 493ca0a7f5 Update to 0.6.2 final release 2013-05-31 15:43:55 -05:00
Dan Williams 6908ce7cb9 Update to 0.6.2 snapshot 2013-05-28 18:14:04 -05:00
Tom Callaway e37e679555 add arduino blacklist items 2013-01-31 08:06:12 -05:00
Jiří Klimeš 6d95fa2263 core: fix a crash in g_utf8_validate() (rh #862341) 2012-11-27 11:53:05 +01:00
Dan Williams a8e0b12a01 Update to 0.6.0 2012-09-05 11:34:59 -05:00
Dan Williams 90a0052d95 Fix changelog version number 2012-07-20 15:19:49 -05:00
Dan Williams 2011e09a41 Update to 0.5.3.96 (0.5.4-rc1) 2012-07-20 14:32:11 -05:00
Dan Williams 48412d90a6 Update to 0.5.2.0 2012-03-14 11:03:33 -05:00
Dan Williams bc6e8eda40 Update to 0.5.2-rc1 2012-02-25 21:11:32 -06:00
3 changed files with 56 additions and 7 deletions

6
.gitignore vendored
View File

@ -22,3 +22,9 @@ 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.1.97.tar.bz2
/ModemManager-0.5.2.0.tar.bz2
/ModemManager-0.5.3.96.tar.xz
/ModemManager-0.6.0.0.tar.xz
/ModemManager-0.6.0.0.git20130528.tar.bz2
/ModemManager-0.6.2.0.tar.xz

View File

@ -3,7 +3,7 @@
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.5.1.96
Version: 0.6.2.0
Release: 1%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
@ -11,7 +11,7 @@ Release: 1%{snapshot}%{?dist}
# ./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,7 @@ 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
rm -f $RPM_BUILD_ROOT%{_includedir}/mm/ModemManager.h
%post
/sbin/ldconfig
@ -87,11 +87,54 @@ 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 May 31 2013 Dan Williams <dcbw@redhat.com> - 0.6.2.0-1
- Update to 0.6.2 final release
- Fix crash disabling CDMA modems
- Fix PDP context matching when IPV6 contexts are defined
* Tue May 28 2013 Dan Williams <dcbw@redhat.com> - 0.6.0.0-4
- Update to 0.6.2 snapshot
- Fix crash in supports_port (rh #855658)
- Fix port detection of newer Huawei devices (rh #872278)
* Thu Jan 31 2013 Tom Callaway <spot@fedoraproject.org> - 0.6.0.0-3
- blacklist common arduino devices (rh #861620)
* Tue Nov 27 2012 Jiří Klimeš <jklimes@redhat.com> - 0.6.0.0-2
- core: fix a crash in g_utf8_validate() (rh #862341)
* Tue Sep 4 2012 Dan Williams <dcbw@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@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@redhat.com> - 0.5.2.0-1
- Update to 0.5.2
- core: retry sending SMS in PDU mode if text fails
- hso: fix connection regression due to Nokia device fixes
* Sat Feb 25 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.97-1
- Update to 0.5.2-rc1
- core: fix a few crashes
- nokia: fix issues with various Nokia devices
- huawei: fix modem crashes with older Huawei devices (like E220)
* Tue Feb 7 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.96-1
- Update to git snapshot of 0.5.2
- option: fix handling of access technology reporting

View File

@ -1 +1 @@
75fa45943b3522602d47b86f5c94dcd8 ModemManager-0.5.1.96.tar.bz2
29f97defbf9429f648c888a42732a955 ModemManager-0.6.2.0.tar.xz