rpms/perl-Text-Autoformat/FC-3 perl-Text-Autoformat.spec,1.3,1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Aug 20 23:28:03 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11949/FC-3

Modified Files:
	perl-Text-Autoformat.spec 
Log Message:
Fix permissions (#166406).


Index: perl-Text-Autoformat.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-3/perl-Text-Autoformat.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Text-Autoformat.spec	27 May 2005 02:32:57 -0000	1.3
+++ perl-Text-Autoformat.spec	20 Aug 2005 23:28:01 -0000	1.4
@@ -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 @@
 
 %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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Aug 20 2005 Steven Pritchard <steve at kspei.com> 1.13-2
+- Fix permissions (#166406).
+
 * Tue May 24 2005 Steven Pritchard <steve at kspei.com> 1.13-1
 - Update to 1.13 final.
 - Filter bogus perl(Hang) and perl(NullHang) auto-provides.




More information about the scm-commits mailing list