Accepting request 683637 from home:cbcoutinho:branches:devel:tools:compiler

- Update re2c to 1.1.1
From the CHANGELOG:
Version 1.1.1 (2018-08-30)
--------------------------
- Fixed bug #211 re2c '-V' throws 'std::out_of_range' (version to vernum conversion).
Version 1.1 (2018-08-27)
--------------------------
- Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm.
- Optimized GOR1 algorithm (computation of tagged epsilon-closure).
- Added option "--conditions" (an alias for "-c" and "--start-conditions").
- Fixed bug #201 Bugs with option: 're2c🎏no-debug-info'.
- Reworked first part of TDFA paper.

OBS-URL: https://build.opensuse.org/request/show/683637
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal 2019-03-11 08:39:22 +00:00 committed by Git OBS Bridge
parent e480792ce0
commit 4c03527b6c
5 changed files with 36 additions and 19 deletions

View File

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

3
re2c-1.1.1.tar.gz Normal file
View File

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

View File

@ -1,13 +1,11 @@
Index: re2c-1.0.2/src/conf/opt.h
===================================================================
--- re2c-1.0.2.orig/src/conf/opt.h
+++ re2c-1.0.2/src/conf/opt.h
@@ -44,7 +44,7 @@ enum target_t
CONSTOPT1 (target_t, target, TARGET_CODE) \
CONSTOPT (std::string, output_file, "") \
CONSTOPT (std::string, header_file, "") \
- CONSTOPT (bool, bNoGenerationDate, false) \
+ CONSTOPT (bool, bNoGenerationDate, true) \
CONSTOPT (bool, version, true) \
CONSTOPT (bool, cFlag, false) \
CONSTOPT (bool, fFlag, false) \
--- re2c-1.1.1.orig/src/conf/opt.h 2018-08-31 00:06:42.000000000 +0200
+++ re2c-1.1.1/src/conf/opt.h 2019-03-11 01:05:35.827581766 +0100
@@ -44,7 +44,7 @@
CONSTOPT1 (target_t, target, TARGET_CODE) \
CONSTOPT (std::string, output_file, "") \
CONSTOPT (std::string, header_file, "") \
- CONSTOPT (bool, bNoGenerationDate, false) \
+ CONSTOPT (bool, bNoGenerationDate, true) \
CONSTOPT (bool, version, true) \
CONSTOPT (bool, cFlag, false) \
CONSTOPT (bool, fFlag, false) \

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Mar 11 00:09:53 UTC 2019 - Chris Coutinho <chrisbcoutinho@gmail.com>
- Update re2c to 1.1.1
From the CHANGELOG:
Version 1.1.1 (2018-08-30)
--------------------------
- Fixed bug #211 re2c '-V' throws 'std::out_of_range' (version to vernum conversion).
Version 1.1 (2018-08-27)
--------------------------
- Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm.
- Optimized GOR1 algorithm (computation of tagged epsilon-closure).
- Added option "--conditions" (an alias for "-c" and "--start-conditions").
- Fixed bug #201 Bugs with option: 're2c:flags:no-debug-info'.
- Reworked first part of TDFA paper.
-------------------------------------------------------------------
Thu Mar 15 10:11:22 UTC 2018 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package re2c
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: re2c
Version: 1.0.3
Version: 1.1.1
Release: 0
Summary: Tool for generating C-based recognizers from regular expressions
License: SUSE-Public-Domain