Michael Schröder 2011-10-25 13:24:57 +00:00 committed by Git OBS Bridge
parent c271594455
commit 5610672aee
5 changed files with 18 additions and 8 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -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