From d9bd3f2d620f2b8bdb80549e0f3a28a8431e6cfdb328b025f2075af4cfcf1bb7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Apr 2022 12:07:17 +0000 Subject: [PATCH] Accepting request 970439 from home:AndreasStieger:branches:devel:libraries:c_c++ pcre2 10.40 OBS-URL: https://build.opensuse.org/request/show/970439 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=55 --- pcre2-10.39.tar.bz2 | 3 --- pcre2-10.39.tar.bz2.sig | Bin 310 -> 0 bytes pcre2-10.40.tar.bz2 | 3 +++ pcre2-10.40.tar.bz2.sig | Bin 0 -> 310 bytes pcre2.changes | 14 ++++++++++++++ pcre2.spec | 4 ++-- 6 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pcre2-10.39.tar.bz2 delete mode 100644 pcre2-10.39.tar.bz2.sig create mode 100644 pcre2-10.40.tar.bz2 create mode 100644 pcre2-10.40.tar.bz2.sig 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 2b05e7ea9ec1cd3bb5cf84f6717897bf22e03545a66c49a4f8c75487476ecf84..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*h_Kj4#;y<$kn?~iAX5fVT4@1}m0%3d{4FC!W5SM1) zg!>Oe*fA3a|81KTwuR%n@KO)KxB}Z$&+G_~b8OutGnW_%w&>nn4^+gozFj{mx!h8e zml%|Fkh3~g?0o>Qp3`iXxSTwdsU`Qx?r7|`FORO3&U^BrkcJ>LQ zyrSi*B9)%^TFxgL~RKSkY19@*c4@Q Ip8Ow#L%^e%y#N3J 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 0000000000000000000000000000000000000000000000000000000000000000..a43bee1e1a50aa6417cd3e1e082a3f9bc5eb64c921b81ada6edf2afb6e85744c GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j*h_Kj4#;y<$kn?~iAX5fVT4@1}m0%BQ|oB#?55SM1) zg!>Oe*j-@<|9((**C(6IycsKQ+>6cU5Iww~ao&A)dg8n!e%&Tj;?o<;y)*WojhI}& zQkDs4AQ(D1rH>z@gOJ1@I|3ORxK%|iqrAL>JtvflB!*o=crM*Im1qlHDzMG`H7pl5 zp+pGoZpw8jDSbsh4$Vcl^i<0LzSWCbwUt6@3lET0W#uB+AFNoz4JuWvj?UJ#RV>dY&gZoY>!{cJ<+2Mr<5v^euv6Y* I>E + +- 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