- 495183 don't use special characters in spec according to patchlevel.h. It
breaks installation from cpan.
This commit is contained in:
parent
88c196e7f4
commit
e85f81aec1
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
Release: 67%{?dist}
|
Release: 68%{?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
|
||||||
@ -1227,7 +1227,7 @@ perl -x patchlevel.h \
|
|||||||
'Fedora Patch37: Do not distort lib/CGI/t/util-58.t' \
|
'Fedora Patch37: Do not distort lib/CGI/t/util-58.t' \
|
||||||
'32727 Fix issue with (nested) definition lists in lib/Pod/Html.pm' \
|
'32727 Fix issue with (nested) definition lists in lib/Pod/Html.pm' \
|
||||||
'33287 Fix NULLOK items' \
|
'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' \
|
'33388 Fix a segmentation fault with debugperl -Dm' \
|
||||||
'33835 Allow the quote mark delimiter also for those #include directives chased with h2ph -a.' \
|
'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.' \
|
'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.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 10 2009 Marcela Mašláňová <mmaslano@redhat.com> - 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 <skasal@redhat.com> - 4:5.10.0-67
|
* Tue Apr 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-67
|
||||||
- update CGI to 3.43, dropping upstreamed perl-CGI-escape.patch
|
- update CGI to 3.43, dropping upstreamed perl-CGI-escape.patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user