Compare commits

...

5 Commits
rawhide ... f18

Author SHA1 Message Date
Dan Williams a49e2b3203 Update to 0.6.2 final release 2013-05-31 15:44:33 -05:00
Dan Williams b3faefdbc0 Update to 0.6.2 snapshot 2013-05-28 18:16:29 -05:00
Tom Callaway 7405942b1e add arduino blacklist items 2013-01-31 08:05:26 -05:00
Jiří Klimeš 1e90305179 core: fix a crash in g_utf8_validate() (rh #862341) 2012-11-28 09:43:08 +01:00
Dan Williams e8372e9b61 Update to 0.6.0 2012-09-05 11:37:12 -05:00
3 changed files with 43 additions and 14 deletions

7
.gitignore vendored
View File

@ -22,4 +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.999.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,15 +3,15 @@
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.5.999
Release: 0.2%{snapshot}%{?dist}
Version: 0.6.2.0
Release: 1%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
# tarball built with:
# ./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,6 @@ 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
# Don't distribute the API yet
rm -f $RPM_BUILD_ROOT%{_includedir}/mm/ModemManager.h
%post
@ -91,14 +90,39 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/dbus-1/interfaces/*.xml
%changelog
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.999-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* 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
* 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)
* 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

View File

@ -1 +1 @@
39511770c1b1d9b03df68dbf25e4d796 ModemManager-0.5.999.tar.bz2
29f97defbf9429f648c888a42732a955 ModemManager-0.6.2.0.tar.xz