diff --git a/.gitignore b/.gitignore index 8521b9d..920134d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pass-1.4-1.fc18.src.rpm /password-store-1.4.tar.xz /password-store-1.4.1.tar.xz +/password-store-1.5.tar.xz diff --git a/pass.spec b/pass.spec index 366bc31..3287882 100644 --- a/pass.spec +++ b/pass.spec @@ -1,7 +1,7 @@ Name: pass Summary: A password manager using standard Unix tools -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.5 +Release: 1%{?dist} License: GPLv2+ Url: http://zx2c4.com/projects/password-store/ BuildArch: noarch @@ -30,10 +30,13 @@ make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \ %files %doc README COPYING %{_bindir}/pass -%{_sysconfdir}/bash_completion.d/* +%{_datadir}/bash-completion/completions/password-store %doc %{_mandir}/man1/* %changelog +* Thu Apr 17 2014 Christophe Fergeau - 1.5-1 +- Update to 1.5.0 + * Sat Aug 03 2013 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 15c7e21..bf8c834 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb914ee40c5dbfd2f9db1c6988ec4083 password-store-1.4.1.tar.xz +ca094372e1eec8c857b2f6ace09fb723 password-store-1.5.tar.xz