Hello community, here is the log from the commit of package pcre2 for openSUSE:Factory checked in at 2019-11-30 10:36:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcre2 (Old) and /work/SRC/openSUSE:Factory/.pcre2.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcre2" Sat Nov 30 10:36:06 2019 rev:16 rq:751375 version:10.34 Changes: -------- --- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes 2019-05-03 22:25:37.888116799 +0200 +++ /work/SRC/openSUSE:Factory/.pcre2.new.26869/pcre2.changes 2019-11-30 10:37:01.924174707 +0100 @@ -1,0 +2,26 @@ +Tue Nov 26 21:24:43 UTC 2019 - Andreas Schwab <[email protected]> + +- Enable JIT on aarch64 + +------------------------------------------------------------------- +Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- pcre2-10.33.tar.bz2 pcre2-10.33.tar.bz2.sig New: ---- pcre2-10.34.tar.bz2 pcre2-10.34.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre2.spec ++++++ --- /var/tmp/diff_new_pack.osW1Ze/_old 2019-11-30 10:37:02.616174624 +0100 +++ /var/tmp/diff_new_pack.osW1Ze/_new 2019-11-30 10:37:02.620174623 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: pcre2 -Version: 10.33 +Version: 10.34 Release: 0 Summary: A library for Perl-compatible regular expressions License: BSD-3-Clause @@ -174,7 +174,7 @@ autoreconf -fiv export LDFLAGS="-Wl,-z,relro,-z,now" %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-sealloc \ %endif ++++++ pcre2-10.33.tar.bz2 -> pcre2-10.34.tar.bz2 ++++++ ++++ 36912 lines of diff (skipped)
