From 0a7821d96ea0af7bfafd6b269b2d5cd132aa5e91 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 28 Jun 2012 14:20:24 +0300 Subject: [PATCH] Update to 0.3 --- .gitignore | 1 + libsecret.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b203db..544fb47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libsecret-0.1.tar.xz /libsecret-0.2.tar.xz +/libsecret-0.3.tar.xz diff --git a/libsecret.spec b/libsecret.spec index 8b30445..fe5bec6 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.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 - 0.3-1 +- Update to 0.3 + * Mon Apr 16 2012 Kalev Lember - 0.2-1 - Update to 0.2 - Enable parallel make diff --git a/sources b/sources index c0aac66..44f94fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a895d4cdcf6661560d4c91cacfae4366 libsecret-0.2.tar.xz +8e991fa3a6053bb29985c909929f7ca1 libsecret-0.3.tar.xz