Accepting request 751375 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/751375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=16
This commit is contained in:
commit
7063974d7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35514dff0ccdf02b55bd2e9fa586a1b9d01f62332c3356e379eabb75f789d8aa
|
|
||||||
size 1690739
|
|
Binary file not shown.
3
pcre2-10.34.tar.bz2
Normal file
3
pcre2-10.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74c473ffaba9e13db6951fd146e0143fe9887852ce73406a03277af1d9b798ca
|
||||||
|
size 1714731
|
BIN
pcre2-10.34.tar.bz2.sig
Normal file
BIN
pcre2-10.34.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 21:24:43 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Enable JIT on aarch64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- pcre2 10.34:
|
||||||
|
* implement the documented maximum number of capturing
|
||||||
|
subpatterns of 65535
|
||||||
|
* Improve the invalid utf32 support of the JIT compiler
|
||||||
|
* Add support for matching in invalid UTF strings to the pcre2_match()
|
||||||
|
* Give more error detail for invalid UTF-8 when detected in pcre2grep
|
||||||
|
* support for invalid UTF-8 to pcre2grep.
|
||||||
|
* Adjust the limit for "must have" code unit searching, in particular,
|
||||||
|
* increase it substantially for non-anchored patterns.
|
||||||
|
* Allow (*ACCEPT) to be quantified, because an ungreedy quantifier
|
||||||
|
with a zero minimum is potentially useful.
|
||||||
|
* Some changes to the way the minimum subject length is handled
|
||||||
|
* Check for integer overflow when computing lookbehind lengths
|
||||||
|
* Implement non-atomic positive lookaround assertions
|
||||||
|
* Upgraded to Unicode 12.1.0
|
||||||
|
* Make pcre2test -C show if libreadline or libedit is supported
|
||||||
|
* Various bug fixes and improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 2 00:36:59 UTC 2019 - Jason Sikes <jsikes@suse.de>
|
Thu May 2 00:36:59 UTC 2019 - Jason Sikes <jsikes@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcre2
|
# spec file for package pcre2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pcre2
|
Name: pcre2
|
||||||
Version: 10.33
|
Version: 10.34
|
||||||
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
|
||||||
@ -174,7 +174,7 @@ API.
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
|
%ifarch %{ix86} x86_64 aarch64 %{arm} ppc ppc64 ppc64le mips sparc
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
--enable-jit-sealloc \
|
--enable-jit-sealloc \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user