SHA256
3
0
forked from pool/pcre2

Accepting request 316599 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/316599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2015-08-01 09:34:04 +00:00 committed by Git OBS Bridge
parent 4670b98bf0
commit 814a971bff
6 changed files with 20 additions and 4 deletions

View File

@ -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
View 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

Binary file not shown.

View File

@ -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

View File

@ -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