diff --git a/.gitignore b/.gitignore index 0232597..ca604ec 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ ModemManager-0.4.git20100720.tar.bz2 /ModemManager-0.7.990.git20130515.tar.bz2 /ModemManager-0.7.991.git20130607.tar.bz2 /ModemManager-0.7.991.git20130710.tar.xz +/ModemManager-1.0.1.git20130723.tar.xz diff --git a/ModemManager.spec b/ModemManager.spec index aca01ce..61015a3 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -1,4 +1,4 @@ -%global snapshot .git20130710 +%global snapshot .git20130723 %global glib2_version 2.32 %global systemd_dir %{_prefix}/lib/systemd/system @@ -6,8 +6,8 @@ Summary: Mobile broadband modem management service Name: ModemManager -Version: 0.7.991 -Release: 2%{snapshot}%{?dist} +Version: 1.0.1 +Release: 1%{snapshot}%{?dist} # # Source from git://anongit.freedesktop.org/ModemManager/ModemManager # tarball built with: @@ -23,10 +23,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: glib2 >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: libgudev1-devel >= 143 -BuildRequires: libqmi-devel >= 1.3 BuildRequires: automake autoconf intltool libtool BuildRequires: intltool BuildRequires: dia libxslt gtk-doc +BuildRequires: libqmi-devel >= 1.4 Patch0: buildsys-hates-openpty.patch @@ -79,6 +79,7 @@ intltoolize --force --with-udev-base-dir=%{_libdir}/udev \ --enable-gtk-doc=yes \ --with-qmi=yes \ + --without-mbim \ --disable-static \ --with-polkit=no \ --with-dist-version=%{version}-%{release} @@ -147,6 +148,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/gtk-doc/html/libmm-glib/* %changelog +* Tue Jul 23 2013 Dan Williams - 1.0.1-1.git20130723 +- Update to 1.0.1 release +- Enable QMI support + * Wed Jul 10 2013 Dan Williams - 0.7.991-2.git20130710 - Handle PNP connected devices - Fall back to AT for messaging if QMI modem doesn't support the WMS service diff --git a/sources b/sources index db073d9..1de4789 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91e740e91e2c3928d00dd4ede2c54b07 ModemManager-0.7.991.git20130710.tar.xz +af9b9d6b60955c4b5d6f6847297f5a0f ModemManager-1.0.1.git20130723.tar.xz