Update to 1.6.0 release

This commit is contained in:
Dan Williams 2014-02-05 03:18:00 -06:00
parent 17be9ce97c
commit 30c45e7376
3 changed files with 13 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libmbim-1.5.0.20130815git.tar.xz
/libmbim-1.6.0.tar.xz

View File

@ -1,23 +1,18 @@
%global snapshot .20130815git
%global realversion 1.5.0
%global realversion 1.6.0
%global _hardened_build 1
Name: libmbim
Summary: Support library for the Mobile Broadband Interface Model protocol
Version: %{?realversion}
Release: 1%{snapshot}%{?dist}
Release: 1%{?dist}
License: LGPLv2+
URL: http://www.freedesktop.org/software/libmbim
URL: http://freedesktop.org/software/libmbim
# If snapshot is defined, source will be a snapshot of git from the
# master branch on the given date. To re-generate the tarball:
# git://anongit.freedesktop.org/libmbim/libmbim
# cd libmbim
# git reset --hard <commit from snapshot date>
# ./autogen.sh
# make distcheck
#
Source: %{name}-%{realversion}%{snapshot}.tar.xz
# Source from http://freedesktop.org/software/libmbim/
#
Source: %{name}-%{realversion}.tar.xz
BuildRequires: glib2-devel
BuildRequires: pkgconfig
@ -75,6 +70,7 @@ make check
%files
%doc COPYING NEWS AUTHORS README
%{_libdir}/libmbim-glib.so.*
%{_mandir}/man1/*
%files devel
%{_includedir}/libmbim-glib/
@ -88,6 +84,9 @@ make check
%changelog
* Sat Feb 1 2014 poma <poma@gmail.com> - 1.6.0-1
- Update to 1.6.0 release
* Thu Aug 15 2013 Dan Williams <dcbw@redhat.com> - 1.5.0-1.20130815git
- Initial Fedora release

View File

@ -1 +1 @@
8f1bff60ea483beb916b6c9a5c406ce9 libmbim-1.5.0.20130815git.tar.xz
029d81eeec5575ea0c47f93028ec826d libmbim-1.6.0.tar.xz