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}