Update to Perl 5.16.1
This commit is contained in:
parent
45df3ed933
commit
2b64acd23e
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ filter-requires.sh
|
||||
/perl-5.14.2.tar.bz2
|
||||
/perl-5.16.0-RC2.tar.gz
|
||||
/perl-5.16.0.tar.gz
|
||||
/perl-5.16.1-228.fc19.src.rpm
|
||||
/perl-5.16.1.tar.gz
|
||||
|
20
perl.spec
20
perl.spec
@ -1,4 +1,4 @@
|
||||
%global perl_version 5.16.0
|
||||
%global perl_version 5.16.1
|
||||
%global perl_epoch 4
|
||||
%global perl_arch_stem -thread-multi
|
||||
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
||||
@ -26,7 +26,7 @@
|
||||
Name: perl
|
||||
Version: %{perl_version}
|
||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||
Release: 227%{?dist}
|
||||
Release: 228%{?dist}
|
||||
Epoch: %{perl_epoch}
|
||||
Summary: Practical Extraction and Report Language
|
||||
Group: Development/Languages
|
||||
@ -101,6 +101,7 @@ BuildRequires: procps, rsyslog
|
||||
# The long line of Perl provides.
|
||||
|
||||
# Compat provides
|
||||
Provides: perl(:MODULE_COMPAT_5.16.1)
|
||||
Provides: perl(:MODULE_COMPAT_5.16.0)
|
||||
|
||||
# Threading provides
|
||||
@ -601,7 +602,7 @@ Summary: Perl source filters
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
Epoch: 0
|
||||
Version: 1.37
|
||||
Version: 1.40
|
||||
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||
|
||||
%description Filter
|
||||
@ -799,7 +800,8 @@ Summary: Perl core modules indexed by perl versions
|
||||
Group: Development/Languages
|
||||
License: GPL+ or Artistic
|
||||
Epoch: 1
|
||||
Version: 2.66
|
||||
Version: 2.70
|
||||
|
||||
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||
Requires: perl(version)
|
||||
BuildArch: noarch
|
||||
@ -1051,7 +1053,7 @@ Summary: A selection of general-utility scalar and list subroutines
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
Epoch: 0
|
||||
Version: 1.23
|
||||
Version: 1.25
|
||||
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||
|
||||
%description Scalar-List-Utils
|
||||
@ -2569,6 +2571,14 @@ sed \
|
||||
|
||||
# Old changelog entries are preserved in CVS.
|
||||
%changelog
|
||||
* Thu Aug 09 2012 Jitka Plesnikova <jplesnik@redhat.com> 4:5.16.1-228
|
||||
- 5.16.1 bump (see
|
||||
http://search.cpan.org/dist/perl-5.16.1/pod/perldelta.pod for release
|
||||
notes)
|
||||
- Fixed reopening by scalar handle (bug #834221)
|
||||
- Fixed tr/// multiple transliteration (bug #831679)
|
||||
- Fixed heap-overflow in gv_stashpv (bug #826516)
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.16.0-227
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
3
sources
3
sources
@ -2,5 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f perl-5.8.0-libdir64.patch
|
||||
ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
||||
1737a36154bb5bca781296794afc6791 perl.stp
|
||||
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
||||
04a4c5d3c1f9f19d77daff8e8cd19a26 perl-5.14.2.tar.bz2
|
||||
9847f7633da2e4cea016ba6c4020ec4c perl-5.16.0.tar.gz
|
||||
bcc5136007177b0fe2b6fd739fb66b84 perl-5.16.1.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user