SHA256
3
0
forked from pool/perl

- update to perl-5.12.0 final

- move Compress::Zlib.pm back into perlpriv directory,
  moved autosplit file into it as well

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=32
This commit is contained in:
Michael Schröder 2010-04-13 15:32:54 +00:00 committed by Git OBS Bridge
parent 0f3916a8e6
commit 8838c9aa5a
5 changed files with 24 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28a6c7ef8754f025ba5656cb9baf0abc63788da8e489e7b7db2f52fde5b36b52
size 12304053

View File

@ -598,13 +598,14 @@
return \%headers; return \%headers;
} }
--- ./installperl.orig 2010-04-09 09:05:01.000000000 +0000 --- ./installperl.orig 2010-04-13 13:13:58.000000000 +0000
+++ ./installperl 2010-04-09 09:07:21.000000000 +0000 +++ ./installperl 2010-04-13 13:13:34.000000000 +0000
@@ -142,6 +142,7 @@ my %archpms = ( @@ -738,7 +738,7 @@ sub installlib {
Config => 1, return if $name eq 'ExtUtils/XSSymSet.pm' and !$Is_VMS;
lib => 1,
Cwd => 1,
+ 'Compress/Zlib' => 1,
);
if ($^O eq 'dos') { my $installlib = $installprivlib;
- if ($dir =~ /^auto\// ||
+ if (($dir =~ /^auto\// && $dir ne 'auto/Compress/Zlib') ||
($name =~ /^(.*)\.(?:pm|pod)$/ && $archpms{$1}) ||
($name =~ /^(.*)\.(?:h|lib)$/i && ($Is_W32 || $Is_NetWare)) ||
$name=~/^Config_(heavy|git)\.pl\z/

3
perl-5.12.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93de36dfc7059b2d87ac98c780ebabd50d8f900d5c152a14d9211e8c2330ad41
size 12304454

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 13 15:18:05 CEST 2010 - mls@suse.de
- update to perl-5.12.0 final
- move Compress::Zlib.pm back into perlpriv directory,
moved autosplit file into it as well
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 9 12:15:11 CEST 2010 - mls@suse.de Fri Apr 9 12:15:11 CEST 2010 - mls@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl (Version 5.11.99.RC4) # spec file for package perl (Version 5.12.0)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -20,14 +20,14 @@
Name: perl Name: perl
Summary: The Perl interpreter Summary: The Perl interpreter
Version: 5.11.99.RC4 Version: 5.12.0
Release: 2 Release: 2
%define pversion 5.12.0 %define pversion 5.12.0
License: Artistic License .. ; GPLv2+ License: Artistic License .. ; GPLv2+
Group: Development/Languages/Perl Group: Development/Languages/Perl
AutoReqProv: on AutoReqProv: on
Url: http://www.perl.org/ Url: http://www.perl.org/
Source: perl-5.12.0-RC4.tar.bz2 Source: perl-5.12.0.tar.bz2
Source1: %name-rpmlintrc Source1: %name-rpmlintrc
Source2: macros.perl Source2: macros.perl
Source3: README.macros Source3: README.macros
@ -140,7 +140,7 @@ Authors:
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu> Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
%prep %prep
%setup -q -n perl-5.12.0-RC4 %setup -q -n perl-5.12.0
cp -p %{S:3} . cp -p %{S:3} .
%patch0 %patch0
%patch1 %patch1