diff --git a/.gitignore b/.gitignore index aad3d79..71581d3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /libsecret-0.14.tar.xz /libsecret-0.15.tar.xz /libsecret-0.16.tar.xz +/libsecret-0.18.tar.xz diff --git a/libsecret.spec b/libsecret.spec index 98fb79c..fd3a1b5 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -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 - 0.18-1 +- Update to 0.18 + * Wed Aug 28 2013 Kalev Lember - 0.16-1 - Update to 0.16 diff --git a/sources b/sources index c9d4d46..ce02397 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -321ef07775faed2305da08f989dfa41b libsecret-0.16.tar.xz +279d723cd005e80d1d304f74a3488acc libsecret-0.18.tar.xz