diff --git a/re2c-1.3.tar.xz b/re2c-1.3.tar.xz deleted file mode 100644 index 3066fdc..0000000 --- a/re2c-1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f37f25ff760e90088e7d03d1232002c2c2672646d5844fdf8e0d51a5cd75a503 -size 1239280 diff --git a/re2c-2.0.2.tar.xz b/re2c-2.0.2.tar.xz new file mode 100644 index 0000000..e979b8f --- /dev/null +++ b/re2c-2.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cddbb558dbfd697a729cb4fd3f095524480283b89911ca5221835d8a67ae5e0 +size 1292972 diff --git a/re2c.changes b/re2c.changes index e45f8dd..955515e 100644 --- a/re2c.changes +++ b/re2c.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Aug 13 07:10:43 UTC 2020 - Paolo Stivanin + +- Update to version 2.0.2: + * Go backend. The new Go code generation backend can be used either + with a --lang go re2c option, or as a standalone re2go binary + * Free-form generic API. Generic API now supports two styles + * Improved reuse mode and start conditions + * Backwards incompatible changes: + + Generic APIs YYSHIFT/YYSHIFTSTAG/YYSHIFTMTAG have been added + + Generic APIs YYSTAGPD/YYMTAGPD have been removed + + The re2c:flags:type-header option now treats the header filename + as relative to the output directory + + Some internal labels have been renamed, in particular the + yyFillLabel prefix has been replaced with yyfill + ------------------------------------------------------------------- Wed Feb 5 08:52:11 UTC 2020 - Martin Pluskal diff --git a/re2c.spec b/re2c.spec index 222c8ad..b78f837 100644 --- a/re2c.spec +++ b/re2c.spec @@ -17,7 +17,7 @@ Name: re2c -Version: 1.3 +Version: 2.0.2 Release: 0 Summary: Tool for generating C-based recognizers from regular expressions License: SUSE-Public-Domain @@ -60,7 +60,9 @@ make check %{?_smp_mflags} %doc CHANGELOG %doc examples/ %{_bindir}/re2c +%{_bindir}/re2go %{_mandir}/man1/re2c.1%{?ext_man} +%{_mandir}/man1/re2go.1.gz %dir %{_datadir}/re2c %dir %{_datadir}/re2c/stdlib %{_datadir}/re2c/stdlib/unicode_categories.re