Update to 0.18
This commit is contained in:
parent
b66e794583
commit
aaa4d285eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/libsecret-0.14.tar.xz
|
||||
/libsecret-0.15.tar.xz
|
||||
/libsecret-0.16.tar.xz
|
||||
/libsecret-0.18.tar.xz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: libsecret
|
||||
Version: 0.16
|
||||
Version: 0.18
|
||||
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
|
||||
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 0.18-1
|
||||
- Update to 0.18
|
||||
|
||||
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 0.16-1
|
||||
- Update to 0.16
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user