From c306cef97ea9c9f86a2f8e17e021fe3c9b60feb6 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 21 Mar 2016 14:21:22 +0100 Subject: [PATCH] Update to 1.14.0 release --- .gitignore | 1 + libqmi.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8fef13b..3671c28 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /libqmi-1.12.2.tar.xz /libqmi-1.12.4.tar.xz /libqmi-1.12.6.tar.xz +/libqmi-1.14.0.tar.xz diff --git a/libqmi.spec b/libqmi.spec index 14cffb1..f56adc2 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,7 +1,7 @@ Name: libqmi Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol -Version: 1.12.6 -Release: 3%{?dist} +Version: 1.14.0 +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ URL: http://freedesktop.org/software/libqmi @@ -40,8 +40,6 @@ from the command line. %setup -q %build -# avoid false positives in -Wmisleading-indentation (#1307733) -CFLAGS="$RPM_OPT_FLAGS -ftabstop=4" %configure --disable-static # Uses private copy of libtool: @@ -64,6 +62,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %doc NEWS AUTHORS README %license COPYING %{_libdir}/libqmi-glib.so.* +%{_datadir}/bash-completion %files devel %dir %{_includedir}/libqmi-glib @@ -81,6 +80,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Mon Mar 21 2016 Lubomir Rintel - 1.14.0-1 +- Update to 1.14.0 release + * Tue Mar 01 2016 Yaakov Selkowitz - 1.12.6-3 - Fix FTBFS with GCC 6 (#1307733) diff --git a/sources b/sources index 63cfb54..85bd5ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24c9eb300662ba6cff0152de89bd9ec0 libqmi-1.12.6.tar.xz +b23f3c0fe873a347cfc2df97939db5f8 libqmi-1.14.0.tar.xz