commit 1e30796349349d6e733d0ec53af86e982db40d2e Author: Jitka Plesnikova <jples...@redhat.com> Date: Tue Oct 16 13:59:32 2012 +0200
Update to perl 5.14.3 .gitignore | 1 + ...erl-101710-Regression-with-i-latin1-chars.patch | 83 -------------------- perl-5.14.2-digest_eval.patch | 28 ------- perl.spec | 20 ++--- sources | 2 +- 5 files changed, 10 insertions(+), 124 deletions(-) --- diff --git a/.gitignore b/.gitignore index 4f0fc9a..fcb7765 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ filter-requires.sh /perl-5.14.0.tar.gz /perl-5.14.1.tar.gz /perl-5.14.2.tar.bz2 +/perl-5.14.3.tar.bz2 diff --git a/perl.spec b/perl.spec index f2d9af5..cd7fc76 100644 --- a/perl.spec +++ b/perl.spec @@ -1,4 +1,4 @@ -%global perl_version 5.14.2 +%global perl_version 5.14.3 %global perl_epoch 4 %global perl_arch_stem -thread-multi %global perl_archname %{_arch}-%{_os}%{perl_arch_stem} @@ -22,7 +22,7 @@ Name: perl Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 201%{?dist} +Release: 202%{?dist} Epoch: %{perl_epoch} Summary: Practical Extraction and Report Language Group: Development/Languages @@ -68,9 +68,6 @@ Patch7: perl-5.10.0-x86_64-io-test-failure.patch # switch off test, which is failing only on koji (fork) Patch8: perl-5.14.1-offtest.patch -# Fix code injection in Digest, rhbz #743010, RT#71390, fixed in Digest-1.17. -Patch9: perl-5.14.2-digest_eval.patch - # Change Perl_repeatcpy() prototype to allow repeat count above 2^31 # rhbz #720610, Perl RT#94560, accepted as v5.15.4-24-g26e1303. Patch10: perl-5.14.2-large-repeat-heap-abuse.patch @@ -102,9 +99,6 @@ Patch17: perl-5.14.2-RT-113730-should-be-cleared-on-do-IO-error.patch # Do not truncate syscall() return value to 32 bits, rhbz#838551, RT#113980 Patch18: perl-5.16.1-perl-113980-pp_syscall-I32-retval-truncates-the-retu.patch -# Match starting byte in non-UTF-8 mode, rhbz#801739, RT#101710 -Patch19: perl-5.14.2-PATCH-perl-101710-Regression-with-i-latin1-chars.patch - # Free hash entries before values on delete, rhbz#771303, RT#100340 Patch20: perl-5.14.2-perl-100340-Free-hash-entries-before-values-on-delet.patch @@ -122,6 +116,7 @@ BuildRequires: procps, rsyslog # The long line of Perl provides. # Compat provides +Provides: perl(:MODULE_COMPAT_5.14.3) Provides: perl(:MODULE_COMPAT_5.14.2) Provides: perl(:MODULE_COMPAT_5.14.1) Provides: perl(:MODULE_COMPAT_5.14.0) @@ -1152,7 +1147,6 @@ tarball from perl.org. %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 @@ -1162,7 +1156,6 @@ tarball from perl.org. %patch16 -p1 %patch17 -p1 %patch18 -p1 -%patch19 -p1 %patch20 -p1 %patch21 -p1 @@ -1354,7 +1347,6 @@ pushd %{build_archlib}/CORE/ 'Fedora Patch5: USE_MM_LD_RUN_PATH' \ 'Fedora Patch6: Skip hostname tests, due to builders not being network capable' \ 'Fedora Patch7: Dont run one io test due to random builder failures' \ - 'Fedora Patch9: Fix code injection in Digest->new()' \ 'Fedora Patch10: Change Perl_repeatcpy() to allow count above 2^31' \ 'Fedora Patch11: Fix leak with non-matching named captures' \ 'Fedora Patch12: Fix interrupted reading' \ @@ -1364,7 +1356,6 @@ pushd %{build_archlib}/CORE/ 'Fedora Patch16: Fix find2perl to translate ? glob properly (RT#113054)' \ 'Fedora Patch17: Clear $@ before "do" I/O error (RT#113730)' \ 'Fedora Patch18: Do not truncate syscall() return value to 32 bits (RT#113980)' \ - 'Fedora Patch19: Match starting byte in non-UTF-8 mode (RT#101710)' \ 'Fedora Patch20: Free hash entries before values on delete (RT#100340)' \ 'Fedora Patch21: Override the Pod::Simple::parse_file (CPANRT#77530)' \ %{nil} @@ -2256,6 +2247,11 @@ sed \ # Old changelog entries are preserved in CVS. %changelog +* Tue Oct 16 2012 Jitka Plesnikova <jples...@redhat.com> - 4:5.14.3-202 +- 5.14.3 bump (see + https://metacpan.org/module/DOM/perl-5.14.3/pod/perldelta.pod for release + notes). + * Fri Sep 14 2012 Petr Pisar <ppi...@redhat.com> - 4:5.14.2-201 - Override the Pod::Simple::parse_file to set output to STDOUT by default (bug #826872) diff --git a/sources b/sources index 8811357..20fee49 100644 --- a/sources +++ b/sources @@ -2,4 +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 +0005793e734e42f62d26e16640b7490d perl-5.14.3.tar.bz2 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel