rpms/perl-Text-Quoted/devel perl-Text-Quoted.spec,1.2,1.3

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Fri Aug 19 14:05:36 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Text-Quoted/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18546

Modified Files:
	perl-Text-Quoted.spec 
Log Message:
chmod -x Quote.pm


Index: perl-Text-Quoted.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Quoted/devel/perl-Text-Quoted.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Text-Quoted.spec	19 Aug 2005 13:22:24 -0000	1.2
+++ perl-Text-Quoted.spec	19 Aug 2005 14:05:32 -0000	1.3
@@ -1,6 +1,6 @@
 Name: 		perl-Text-Quoted
 Version: 	1.8
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary: 	Extract the structure of a quoted mail message
 License: 	GPL or Artistic
 Group: 		Development/Libraries
@@ -21,6 +21,9 @@
 %prep
 %setup -q -n Text-Quoted-%{version}
 
+# Shipped +x in perl-Text-Quoted-1.8
+chmod -x Quoted.pm
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -45,6 +48,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 19 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-3
+- chmod -x Quote.pm.
+
 * Thu Aug 19 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-2
 - Spec cleanup.
 




More information about the fedora-extras-commits mailing list