diff --git a/pcre2-10.39.tar.bz2 b/pcre2-10.39.tar.bz2 deleted file mode 100644 index dbc5bb3..0000000 --- a/pcre2-10.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f03caf57f81d9ff362ac28cd389c055ec2bf0678d277349a1a4bee00ad6d440 -size 1730729 diff --git a/pcre2-10.39.tar.bz2.sig b/pcre2-10.39.tar.bz2.sig deleted file mode 100644 index 2b05e7e..0000000 Binary files a/pcre2-10.39.tar.bz2.sig and /dev/null differ diff --git a/pcre2-10.40.tar.bz2 b/pcre2-10.40.tar.bz2 new file mode 100644 index 0000000..79c1e8f --- /dev/null +++ b/pcre2-10.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68 +size 1765440 diff --git a/pcre2-10.40.tar.bz2.sig b/pcre2-10.40.tar.bz2.sig new file mode 100644 index 0000000..a43bee1 Binary files /dev/null and b/pcre2-10.40.tar.bz2.sig differ diff --git a/pcre2.changes b/pcre2.changes index 45b379f..b5a95a4 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Apr 16 10:50:31 UTC 2022 - Andreas Stieger + +- pcre2 10.40: + * Added support for Bidi_Class and a number of binary Unicode + properties, including Bidi_Control. + * A number of changes to script matching for \p and \P: + speed improvements, add the syntax \p{script:xxx} and + \p{script_extensions:xxx} (synonyms sc and scx), Changed + \p{scriptname} from being the same as \p{sc:scriptname} to + being the same as \p{scx:scriptname}, recognize the standard + Unicode 4-letter abbreviations for script names, implement + Unicode and Perl's "loose matching" rules on property names + ------------------------------------------------------------------- Fri Nov 5 19:01:43 UTC 2021 - Andreas Stieger diff --git a/pcre2.spec b/pcre2.spec index 6fb377e..b67554b 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global _lto_cflags %{_lto_cflags} -ffat-lto-objects Name: pcre2 -Version: 10.39 +Version: 10.40 Release: 0 Summary: A library for Perl-compatible regular expressions License: BSD-3-Clause