From 91f1f445b9e10dace1d8fb96e2deae8ccca106f0 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 11 Sep 2012 09:27:04 +0200 Subject: [PATCH] Update to pass 1.2.0 --- .gitignore | 1 + pass.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a43b198..6a60be2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /password-store-1.1.4.tar.xz +/password-store-1.2.tar.xz diff --git a/pass.spec b/pass.spec index e48562e..325d0ab 100644 --- a/pass.spec +++ b/pass.spec @@ -1,6 +1,6 @@ Name: pass Summary: A password manager using standard Unix tools -Version: 1.1.4 +Version: 1.2 Release: 1%{?dist} License: GPLv2+ Url: http://zx2c4.com/projects/password-store/ @@ -34,6 +34,9 @@ make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \ %doc %{_mandir}/man1/* %changelog +* Tue Sep 11 2012 Christophe Fergeau - 1.2.0-1 +- Update to 1.2 release + * Thu Sep 06 2012 Christophe Fergeau - 1.1.4-1 - Initial import diff --git a/sources b/sources index c90ff6e..98e4262 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -079c094244ad38ec39fdc92268f36718 password-store-1.1.4.tar.xz +5ba6cef159320654509f6aaf40c3d84e password-store-1.2.tar.xz