Update libsecret to 0.8
This commit is contained in:
parent
1416d125de
commit
735e5363ab
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,3 +3,7 @@
|
||||
/libsecret-0.3.tar.xz
|
||||
/libsecret-0.6.tar.xz
|
||||
/libsecret-0.7.tar.xz
|
||||
/libsecret-0.8.tar.xz
|
||||
/.build-*.log
|
||||
/*.src.rpm
|
||||
/x86_64/
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: libsecret
|
||||
Version: 0.7
|
||||
Release: 2%{?dist}
|
||||
Version: 0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for storing and retrieving passwords and other secrets
|
||||
|
||||
License: LGPLv2+
|
||||
@ -72,6 +72,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 06 2012 Stef Walter <stefw@redhat.com> - 0.8-1
|
||||
- Update to 0.8
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user