rpms/perl/devel perl.spec,1.154,1.155

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Mar 8 01:09:02 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16458

Modified Files:
	perl.spec 
Log Message:
note patchlevel.h properly


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- perl.spec	8 Mar 2008 00:55:41 -0000	1.154
+++ perl.spec	8 Mar 2008 01:08:07 -0000	1.155
@@ -16,7 +16,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        10%{?dist}
+Release:        11%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        The Perl programming language
 Group:          Development/Languages
@@ -894,10 +894,6 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# Local patches
-cd $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/
-perl -x patchlevel.h '32891 fix big slowdown in 5.10 @_ parameter passing'
-
 %ifarch %{multilib_64_archs}
 mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{perl_version}
 mkdir -p -m 755 $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{perl_version}
@@ -975,6 +971,16 @@
 
 # Local patch tracking
 cd $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/
+perl -x patchlevel.h 'Fedora Patch1: Permit suidperl to install as nonroot'
+perl -x patchlevel.h 'Fedora Patch2: Removes date check, Fedora/RHEL specific'
+perl -x patchlevel.h 'Fedora Patch3: Fedora/RHEL use links instead of lynx'
+perl -x patchlevel.h 'Fedora Patch4: Work around annoying rpath issue'
+perl -x patchlevel.h 'Fedora Patch5: support for libdir64'
+perl -x patchlevel.h 'Fedora Patch6: use libresolv instead of libbind'
+perl -x patchlevel.h 'Fedora Patch7: USE_MM_LD_RUN_PATH'
+perl -x patchlevel.h 'Fedora Patch8: Skip hostname tests, due to builders not being network capable'
+perl -x patchlevel.h 'Fedora Patch9: Update Sys::Syslog to 0.24'
+perl -x patchlevel.h 'Fedora Patch10: Dont run one io test due to random builder failures'
 perl -x patchlevel.h '32891 fix big slowdown in 5.10 @_ parameter passing'
 
 %clean
@@ -1575,6 +1581,9 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Fri Mar  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-11
+- only do it once, and do it for all our patches
+
 * Fri Mar  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-10
 - note 32891 in patchlevel.h
 




More information about the fedora-extras-commits mailing list