SHA256
3
0
forked from pool/perl

- update to perl-5.12.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=38
This commit is contained in:
Michael Schröder 2010-06-18 11:22:09 +00:00 committed by Git OBS Bridge
parent b5a27dae3e
commit 23764e86b0
5 changed files with 18 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 18 12:59:27 CEST 2010 - mls@suse.de
- update to perl-5.12.1
* updated CGI.pm to 3.49
* updated Pod::Simple to 3.13
* updated Safe to 2.27
* fixed a couple of bugs and regressions (see perldelta)
-------------------------------------------------------------------
Mon May 24 07:49:24 UTC 2010 - bg@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl (Version 5.12.0)
# spec file for package perl (Version 5.12.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,14 +20,14 @@
Name: perl
Summary: The Perl interpreter
Version: 5.12.0
Release: 3
%define pversion 5.12.0
Version: 5.12.1
Release: 1
%define pversion 5.12.1
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.1.tar.bz2
Source1: %name-rpmlintrc
Source2: macros.perl
Source3: README.macros
@ -142,7 +142,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.1
cp -p %{S:3} .
%patch0
%patch1