From 2ff797c3238e18bc0a62c1ba6b827ed383387f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 2 Apr 2020 10:18:43 +0200 Subject: [PATCH] perlio.c-make-unix-close-method-call-underlaying-lay.patch fixes bug #987118 --- perl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.spec b/perl.spec index b11a7fa..3c53a72 100644 --- a/perl.spec +++ b/perl.spec @@ -311,7 +311,7 @@ Patch75: perl-5.31.7-Add-tests-for-IO-Handle-getline-and-getlines.patch Patch76: perl-5.30.2-Loading-IO-is-now-threadsafe-avoiding-the-core-bug-r.patch Patch77: perl-5.31.7-Skip-the-new-open-pragma-tests-for-no-utf8-under-PER.patch -# Close :unix PerlIO layers properly, in upstream after 5.31.8 +# Close :unix PerlIO layers properly, bug #987118, in upstream after 5.31.8 Patch78: perl-5.31.8-perlio.c-make-unix-close-method-call-underlaying-lay.patch # Only install ExtUtils::XSSymSet manual page on VMS, GH#17424, @@ -7234,7 +7234,7 @@ popd - Fix POSIX:setlocale() documentation - Prevent from an integer overflow in POSIX::SigSet() - Fix thread-safety of IO::Handle (GH#14816) -- Close :unix PerlIO layers properly +- Close :unix PerlIO layers properly (bug #987118) - Fix sorting tied arrays (GH#17496) - Fix a spurious warning about a multidimensional syntax (GH#16535) - Normalize "#!/perl" shebangs in the tests