[perl] Use a macro to cover all 64-bit PowerPC architectures

Petr Pisar ppisar at fedoraproject.org
Tue Jan 14 12:38:39 UTC 2014


commit 57625b2bdf1391d6a8733a4efd9bc7ca2551cf91
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 14 13:37:42 2014 +0100

    Use a macro to cover all 64-bit PowerPC architectures

 perl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 6f7f85e..ee2787a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -3,7 +3,7 @@
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
 
-%global multilib_64_archs aarch64 ppc64 s390x sparc64 x86_64 
+%global multilib_64_archs aarch64 %{power64} s390x sparc64 x86_64 
 %global parallel_tests 1
 %global tapsetdir   %{_datadir}/systemtap/tapset
 
@@ -30,7 +30,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        292%{?dist}
+Release:        293%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -3627,6 +3627,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Tue Jan 14 2014 Petr Pisar <ppisar at redhat.com> - 4:5.18.2-293
+- Use a macro to cover all 64-bit PowerPC architectures (bug #1052709)
+
 * Tue Jan 14 2014 Petr Pisar <ppisar at redhat.com> - 4:5.18.2-292
 - Use upstream patch to fix a test failure in perl5db.t when TERM=vt100
 



More information about the perl-devel mailing list