From 31d2a44d56f098ae4c88af6a6e59f906fb74222c Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 5 Aug 2014 10:02:18 -0500 Subject: [PATCH] Update to git development snapshot --- ModemManager.spec | 25 +++++++++++++++++++------ sources | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/ModemManager.spec b/ModemManager.spec index 5a2719b..bbddac7 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -6,26 +6,30 @@ Summary: Mobile broadband modem management service Name: ModemManager -Version: 1.2.0 -Release: 3%{?dist} +Version: 1.3.0 +Release: 1%{?dist} # # Source from http://freedesktop.org/software/ModemManager/ # -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.git20140805.3dd6f931.tar.xz License: GPLv2+ Group: System Environment/Base URL: https://wiki.gnome.org/Projects/NetworkManager BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: glib2 >= %{glib2_version} +# For mbim-proxy and qmi-proxy +Requires: libmbim-utils +Requires: libqmi-utils + BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: libgudev1-devel >= 143 BuildRequires: automake autoconf intltool libtool BuildRequires: intltool BuildRequires: libxslt gtk-doc -BuildRequires: libqmi-devel >= 1.6 -BuildRequires: libmbim-devel >= 1.5 -BuildRequires: gobject-introspection-devel >= 0.10.3 +BuildRequires: libqmi-devel >= 1.10 +BuildRequires: libmbim-devel >= 1.10 +BuildRequires: gobject-introspection-devel >= 1.38 BuildRequires: vala-tools vala-devel Patch0: buildsys-hates-openpty.patch @@ -164,6 +168,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/vala/vapi/libmm-glib.* %changelog +* Tue Aug 5 2014 Dan Williams - 1.3.0-1 +- Update to git development snapshot +- Add IPv6 support for many devices +- Updated blacklist for non-modem USB devices +- Support for more MBIM devices from various manufacturers +- Support for more Huawei devices with network ports +- Add new "unmanaged" GPS location mode +- Many bug fixes for various modems + * Tue Jul 22 2014 Kalev Lember - 1.2.0-3 - Rebuilt for gobject-introspection 1.41.4 diff --git a/sources b/sources index 1637324..a0d004d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e70ab7c5f96aa6a4d5612c1d5ae5bb3 ModemManager-1.2.0.tar.xz +639556aed63fa552bc41521a2c826c4b ModemManager-1.3.0.git20140805.3dd6f931.tar.xz