Update libsecret to 0.8

This commit is contained in:
Stef Walter 2012-08-06 16:35:00 +02:00
parent 1416d125de
commit 735e5363ab
3 changed files with 10 additions and 3 deletions

4
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
89d71835a94cc1f220e8ffb9cd9f4129 libsecret-0.7.tar.xz
ef7acc2647ee8fd7ed3cf117a1b14f8d libsecret-0.8.tar.xz