SHA256
1
0
forked from pool/perl

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=31
This commit is contained in:
Michael Schröder 2010-04-09 10:27:54 +00:00 committed by Git OBS Bridge
parent b4c938bd00
commit 9e11bc43cb
5 changed files with 26 additions and 7 deletions

View File

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

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

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

View File

@ -598,3 +598,13 @@
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,
);
if ($^O eq 'dos') {

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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.11.99.RC1)
# spec file for package perl (Version 5.11.99.RC4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,14 +20,14 @@
Name: perl
Summary: The Perl interpreter
Version: 5.11.99.RC1
Version: 5.11.99.RC4
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-RC1.tar.bz2
Source: perl-5.12.0-RC4.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-RC1
%setup -q -n perl-5.12.0-RC4
cp -p %{S:3} .
%patch0
%patch1