5.14.2 bump
This commit is contained in:
parent
4e3960a32a
commit
94da2fcb4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ filter-requires.sh
|
|||||||
/perl-5.14.0.tar.bz2
|
/perl-5.14.0.tar.bz2
|
||||||
/perl-5.14.0.tar.gz
|
/perl-5.14.0.tar.gz
|
||||||
/perl-5.14.1.tar.gz
|
/perl-5.14.1.tar.gz
|
||||||
|
/perl-5.14.2.tar.bz2
|
||||||
|
17
perl.spec
17
perl.spec
@ -1,4 +1,4 @@
|
|||||||
%global perl_version 5.14.1
|
%global perl_version 5.14.2
|
||||||
%global perl_epoch 4
|
%global perl_epoch 4
|
||||||
%global perl_arch_stem -thread-multi
|
%global perl_arch_stem -thread-multi
|
||||||
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
||||||
@ -22,7 +22,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 192%{?dist}
|
Release: 193%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -34,7 +34,7 @@ Group: Development/Languages
|
|||||||
# Copyright Only: for example ext/Text-Soundex/Soundex.xs
|
# Copyright Only: for example ext/Text-Soundex/Soundex.xs
|
||||||
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only and MIT and Public Domain and UCD
|
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only and MIT and Public Domain and UCD
|
||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.gz
|
Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
|
||||||
Source2: perl-5.8.0-libnet.cfg
|
Source2: perl-5.8.0-libnet.cfg
|
||||||
Source3: macros.perl
|
Source3: macros.perl
|
||||||
#Systemtap tapset and example that make use of systemtap-sdt-devel
|
#Systemtap tapset and example that make use of systemtap-sdt-devel
|
||||||
@ -326,7 +326,7 @@ Summary: Query, download and build perl modules from CPAN sites
|
|||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Version: 1.9600
|
Version: 1.9600.01
|
||||||
# CPAN encourages Digest::SHA strongly because of integrity checks
|
# CPAN encourages Digest::SHA strongly because of integrity checks
|
||||||
Requires: perl(Digest::SHA)
|
Requires: perl(Digest::SHA)
|
||||||
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
@ -2208,6 +2208,15 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 03 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-193
|
||||||
|
- 5.14.2 bump (see
|
||||||
|
https://metacpan.org/module/FLORA/perl-5.14.2/pod/perldelta.pod for release
|
||||||
|
notes).
|
||||||
|
- Fixes panics when processing regular expression with \b class and /aa
|
||||||
|
modifier (bug #731062)
|
||||||
|
- Fixes CVE-2011-2728 (File::Glob bsd_glob() crash with certain glob flags)
|
||||||
|
(bug #742987)
|
||||||
|
|
||||||
* Mon Oct 03 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-192
|
* Mon Oct 03 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-192
|
||||||
- Enable GDBM support again to build against new gdbm 1.9.1
|
- Enable GDBM support again to build against new gdbm 1.9.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -2,4 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f perl-5.8.0-libdir64.patch
|
|||||||
ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
||||||
1737a36154bb5bca781296794afc6791 perl.stp
|
1737a36154bb5bca781296794afc6791 perl.stp
|
||||||
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
||||||
0b74cffa3a10aee08442f950aecbaeec perl-5.14.1.tar.gz
|
04a4c5d3c1f9f19d77daff8e8cd19a26 perl-5.14.2.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user