diff --git a/re2c-3.0.tar.xz b/re2c-3.0.tar.xz deleted file mode 100644 index 60f5e4e..0000000 --- a/re2c-3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3babbbb1461e13fe22c630a40c43885efcfbbbb585830c6f4c0d791cf82ba0b -size 1441456 diff --git a/re2c-3.1.tar.xz b/re2c-3.1.tar.xz new file mode 100644 index 0000000..9af6bc9 --- /dev/null +++ b/re2c-3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac299ad359e3f512b06a99397d025cfff81d3be34464ded0656f8a96676c029 +size 1448624 diff --git a/re2c.changes b/re2c.changes index e796c0a..3ad2807 100644 --- a/re2c.changes +++ b/re2c.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 9 14:24:49 UTC 2023 - Andrea Manzini + +- Update to 3.1: + * new options --leftmost-captures option and re2c:leftmost-captures on capturing groups + * new syntax (! ...) for non-capturing groups + * It is also possible to flip defaults with --invert-captures option or re2c:invert_captures configuration, + so that (...) is a capturing group and (! ...) is a non-capturing one + * TDFA paper and removal of experimental algorithms + * internal codebase , build system and CI improvements + + see details at https://re2c.org/releases/release_notes.html#release-3-1 + ------------------------------------------------------------------- Thu Apr 28 19:03:51 UTC 2022 - Dirk Müller diff --git a/re2c.spec b/re2c.spec index d8d9801..0474f7d 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,7 +1,7 @@ # # spec file for package re2c # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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: re2c -Version: 3.0 +Version: 3.1 Release: 0 Summary: Tool for generating C-based recognizers from regular expressions License: SUSE-Public-Domain