rpms/perl/FC-4 perl.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 2 22:57:47 UTC 2005


Author: jvdias

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

Modified Files:
	perl.spec 
Log Message:
fix bugs 171111 172236 172316 172336


Index: perl.spec
===================================================================
RCS file: /cvs/dist/rpms/perl/FC-4/perl.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- perl.spec	18 May 2005 22:18:42 -0000	1.62
+++ perl.spec	2 Nov 2005 22:57:42 -0000	1.63
@@ -5,9 +5,15 @@
 %define multilib_64_archs x86_64 s390x ppc64 sparc64
 
 %define perlver 5.8.6
-%define perlrel 15
+%define perlrel 16
 %define perlepoch 3
 
+%{?!perl_debugging:    %define perl_debugging 0}
+%if %{perl_debugging}
+%define debug_package %{nil}
+# don't build debuginfo and disable stripping
+%endif
+
 Provides: perl(:WITH_PERLIO)
 
 %if %{threading}
@@ -116,6 +122,14 @@
 
 Patch32003: perl-5.8.6-libresolv.patch
 
+Patch37535: perl-5.8.6-bz171111_obz37535.patch
+
+Patch37582: perl-5.8.6-bz172236_obz37582.patch
+
+Patch172316: perl-5.8.6-bz172316.patch
+
+Patch172336: perl-5.8.6-bz172336_obz37056.patch
+
 # module updatesd
 # Patch202: perl-5.8.0-Safe2.09.patch
 
@@ -237,6 +251,14 @@
 
 %patch32003 -p1
 
+%patch37535 -p1
+
+%patch37582 -p1
+
+%patch172316 -p1
+
+%patch172336 -p1
+
 find . -name \*.orig -exec rm -fv {} \;
 
 %build
@@ -410,6 +432,11 @@
     %{new_perl_flags} xargs $RPM_BUILD_ROOT/%{_bindir}/perl -I lib/ -i -p -e "s|$RPM_BUILD_ROOT||g;" MANIFEST.all
 
 chmod -R u+w $RPM_BUILD_ROOT/*
+%if %{perl_debugging}
+/usr/lib/rpm/brp-compress
+exit 0
+# disable brp-strip
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -423,6 +450,13 @@
 %endif
 
 %changelog
+* Wed Nov 02 2005 Jason Vas Dias <jvdias at redhat.com> - 3:5.8.6-16
+- fix bug 171111 / upstream bug 37535: incorrect IOCPARM_LEN
+- fix bug 172236 / upstream bug 37582: h2ph not generating C standard headers
+- fix bug 172316: Encode v2.8 panic on invalid UTF-8 input
+- fix bug 172336 / upstream bug 37056: backport upstream patch 25084:
+  prevent realloc recursion on ERANGE errors from nss get* functions
+
 * Wed May 18 2005 Warren Togami <wtogami at redhat.com> - 3:5.8.6-15
 - remove unused /tmp/MANIFEST.all (#151801)
 




More information about the fedora-cvs-commits mailing list