Update to 0.12

This commit is contained in:
Debarshi Ray 2012-11-23 13:14:45 +01:00
parent 54955e4220
commit f2edbc6a40
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/x86_64/
/libsecret-0.10.tar.xz
/libsecret-0.11.tar.xz
/libsecret-0.12.tar.xz

View File

@ -2,7 +2,7 @@
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: libsecret
Version: 0.11
Version: 0.12
Release: 1%{?dist}
Summary: Library for storing and retrieving passwords and other secrets
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Fri Nov 23 2012 Debarshi Ray <rishi@fedoraproject.org> - 0.12-1
- Update to 0.12
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.11-1
- Update to 0.11

View File

@ -1 +1 @@
8e8b72fdbdafbb54381b7a0085be9b0c libsecret-0.11.tar.xz
2f787eea16ef992daa62c1ee41072bbc libsecret-0.12.tar.xz