!113 sync patches to fix grep testcase failed

From: @xujing99 
Reviewed-by: @shenyangyang01 
Signed-off-by: @shenyangyang01
This commit is contained in:
openeuler-ci-bot 2024-10-31 07:51:09 +00:00 committed by Gitee
commit 8be0b453f3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3144 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: pcre2
Version: 10.42
Release: 9
Release: 10
Summary: Perl Compatible Regular Expressions
License: BSD
URL: http://www.pcre.org/
@ -31,6 +31,8 @@ Patch6019: backport-Fix-incorrect-class-character-matches-in-JIT.patch
Patch6020: backport-Fixing-an-issue-using-empty-character-sets-in-jit.patch
Patch6021: backport-pcre2grep-document-better-possible-multiline-matchin.patch
Patch6022: backport-Remove-incorrect-optimization-in-DFA-matching-when-p.patch
Patch6023: backport-Implement-PCRE2_EXTRA_CASELESS_RESTRICT-and-related-.patch
Patch6024: backport-Additional-PCRE2_EXTRA_ASCII_xxx-code.patch
BuildRequires: autoconf libtool automake coreutils gcc make readline-devel
Obsoletes: pcre2-utf16 pcre2-utf32 pcre2-tools
@ -148,6 +150,9 @@ make check
%{_pkgdocdir}/html/
%changelog
* Thu Oct 31 2024 xujing <xujing125@huawei.com> - 10.42-10
- DESC:sync patches to fix grep testcase failed
* Tue Sep 03 2024 dongyuzhen <dongyuzhen@h-partners.com> - 10.42-9
- DESC:Remove incorrect optimization in DFA matching when partial matching and (*F) are involved