From d88fd4a0dc6946873926be7769ce98808ca67a01 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Nov 11 2004 19:21:36 +0000 Subject: Release bumping to provide upgrade path from non-fedora.us packages. A few minor tweaks here and there. --- diff --git a/apg.spec b/apg.spec index 2a54f6c..3fa7441 100644 --- a/apg.spec +++ b/apg.spec @@ -1,6 +1,6 @@ Name: apg Version: 2.2.3 -Release: 0.fdr.2.2 +Release: 3 Epoch: 0 Summary: Automated Password Generator for random password generation. @@ -19,9 +19,8 @@ required type and prints them to standard output. %prep %setup -q -cd .. -chmod -R 744 %{name}-%{version} -cd - +# Fix permissions (2.2.3) +chmod -R u+w . @@ -34,7 +33,6 @@ make %{?_smp_mflags} standalone rm -rf ${RPM_BUILD_ROOT} install -D -m0755 apg ${RPM_BUILD_ROOT}%{_bindir}/apg install -D -m0644 doc/man/apg.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/apg.1 -chmod 644 CHANGES COPYING README THANKS TODO doc/rfc* @@ -52,6 +50,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Nov 10 2004 Matthias Saou 2.2.3-3 +- Bump release to provide Extras upgrade path. +- Nicer mode fix for the sources. + * Sun Sep 21 2003 Phillip Compton - 0:2.2.3-0.fdr.2 - Fixed file permission on source tarball. - Brought spec more in line with current template.