update to 5.14.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=68
This commit is contained in:
parent
c271594455
commit
5610672aee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29b4a7e7c22d4a980ab9eb1ea486c5c4ee9ec533192a1ce8f3fe9ae32fb1f862
|
||||
size 13266293
|
3
perl-5.14.2.tar.bz2
Normal file
3
perl-5.14.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2a2362e8d1fdd2bfbfde801fcd78241f154c164f00fba76065ab8cc5c7b06cd
|
||||
size 13226972
|
10
perl.changes
10
perl.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 15:20:26 CEST 2011 - mls@suse.de
|
||||
|
||||
- update to 5.14.2
|
||||
* calling bsd_glob with GLOB_ALTDIRFUNC no longer segfaults
|
||||
* a heap overflow in decode_xs was fixed
|
||||
* a memory leak in caller() was fixed
|
||||
* modules were updated to their latest version
|
||||
* several other bug fixes, see perldelta
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 11:18:09 CEST 2011 - mls@suse.de
|
||||
|
||||
|
10
perl.spec
10
perl.spec
@ -20,14 +20,14 @@
|
||||
|
||||
Name: perl
|
||||
Summary: The Perl interpreter
|
||||
Version: 5.14.1
|
||||
Release: 2
|
||||
%define pversion 5.14.1
|
||||
Version: 5.14.2
|
||||
Release: 1
|
||||
%define pversion 5.14.2
|
||||
License: Artistic License .. ; GPLv2+
|
||||
Group: Development/Languages/Perl
|
||||
AutoReqProv: on
|
||||
Url: http://www.perl.org/
|
||||
Source: perl-5.14.1.tar.bz2
|
||||
Source: perl-5.14.2.tar.bz2
|
||||
Source1: %name-rpmlintrc
|
||||
Source2: macros.perl
|
||||
Source3: README.macros
|
||||
@ -126,7 +126,7 @@ BuildArch: noarch
|
||||
Perl man pages and pod files.
|
||||
|
||||
%prep
|
||||
%setup -q -n perl-5.14.1
|
||||
%setup -q -n perl-5.14.2
|
||||
cp -p %{S:3} .
|
||||
%patch0
|
||||
%patch1
|
||||
|
Loading…
Reference in New Issue
Block a user