Update to 0.15
This commit is contained in:
parent
d22ca9678f
commit
ac39bbde10
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/libsecret-0.12.tar.xz
|
||||
/libsecret-0.13.tar.xz
|
||||
/libsecret-0.14.tar.xz
|
||||
/libsecret-0.15.tar.xz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: libsecret
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
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
|
||||
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.15-1
|
||||
- Update to 0.15
|
||||
|
||||
* Wed Mar 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.14-1
|
||||
- Update to 0.14
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user