Correct a typo in a changelog
This commit is contained in:
parent
e5ab1e285a
commit
103c3a8813
@ -284,7 +284,7 @@ Patch69: perl-5.31.5-toke.c-comment-changes.patch
|
||||
# Fix a race in File::stat() tests, GH#17234, in upstream after 5.31.5
|
||||
Patch70: perl-5.31.5-prevent-a-race-between-name-based-stat-and-an-open-m.patch
|
||||
|
||||
# Fix a buffer overread in when parsing a number, GH#17279,
|
||||
# Fix a buffer overread when parsing a number, GH#17279,
|
||||
# in upstream after 5.31.5
|
||||
Patch71: perl-5.30.1-handle-s-being-updated-without-len-being-updated.patch
|
||||
|
||||
@ -2950,7 +2950,7 @@ perl -x patchlevel.h \
|
||||
'Fedora Patch68: Fix an unintended upgrade to UTF-8 in the middle of a transliteration' \
|
||||
'Fedora Patch69: Fix an unintended upgrade to UTF-8 in the middle of a transliteration' \
|
||||
'Fedora Patch70: Fix a race in File::stat() tests (GH#17234)' \
|
||||
'Fedora Patch71: Fix a buffer overread in when parsing a number (GH#17279)' \
|
||||
'Fedora Patch71: Fix a buffer overread when parsing a number (GH#17279)' \
|
||||
'Fedora Patch72: Fix GCC 10 version detection (GH#17295)' \
|
||||
'Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on Linux' \
|
||||
'Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux' \
|
||||
@ -5204,7 +5204,7 @@ popd
|
||||
- Fix handling a layer argument in Tie::StdHandle::BINMODE() (RT#132475)
|
||||
- Fix an unintended upgrade to UTF-8 in the middle of a transliteration
|
||||
- Fix a race in File::stat() tests (GH#17234)
|
||||
- Fix a buffer overread in when parsing a number (GH#17279)
|
||||
- Fix a buffer overread when parsing a number (GH#17279)
|
||||
- Fix GCC 10 version detection (GH#17295)
|
||||
|
||||
* Mon Nov 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.1-447
|
||||
|
Loading…
Reference in New Issue
Block a user