Accepting request 264993 from devel:tools:compiler
1 OBS-URL: https://build.opensuse.org/request/show/264993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=26
This commit is contained in:
commit
c2c45f1b50
@ -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
3
re2c-0.13.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d58afd50579e4564c9fc4218aec860d41b88583ace2ae0a23497b49108f1b461
|
||||||
|
size 2347921
|
13
re2c.changes
13
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
|
Mon May 12 15:03:28 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: re2c
|
Name: re2c
|
||||||
Version: 0.13.6
|
Version: 0.13.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for generating C-based recognizers from regular expressions
|
Summary: Tool for generating C-based recognizers from regular expressions
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
@ -49,7 +49,7 @@ rm -f re2c scanner.o
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user