diff --git a/.gitignore b/.gitignore index c3de80f..1de367a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libmbim-1.10.0.tar.xz /libmbim-1.12.0.tar.xz /libmbim-1.12.2.tar.xz +/libmbim-1.12.4.tar.xz diff --git a/libmbim.spec b/libmbim.spec index 1fed75f..a136072 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,10 +1,9 @@ -%global realversion 1.12.2 %global _hardened_build 1 Name: libmbim Summary: Support library for the Mobile Broadband Interface Model protocol -Version: %{?realversion} +Version: 1.12.4 Release: 2%{?dist} License: LGPLv2+ URL: http://freedesktop.org/software/libmbim @@ -12,7 +11,7 @@ URL: http://freedesktop.org/software/libmbim # # Source from http://freedesktop.org/software/libmbim/ # -Source: http://freedesktop.org/software/libmbim/%{name}-%{realversion}.tar.xz +Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz BuildRequires: glib2-devel BuildRequires: pkgconfig @@ -49,7 +48,7 @@ functionality from the command line. # NOTE: the documentation is pre-generated and shipped in the dist tarball; # it is not build during the RPM build but the pre-generated docs are simply # installed as-is. -%setup -q -n %{name}-%{realversion} +%setup -q %build %configure --disable-static @@ -86,6 +85,9 @@ make check %changelog +* Mon Mar 21 2016 Lubomir Rintel - 1.12.4-1 +- Update to 1.12.2 release + * Thu Feb 04 2016 Fedora Release Engineering - 1.12.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 28eed35..c7dc47b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -921fb5ab3f13f1e00833e009d8f3b4f6 libmbim-1.12.2.tar.xz +4561bc490fcd439aa805c1692b25cb61 libmbim-1.12.4.tar.xz