diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index ebaa025..62f0908 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries @@ -32,6 +32,7 @@ the built-in Perl format() mechanism. %prep %setup -q -n Text-Autoformat-%{version} +chmod a-x lib/Text/Autoformat.pm Changes README %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 20 2005 Steven Pritchard 1.13-2 +- Fix permissions (#166406). + * Tue May 24 2005 Steven Pritchard 1.13-1 - Update to 1.13 final. - Filter bogus perl(Hang) and perl(NullHang) auto-provides.