Accepting request 185698 from devel:tools:compiler
- version 0.13.6 * allow Yacc-style %{code brackets}% * allow C++ // comments * Fixed inplace configuration in -e mode * Fixed Wrong start_label in -c mode. * Fixed Unescaped backslash in file name of #line directive (forwarded request 185695 from elvigia) OBS-URL: https://build.opensuse.org/request/show/185698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=22
This commit is contained in:
commit
cfc1b7882b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad29540b72c79fb6d9ae8ad06c16f725bf4eae3b14b1fb916735b30cdb259687
|
||||
size 545308
|
3
re2c-0.13.6.tar.gz
Normal file
3
re2c-0.13.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e463039aa8799a2957bfc00c9936232bb63b4fcb24d6ea6316170a67e5076c0
|
||||
size 844623
|
10
re2c.changes
10
re2c.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 03:10:02 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- version 0.13.6
|
||||
* allow Yacc-style %{code brackets}%
|
||||
* allow C++ // comments
|
||||
* Fixed inplace configuration in -e mode
|
||||
* Fixed Wrong start_label in -c mode.
|
||||
* Fixed Unescaped backslash in file name of #line directive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 20:17:36 UTC 2011 - andrea.turrini@gmail.com
|
||||
|
||||
|
14
re2c.spec
14
re2c.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package re2c
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,19 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: re2c
|
||||
BuildRequires: gcc-c++
|
||||
Version: 0.13.5
|
||||
Release: 37
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 0.13.6
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://re2c.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Summary: Tool for generating C-based recognizers from regular expressions
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description
|
||||
re2c is a tool for writing fast and flexible lexers. Unlike other such
|
||||
|
Loading…
Reference in New Issue
Block a user