From 2d8ccd2e02dc0143144e4cf78ffb55ef370a51090e85a44523ad23776a73f06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 12 Dec 2014 13:02:26 +0000 Subject: [PATCH] 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 --- re2c-0.13.6.tar.gz | 3 --- re2c-0.13.7.5.tar.gz | 3 +++ re2c.changes | 13 +++++++++++++ re2c.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 re2c-0.13.6.tar.gz create mode 100644 re2c-0.13.7.5.tar.gz diff --git a/re2c-0.13.6.tar.gz b/re2c-0.13.6.tar.gz deleted file mode 100644 index 505141b..0000000 --- a/re2c-0.13.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e463039aa8799a2957bfc00c9936232bb63b4fcb24d6ea6316170a67e5076c0 -size 844623 diff --git a/re2c-0.13.7.5.tar.gz b/re2c-0.13.7.5.tar.gz new file mode 100644 index 0000000..06b95c0 --- /dev/null +++ b/re2c-0.13.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58afd50579e4564c9fc4218aec860d41b88583ace2ae0a23497b49108f1b461 +size 2347921 diff --git a/re2c.changes b/re2c.changes index 4e31697..606cdd1 100644 --- a/re2c.changes +++ b/re2c.changes @@ -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 diff --git a/re2c.spec b/re2c.spec index 053841a..0a52069 100644 --- a/re2c.spec +++ b/re2c.spec @@ -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}