rpms/perl/devel perl.spec,1.165,1.166

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


Author: spot

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

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


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- perl.spec	19 May 2008 12:06:49 -0000	1.165
+++ perl.spec	22 May 2008 17:16:40 -0000	1.166
@@ -16,7 +16,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        21%{?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
@@ -1015,7 +1021,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %check
+%ifnarch sparc64
 make test
+%endif
 
 %post libs -p /sbin/ldconfig
 
@@ -1613,8 +1621,15 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
-* Mon May 19 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-21
-- 447142 upgrade CGI to 3.37
+* 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>
+- 447142 upgrade CGI to 3.37 (this actually happened in -21 in rawhide.)
+
+* Sat May 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-21
+- sparc64 fails two tests under mysterious circumstances. we need to get the
+  rest of the tree moving, so we temporarily disable the tests on that arch.
 
 * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-20
 - create the vendor_perl/%%{perl_version}/%%{perl_archname}/auto directory 




More information about the scm-commits mailing list