Update to 1.12.2 release

This commit is contained in:
Lubomir Rintel 2016-03-21 14:21:13 +01:00
parent e5acde5439
commit be71a65f1c
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <lkundrak@v3.sk> - 1.12.4-1
- Update to 1.12.2 release
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
921fb5ab3f13f1e00833e009d8f3b4f6 libmbim-1.12.2.tar.xz
4561bc490fcd439aa805c1692b25cb61 libmbim-1.12.4.tar.xz