diff --git a/.cvsignore b/.cvsignore index da2752f..b43d169 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cpanspec-1.68.tar.gz +cpanspec-1.69.tar.gz diff --git a/cpanspec.spec b/cpanspec.spec index bcfa14c..7ea4173 100644 --- a/cpanspec.spec +++ b/cpanspec.spec @@ -1,6 +1,6 @@ Name: cpanspec -Version: 1.68 -Release: 2%{?dist} +Version: 1.69 +Release: 1%{?dist} Summary: RPM spec file generation utility License: GPL or Artistic Group: Development/Tools @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* # No tests. #%check @@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Tue Oct 03 2006 Steven Pritchard 1.69-1 +- Update to 1.69. +- Use _fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 1.68-2 - Fix find option order. diff --git a/sources b/sources index 17f2801..09d24ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ba1c9f361fc61d22cbd694bd17fa53d cpanspec-1.68.tar.gz +ff2a7805606e400016661ad8d054f9a2 cpanspec-1.69.tar.gz