Accepting request 644492 from home:AndreasStieger:branches:devel:libraries:c_c++
pcre2 10.32 OBS-URL: https://build.opensuse.org/request/show/644492 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=28
This commit is contained in:
parent
1f172bbfaa
commit
c2e5222dbe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
|
|
||||||
size 1603075
|
|
Binary file not shown.
3
pcre2-10.32.tar.bz2
Normal file
3
pcre2-10.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e
|
||||||
|
size 1641814
|
BIN
pcre2-10.32.tar.bz2.sig
Normal file
BIN
pcre2-10.32.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 25 07:22:21 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- pcre2 10.32:
|
||||||
|
* pcre2grep now supports the inclusion of binary zeros in
|
||||||
|
patterns that are read from files via the -f option.
|
||||||
|
* In pcre2_dfa_match(), internal recursive calls no longer use
|
||||||
|
the stack for local workspace and local ovectors
|
||||||
|
* Updated to Unicode version 11.0.0.
|
||||||
|
* (*ACCEPT:ARG), (*FAIL:ARG), and (*COMMIT:ARG) are now supported.
|
||||||
|
* Add support for \N{U+dddd}, but only in Unicode mode.
|
||||||
|
* Addesupport for (?^) to unset all imnsx options
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 20 14:05:01 UTC 2018 - mpluskal@suse.com
|
Fri Jul 20 14:05:01 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pcre2
|
Name: pcre2
|
||||||
Version: 10.31
|
Version: 10.32
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user