From b0c70cd608f9ac50c05471b2e1b5cd1e054fb9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 11 Aug 2020 08:22:59 +0200 Subject: [PATCH] IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch accepted --- ...0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch | 2 +- perl.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-5.33.0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch b/perl-5.33.0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch index a1830ee..f19fbce 100644 --- a/perl-5.33.0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch +++ b/perl-5.33.0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch @@ -1,4 +1,4 @@ -From 5efd3a36c094745739b964706aece5de29e0653e Mon Sep 17 00:00:00 2001 +From 8a2562bec7cd9f8eff6812f340f99dddd028bb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 6 Aug 2020 10:51:56 +0200 Subject: [PATCH] IO::Handle: Fix a spurious error reported for regular file diff --git a/perl.spec b/perl.spec index 971f5a8..9b64947 100644 --- a/perl.spec +++ b/perl.spec @@ -210,7 +210,7 @@ Patch27: perl-5.33.0-perl-17844-don-t-update-SvCUR-until-after-we-ve-done Patch28: perl-5.33.0-XSUB.h-fix-MARK-and-items-variables-inside-BOOT-XSUB.patch # Fix an IO::Handle spurious error reported for regular file handles, -# GH#18019, proposed to upstream +# GH#18019, in upstream after 5.33.0 Patch29: perl-5.33.0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch # Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048