Update to 0.6.0
This commit is contained in:
parent
ad92926a63
commit
d73fc1c375
@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
Summary: Mobile broadband modem management service
|
Summary: Mobile broadband modem management service
|
||||||
Name: ModemManager
|
Name: ModemManager
|
||||||
Version: 0.5.999
|
Version: 0.6.0.0
|
||||||
Release: 0.2%{snapshot}%{?dist}
|
Release: 1%{snapshot}%{?dist}
|
||||||
#
|
#
|
||||||
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
|
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
|
||||||
# tarball built with:
|
# tarball built with:
|
||||||
# ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
# ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
# make distcheck
|
# make distcheck
|
||||||
#
|
#
|
||||||
Source: %{name}-%{version}%{snapshot}.tar.bz2
|
Source: %{name}-%{version}%{snapshot}.tar.xz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ modems, including mobile broadband (3G) devices.
|
|||||||
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%configure \
|
%configure \
|
||||||
--enable-more-warnings=yes \
|
--enable-more-warnings=error \
|
||||||
--with-udev-base-dir=/lib/udev \
|
--with-udev-base-dir=/lib/udev \
|
||||||
--with-tests=yes \
|
--with-tests=yes \
|
||||||
--with-docs=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}/%{name}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.so
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.so
|
||||||
# Don't distribute the API yet
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_includedir}/mm/ModemManager.h
|
rm -f $RPM_BUILD_ROOT%{_includedir}/mm/ModemManager.h
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -91,14 +90,23 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_datadir}/dbus-1/interfaces/*.xml
|
%{_datadir}/dbus-1/interfaces/*.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.999-0.2
|
* Tue Sep 4 2012 Dan Williams <dcbw@redhat.com> - 0.6.0.0-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- 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 Jun 1 2012 Dan Williams <dcbw@redhat.com> - 0.5.999-0.1
|
* Fri Jul 20 2012 Dan Williams <dcbw@redhat.com> - 0.5.3.96-1
|
||||||
- Update to 0.6 snapshot
|
- Update to 0.5.3.96 (0.5.4-rc2)
|
||||||
- iridium: new plugin for some Iridium satphones
|
- core: fix SMS handling on a number of devices
|
||||||
- cinterion: new plugin for some Cinterion modems
|
- zte: support for devices that use Icera chipsets
|
||||||
- core: better handling of different serial port types (Huawei E220, various Sierra)
|
- core: ignore unsupported QMI WWAN ports (rh #835153)
|
||||||
|
|
||||||
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
|
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
|
||||||
- Update to 0.5.2
|
- Update to 0.5.2
|
||||||
|
Loading…
Reference in New Issue
Block a user