rpms/perl/devel perl.spec,1.70,1.71

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 1 23:36:18 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/perl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23896

Modified Files:
	perl.spec 
Log Message:
fix bug 172236 / upstream bug 37582


Index: perl.spec
===================================================================
RCS file: /cvs/dist/rpms/perl/devel/perl.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- perl.spec	26 Oct 2005 00:26:37 -0000	1.70
+++ perl.spec	1 Nov 2005 23:36:04 -0000	1.71
@@ -114,6 +114,8 @@
 
 Patch32003:     perl-5.8.6-libresolv.patch
 
+Patch172236:    perl-5.8.7-bz172236.patch
+
 # module updatesd
 # Patch202:       perl-5.8.0-Safe2.09.patch
 
@@ -264,6 +266,8 @@
 %patch32002 -p1
 %patch32003 -p1
 
+%patch172236 -p1
+
 # Candidates for doc recoding (need case by case review):
 # find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
 recode()
@@ -472,7 +476,11 @@
 
 
 %changelog
-* Tue Oct 25 2005 Jason Vas Dias <jvdias at redhat.com> - 3.5.8.7-0.6
+* Tue Nov 01 2005 Jason Vas Dias <jvdias at redhat.com> - 3:5.8.7-0.7
+- fix bug 172236 : missing C standard headers -
+  use gcc4's '-print-search-path' option in h2ph
+
+* Tue Oct 25 2005 Jason Vas Dias <jvdias at redhat.com> - 3:5.8.7-0.6
 - fix bug 171111 : define ioctl length macro IOCPARM_LEN(x)
   macro to be _IOC_SIZE(x), not 256 - upstream bug #37535 raised.
 - provide 'perl_debugging' .spec file option to enable -DDEBUGGING




More information about the fedora-cvs-commits mailing list