Update to 0.3

This commit is contained in:
Kalev Lember 2012-06-28 14:20:24 +03:00
parent a4ec684ac8
commit 0a7821d96e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/libsecret-0.1.tar.xz
/libsecret-0.2.tar.xz
/libsecret-0.3.tar.xz

View File

@ -2,7 +2,7 @@
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: libsecret
Version: 0.2
Version: 0.3
Release: 1%{?dist}
Summary: Library for storing and retrieving passwords and other secrets
@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Thu Jun 28 2012 Kalev Lember <kalevlember@gmail.com> - 0.3-1
- Update to 0.3
* Mon Apr 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.2-1
- Update to 0.2
- Enable parallel make

View File

@ -1 +1 @@
a895d4cdcf6661560d4c91cacfae4366 libsecret-0.2.tar.xz
8e991fa3a6053bb29985c909929f7ca1 libsecret-0.3.tar.xz