From 1f538b3dc44e783668990adad0e1ffbf4fe5e4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 27 Jul 2018 10:39:01 +0200 Subject: [PATCH] Annotate two patched that they are in the upstream --- perl.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl.spec b/perl.spec index 6992d9f..ac85974 100644 --- a/perl.spec +++ b/perl.spec @@ -158,10 +158,11 @@ Patch15: perl-5.29.0-Remove-ext-GDBM_File-t-fatal.t.patch Patch16: perl-5.29.0-Perl_my_setenv-handle-integer-wrap.patch # Fix printing a warning about a wide character when matching a regular -# expression while ISO-8859-1 locale is in effect +# expression while ISO-8859-1 locale is in effect, in upstream after 5.29.0 Patch17: perl-5.29.0-regexec.c-Call-macro-with-correct-args.patch -# Fix invoking a check for wide characters while ISO-8859-1 locale is in effect +# Fix invoking a check for wide characters while ISO-8859-1 locale is in effect, +# in upstream after 5.29.0 Patch18: perl-5.29.0-perl.h-Add-parens-around-macro-arguments.patch # Fix index() and rindex() optimization in given-when boolean context,