diff --git a/.gitignore b/.gitignore index a6ad030..05135d1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /*.src.rpm /x86_64/ /libsecret-0.10.tar.xz +/libsecret-0.11.tar.xz diff --git a/libsecret.spec b/libsecret.spec index bbd5394..a882493 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.10 +Version: 0.11 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 +* Tue Oct 16 2012 Kalev Lember - 0.11-1 +- Update to 0.11 + * Wed Sep 19 2012 Tomas Bzatek - 0.10-1 - Update to 0.10 - Enable vala diff --git a/sources b/sources index ace7333..be2df45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51058dc16fd8f895523545187cf6f720 libsecret-0.10.tar.xz +8e8b72fdbdafbb54381b7a0085be9b0c libsecret-0.11.tar.xz