From 2f26793f40dc969b317f6816421bde7d687a5630 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 8 Jul 2016 17:02:28 +0200 Subject: [PATCH] Update to 1.16.0 --- .gitignore | 1 + libqmi.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9f1910..e6e6bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /libqmi-1.12.6.tar.xz /libqmi-1.14.0.tar.xz /libqmi-1.14.2.tar.xz +/libqmi-1.16.0.tar.xz diff --git a/libqmi.spec b/libqmi.spec index 790904c..714f615 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,6 +1,6 @@ Name: libqmi Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol -Version: 1.14.2 +Version: 1.16.0 Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ @@ -10,6 +10,7 @@ Source: http://freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz BuildRequires: glib2-devel >= 2.32.0 BuildRequires: python >= 2.7 BuildRequires: gtk-doc +BuildRequires: libmbim-devel >= 1.14.0 %description This package contains the libraries that make it easier to use QMI functionality @@ -41,7 +42,7 @@ from the command line. %setup -q %build -%configure --disable-static --enable-gtk-doc +%configure --disable-static --enable-gtk-doc --enable-mbim-qmux # Uses private copy of libtool: # http://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath @@ -82,6 +83,9 @@ find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac %changelog +* Fri Jul 08 2016 Lubomir Rintel - 1.16.0-1 +- Update to 1.16.0 + * Tue May 03 2016 Lubomir Rintel - 1.14.2-1 - Update to 1.14.2 diff --git a/sources b/sources index 83e554a..013168e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ec55d1a1941bb18802ab8498baca7e0 libqmi-1.14.2.tar.xz +4970c110f160b33637a3515004c637b2 libqmi-1.16.0.tar.xz