diff --git a/re2c-0.13.5.tar.bz2 b/re2c-0.13.5.tar.bz2 deleted file mode 100644 index a458e0e..0000000 --- a/re2c-0.13.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad29540b72c79fb6d9ae8ad06c16f725bf4eae3b14b1fb916735b30cdb259687 -size 545308 diff --git a/re2c-0.13.6.tar.gz b/re2c-0.13.6.tar.gz new file mode 100644 index 0000000..505141b --- /dev/null +++ b/re2c-0.13.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e463039aa8799a2957bfc00c9936232bb63b4fcb24d6ea6316170a67e5076c0 +size 844623 diff --git a/re2c.changes b/re2c.changes index d322bb5..fbe3f38 100644 --- a/re2c.changes +++ b/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 diff --git a/re2c.spec b/re2c.spec index a9f60db..2c98f17 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,7 +1,7 @@ # -# spec file for package re2c (Version 0.13.5) +# spec file for package re2c # -# Copyright (c) 2010 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: 32 -License: Public Domain, Freeware -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