From 5faebf0cfb04e007b89b8fa0a7497c441299464f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 29 Nov 2019 15:29:57 +0100 Subject: [PATCH] Adapt-Configure-to-GCC-version-10.patch accepted by upstream --- perl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.spec b/perl.spec index a04c525..d85521f 100644 --- a/perl.spec +++ b/perl.spec @@ -288,8 +288,8 @@ Patch70: perl-5.31.5-prevent-a-race-between-name-based-stat-and-an-open-m # in upstream after 5.31.5 Patch71: perl-5.30.1-handle-s-being-updated-without-len-being-updated.patch -# Fix GCC 10 version detection, proposed to upstream -# +# Fix GCC 10 version detection, , +# in upstream after 5.31.5 Patch72: perl-5.31.5-Adapt-Configure-to-GCC-version-10.patch # Fix a memory leak when compiling a regular expression with a non-word class,