- 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:
parent
9e11bc43cb
commit
c51863a862
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28a6c7ef8754f025ba5656cb9baf0abc63788da8e489e7b7db2f52fde5b36b52
|
||||
size 12304053
|
@ -598,13 +598,14 @@
|
||||
return \%headers;
|
||||
}
|
||||
|
||||
--- ./installperl.orig 2010-04-09 09:05:01.000000000 +0000
|
||||
+++ ./installperl 2010-04-09 09:07:21.000000000 +0000
|
||||
@@ -142,6 +142,7 @@ my %archpms = (
|
||||
Config => 1,
|
||||
lib => 1,
|
||||
Cwd => 1,
|
||||
+ 'Compress/Zlib' => 1,
|
||||
);
|
||||
--- ./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;
|
||||
|
||||
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
3
perl-5.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93de36dfc7059b2d87ac98c780ebabd50d8f900d5c152a14d9211e8c2330ad41
|
||||
size 12304454
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -20,14 +20,14 @@
|
||||
|
||||
Name: perl
|
||||
Summary: The Perl interpreter
|
||||
Version: 5.11.99.RC4
|
||||
Version: 5.12.0
|
||||
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-RC4.tar.bz2
|
||||
Source: perl-5.12.0.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-RC4
|
||||
%setup -q -n perl-5.12.0
|
||||
cp -p %{S:3} .
|
||||
%patch0
|
||||
%patch1
|
||||
|
Loading…
Reference in New Issue
Block a user