Accepting request 316589 from home:AndreasStieger:branches:devel:libraries:c_c++
PCRE2 10.20 OBS-URL: https://build.opensuse.org/request/show/316589 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=5
This commit is contained in:
parent
b8b33b314e
commit
56e6e448e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f45e5550a8c055a8a02b20c50060b16e71bec8440e5c86013c6b272c242ff42
|
||||
size 1339199
|
Binary file not shown.
3
pcre2-10.20.tar.bz2
Normal file
3
pcre2-10.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:332e287101c9e9567d1ed55391b338b32f1f72c5b5ee7cc81ef2274a53ad487a
|
||||
size 1358380
|
BIN
pcre2-10.20.tar.bz2.sig
Normal file
BIN
pcre2-10.20.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 08:42:04 UTC 2015 - astieger@suse.com
|
||||
|
||||
- PCRE2 10.20:
|
||||
* Callouts with string arguments and the
|
||||
pcre2_callout_enumerate() function have been implemented.
|
||||
* The PCRE2_NEVER_BACKSLASH_C option, which locks out the use of
|
||||
\C, is added.
|
||||
* The PCRE2_ALT_CIRCUMFLEX option lets ^ match after a newline at
|
||||
the end of a subject in multiline mode.
|
||||
* The way named subpatterns are handled has been refactored. The
|
||||
previous approach had several bugs.
|
||||
* The handling of \c in EBCDIC environments has been changed to
|
||||
conform to the perlebcdic document. (Incompatible change)
|
||||
* Bugs have been mended, many of them discovered by fuzzers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 20:51:45 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pcre2
|
||||
Version: 10.10
|
||||
Version: 10.20
|
||||
Release: 0
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user