From fcbe6a5617d82bd1b6cb1fb44730e61f267a6798 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mar 21 2016 14:43:34 +0000 Subject: Update to 1.6 release candidate --- diff --git a/.gitignore b/.gitignore index f739fb9..8970c23 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ ModemManager-0.4.git20100720.tar.bz2 /ModemManager-1.4.6.tar.xz /ModemManager-1.4.10.tar.xz /ModemManager-1.4.14.tar.xz +/ModemManager-1.5.990.tar.xz diff --git a/ModemManager.spec b/ModemManager.spec index 6a300af..f76f8b4 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -6,12 +6,12 @@ Summary: Mobile broadband modem management service Name: ModemManager -Version: 1.4.14 -Release: 1%{?dist} +Version: 1.6 +Release: 0.1.rc1%{?dist} # # Source from http://freedesktop.org/software/ModemManager/ # -Source: http://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz +Source: https://www.freedesktop.org/software/ModemManager/%{name}-1.5.990.tar.xz License: GPLv2+ Group: System Environment/Base @@ -36,8 +36,6 @@ BuildRequires: gobject-introspection-devel >= 1.38 BuildRequires: vala-tools vala-devel BuildRequires: dbus -Patch0: buildsys-hates-openpty.patch - %description The ModemManager service manages WWAN modems and provides a consistent API for interacting with these devices to client applications. @@ -84,11 +82,9 @@ Requires: %{name}-glib%{?_isa} = %{version}-%{release} Vala bindings for ModemManager %prep -%setup -q -%patch0 -p1 -b .pty +%setup -q -n %{name}-1.5.990 %build - intltoolize --force autoreconf -i --force intltoolize --force @@ -148,6 +144,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/dbus-1/interfaces/*.xml %{systemd_dir}/ModemManager.service %{_datadir}/icons/hicolor/22x22/apps/*.png +%{_datadir}/bash-completion %{_mandir}/man8/* %files devel @@ -173,6 +170,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/vala/vapi/libmm-glib.* %changelog +* Mon Mar 21 2016 Lubomir Rintel - 1.6-0.1.rc1 +- Update to 1.6 release candidate + * Mon Mar 21 2016 Lubomir Rintel - 1.4.14-1 - Update to 1.4.14 release diff --git a/buildsys-hates-openpty.patch b/buildsys-hates-openpty.patch deleted file mode 100644 index 4daa31e..0000000 --- a/buildsys-hates-openpty.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src/tests/Makefile.am ---- ModemManager-0.4.998/src/tests/Makefile.am.foo 2011-07-06 17:59:53.711343366 -0500 -+++ ModemManager-0.4.998/src/tests/Makefile.am 2011-07-06 18:00:08.971152593 -0500 -@@ -3,7 +3,6 @@ - noinst_PROGRAMS = \ - test-modem-helpers \ - test-charsets \ -- test-qcdm-serial-port \ - test-at-serial-port \ - test-sms-part-3gpp \ - test-sms-part-cdma diff --git a/sources b/sources index 2b704ec..bf76532 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cabb72e7c2ddf6af96eca2c9f3d168a3 ModemManager-1.4.14.tar.xz +d1e62fe416c5f8201c930f783ccd24ab ModemManager-1.5.990.tar.xz