rpms/perl/F-9 perl.spec,1.166,1.167

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu May 22 17:17:09 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/F-9

Modified Files:
	perl.spec 
Log Message:
sparc64 breaks with the rpath hack patch applied


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/F-9/perl.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- perl.spec	19 May 2008 12:11:55 -0000	1.166
+++ perl.spec	22 May 2008 17:16:24 -0000	1.167
@@ -16,7 +16,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        22%{?dist}
+Release:        23%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        The Perl programming language
 Group:          Development/Languages
@@ -778,7 +778,11 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+# This patch breaks sparc64 compilation
+# We should probably consider removing it for all arches.
+%ifnarch sparc64
 %patch4 -p1
+%endif
 %ifarch %{multilib_64_archs}
 %patch5 -p1
 %endif
@@ -997,7 +1001,9 @@
 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'
+%ifnarch sparc64
 perl -x patchlevel.h 'Fedora Patch4: Work around annoying rpath issue'
+%endif
 %ifarch %{multilib_64_archs}
 perl -x patchlevel.h 'Fedora Patch5: support for libdir64'
 %endif
@@ -1615,6 +1621,9 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu May 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-23
+- sparc64 breaks with the rpath hack patch applied
+
 * Mon May 19 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-22
 - 447142 upgrade CGI to 3.37
 




More information about the scm-commits mailing list