Update to 1.12.2 release
This commit is contained in:
parent
e5acde5439
commit
be71a65f1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/libmbim-1.10.0.tar.xz
|
/libmbim-1.10.0.tar.xz
|
||||||
/libmbim-1.12.0.tar.xz
|
/libmbim-1.12.0.tar.xz
|
||||||
/libmbim-1.12.2.tar.xz
|
/libmbim-1.12.2.tar.xz
|
||||||
|
/libmbim-1.12.4.tar.xz
|
||||||
|
10
libmbim.spec
10
libmbim.spec
@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
%global realversion 1.12.2
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: libmbim
|
Name: libmbim
|
||||||
Summary: Support library for the Mobile Broadband Interface Model protocol
|
Summary: Support library for the Mobile Broadband Interface Model protocol
|
||||||
Version: %{?realversion}
|
Version: 1.12.4
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://freedesktop.org/software/libmbim
|
URL: http://freedesktop.org/software/libmbim
|
||||||
@ -12,7 +11,7 @@ URL: http://freedesktop.org/software/libmbim
|
|||||||
#
|
#
|
||||||
# Source from 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: glib2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -49,7 +48,7 @@ functionality from the command line.
|
|||||||
# NOTE: the documentation is pre-generated and shipped in the dist tarball;
|
# 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
|
# it is not build during the RPM build but the pre-generated docs are simply
|
||||||
# installed as-is.
|
# installed as-is.
|
||||||
%setup -q -n %{name}-%{realversion}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -86,6 +85,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user