SHA256
3
0
forked from pool/perl

Accepting request 37871 from devel:languages:perl

checked in (request 37871)

OBS-URL: https://build.opensuse.org/request/show/37871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=33
This commit is contained in:
OBS User autobuild 2010-04-13 19:07:32 +00:00 committed by Git OBS Bridge
parent 8838c9aa5a
commit 304fb071b3
5 changed files with 7 additions and 34 deletions

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3232e80a9f9c6afa854e346a6883650edbd45b9cae6e2feffc9f0419c8e25385
size 12304171

View File

@ -598,14 +598,3 @@
return \%headers;
}
--- ./installperl.orig 2010-04-13 13:13:58.000000000 +0000
+++ ./installperl 2010-04-13 13:13:34.000000000 +0000
@@ -738,7 +738,7 @@ sub installlib {
return if $name eq 'ExtUtils/XSSymSet.pm' and !$Is_VMS;
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/

View File

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

View File

@ -1,19 +1,3 @@
-------------------------------------------------------------------
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
- update to perl-5.12.0-RC4
* documentation updates
* don't initialize end in pp_reverse when begin is NULL
* fix eval + feature.pm + syntax error segfault
- move Compress::Zlib.pm into perlarch directory
-------------------------------------------------------------------
Sun Apr 4 03:25:11 UTC 2010 - aj@suse.de

View File

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