Update to 5.16.2
This commit is contained in:
parent
3ba250ca8c
commit
37188919ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ filter-requires.sh
|
||||
/perl-5.16.0.tar.gz
|
||||
/perl-5.16.1-228.fc19.src.rpm
|
||||
/perl-5.16.1.tar.gz
|
||||
/perl-5.16.2.tar.gz
|
||||
|
14
perl.spec
14
perl.spec
@ -1,4 +1,4 @@
|
||||
%global perl_version 5.16.1
|
||||
%global perl_version 5.16.2
|
||||
%global perl_epoch 4
|
||||
%global perl_arch_stem -thread-multi
|
||||
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
||||
@ -29,7 +29,7 @@
|
||||
Name: perl
|
||||
Version: %{perl_version}
|
||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||
Release: 241%{?dist}
|
||||
Release: 242%{?dist}
|
||||
Epoch: %{perl_epoch}
|
||||
Summary: Practical Extraction and Report Language
|
||||
Group: Development/Languages
|
||||
@ -85,9 +85,6 @@ Patch10: perl-5.16.0-fix-broken-atof.patch
|
||||
# Do not access freed memory when cloning thread, rhbz#825749, RT#111610
|
||||
Patch11: perl-5.16.1-perl-111610-Trouble-with-XS-APItest-t-clone-with-sta.patch
|
||||
|
||||
# Match non-breakable space with /[\h]/ in ASCII mode, rhbz#844919, RT#114220
|
||||
Patch12: perl-5.16.1-PATCH-perl-114220-h-not-equiv-to-h.patch
|
||||
|
||||
# Clear $@ before `do' I/O error, rhbz#834226, RT#113730
|
||||
Patch13: perl-5.16.1-RT-113730-should-be-cleared-on-do-IO-error.patch
|
||||
|
||||
@ -1369,7 +1366,6 @@ tarball from perl.org.
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
@ -1580,7 +1576,6 @@ pushd %{build_archlib}/CORE/
|
||||
'Fedora Patch9: Fix find2perl to translate ? glob properly (RT#113054)' \
|
||||
'Fedora Patch10: Fix broken atof (RT#109318)' \
|
||||
'Fedora Patch11: Do not access freed memory when cloning thread (RT#111610)' \
|
||||
'Fedora Patch12: Match non-breakable space with /[\h]/ in ASCII mode (RT#114220)' \
|
||||
'Fedora Patch13: Clear $@ before "do" I/O error (RT#113730)' \
|
||||
'Fedora Patch14: Do not truncate syscall() return value to 32 bits (RT#113980)' \
|
||||
'Fedora Patch15: Override the Pod::Simple::parse_file (CPANRT#77530)' \
|
||||
@ -2734,6 +2729,11 @@ sed \
|
||||
|
||||
# Old changelog entries are preserved in CVS.
|
||||
%changelog
|
||||
* Mon Nov 05 2012 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.16.2-242
|
||||
- 5.16.2 bump (see
|
||||
http://search.cpan.org/dist/perl-5.16.1/pod/perldelta.pod for release
|
||||
notes)
|
||||
|
||||
* Wed Oct 31 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-241
|
||||
- Remove bundled podlators (bug #856516)
|
||||
|
||||
|
2
sources
2
sources
@ -2,4 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f perl-5.8.0-libdir64.patch
|
||||
ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
||||
1737a36154bb5bca781296794afc6791 perl.stp
|
||||
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
||||
bcc5136007177b0fe2b6fd739fb66b84 perl-5.16.1.tar.gz
|
||||
0e57f2d01d96471d9effc3fb43175e84 perl-5.16.2.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user