From e85f81aec17176be2036fe0d87c9f9f2e189bb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 10 Apr 2009 06:52:15 +0000 Subject: [PATCH] - 495183 don't use special characters in spec according to patchlevel.h. It breaks installation from cpan. --- perl.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl.spec b/perl.spec index e53bf76..33556ab 100644 --- a/perl.spec +++ b/perl.spec @@ -7,7 +7,7 @@ Name: perl Version: %{perl_version} -Release: 67%{?dist} +Release: 68%{?dist} Epoch: %{perl_epoch} Summary: Practical Extraction and Report Language Group: Development/Languages @@ -1227,7 +1227,7 @@ perl -x patchlevel.h \ 'Fedora Patch37: Do not distort lib/CGI/t/util-58.t' \ '32727 Fix issue with (nested) definition lists in lib/Pod/Html.pm' \ '33287 Fix NULLOK items' \ - '33554 Fix a typo in the predefined common protocols to make "udp" resolve without netbase' \ + '33554 Fix a typo in the predefined common protocols to make _udp_ resolve without netbase' \ '33388 Fix a segmentation fault with debugperl -Dm' \ '33835 Allow the quote mark delimiter also for those #include directives chased with h2ph -a.' \ '32910 Disable the v-string in use/require is non-portable warning.' \ @@ -1887,6 +1887,10 @@ TMPDIR="$PWD/tmp" make test # Old changelog entries are preserved in CVS. %changelog +* Fri Apr 10 2009 Marcela Mašláňová - 4:5.10.0-68 +- 495183 don't use special characters in spec according to patchlevel.h. + It breaks installation from cpan. + * Tue Apr 7 2009 Stepan Kasal - 4:5.10.0-67 - update CGI to 3.43, dropping upstreamed perl-CGI-escape.patch