SHA256
1
0
forked from pool/re2c

- Update to 0.16

* Fixed bug #127 "code generation error with wide chars and 
    bitmaps (omitted 'goto' statement)"
  * Added DFA minimization and option '--dfa-minimization 
    <table | moore>'
  * Fixed bug #128 "very slow DFA construction (resulting in a very
    large DFA)"
  * Fixed bug #132 "test failure on big endian archs with 0.15.3"
- Make building more verbose

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=22
This commit is contained in:
Martin Pluskal
2016-01-30 21:54:15 +00:00
committed by Git OBS Bridge
parent e047d579ca
commit bc874b1b9c
5 changed files with 24 additions and 10 deletions

View File

@@ -17,14 +17,15 @@
Name: re2c
Version: 0.15.3
Version: 0.16
Release: 0
Summary: Tool for generating C-based recognizers from regular expressions
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
Url: http://re2c.org/
Source: https://github.com/skvadrik/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/%{name}-%{version}.tar.gz
Patch0: re2c-nogenerationdatedefault.patch
BuildRequires: bison
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +42,7 @@ terms of size and speed.
%build
%configure
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%check
make check %{?_smp_mflags}