Accepting request 826240 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/826240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-08-21 17:02:03 +00:00 committed by Git OBS Bridge
commit fa5cacb777
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f37f25ff760e90088e7d03d1232002c2c2672646d5844fdf8e0d51a5cd75a503
size 1239280

3
re2c-2.0.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cddbb558dbfd697a729cb4fd3f095524480283b89911ca5221835d8a67ae5e0
size 1292972

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 13 07:10:43 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- 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 <mpluskal@suse.com>

View File

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