From cf25358ca668a948c44b7c0b8aa700e716a216a2 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Wed, 27 Apr 2005 05:29:00 +0000 Subject: [PATCH] - -Dinstallusrbinperl=n (#141182 Aaron Sherman) - remove 5.8.0 and 5.8.1 ABI compat (#154295) --- perl.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/perl.spec b/perl.spec index 1644737..ad9e248 100644 --- a/perl.spec +++ b/perl.spec @@ -5,7 +5,7 @@ %define multilib_64_archs x86_64 s390x ppc64 sparc64 %define perlver 5.8.6 -%define perlrel 7 +%define perlrel 8 %define perlepoch 3 Provides: perl(:WITH_PERLIO) @@ -20,9 +20,7 @@ Provides: perl(:WITHOUT_ITHREADS) Provides: perl(:WITHOUT_THREADS) %endif -%define perlmodcompat 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0 -Provides: perl(:MODULE_COMPAT_5.8.0) -Provides: perl(:MODULE_COMPAT_5.8.1) +%define perlmodcompat 5.8.5 5.8.4 5.8.3 5.8.2 Provides: perl(:MODULE_COMPAT_5.8.2) Provides: perl(:MODULE_COMPAT_5.8.3) Provides: perl(:MODULE_COMPAT_5.8.4) @@ -293,7 +291,7 @@ sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \ -Di_syslog \ -Dman3ext=3pm \ -Duseperlio \ - -Dinstallusrbinperl \ + -Dinstallusrbinperl=n \ -Ubincompat5005 \ -Uversiononly \ -Dpager='/usr/bin/less -isr' \ @@ -418,6 +416,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Apr 26 2005 Warren Togami - 3:5.8.6-7 - Updating CGI.pm from version 3.05 to 3.08 (mod_perl 2.0.0 RC5). (#155839)