Accepting request 264962 from home:elvigia:branches:devel:tools:compiler

- make test currently does nothing, make check however
  executes the test suite.

- version 0.13.7.5 
* Added UTF-8 and UTF-16 support.
* fixed PHP HEREDOC problems.

OBS-URL: https://build.opensuse.org/request/show/264962
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=11
This commit is contained in:
Ismail Dönmez 2014-12-12 13:02:26 +00:00 committed by Git OBS Bridge
parent 2848130b64
commit 2d8ccd2e02
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 11 23:03:37 UTC 2014 - crrodriguez@opensuse.org
- make test currently does nothing, make check however
executes the test suite.
-------------------------------------------------------------------
Thu Dec 11 21:36:57 UTC 2014 - crrodriguez@opensuse.org
- version 0.13.7.5
* Added UTF-8 and UTF-16 support.
* fixed PHP HEREDOC problems.
-------------------------------------------------------------------
Mon May 12 15:03:28 UTC 2014 - tchvatal@suse.com

View File

@ -17,7 +17,7 @@
Name: re2c
Version: 0.13.6
Version: 0.13.7.5
Release: 0
Summary: Tool for generating C-based recognizers from regular expressions
License: SUSE-Public-Domain
@ -49,7 +49,7 @@ rm -f re2c scanner.o
make %{?_smp_mflags}
%check
make test %{?_smp_mflags}
make check %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}