- Update to 0.14.3

* applied patch '#27 re2c crashes reading files containing %{ %}'
  * dropped distfiles for MSVC (they are broken anyway)
- Changes for 0.14.2
  * fixed #57 Wrong result only if another rule is present

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=18
This commit is contained in:
Martin Pluskal 2015-10-05 14:36:51 +00:00 committed by Git OBS Bridge
parent 8d5d2eb8e9
commit 75370b442d
5 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b3572f04712e99236bbb191695a5acbe150c03f9d882a84d22459933f9fda75
size 2554493

3
re2c-0.14.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c6806df599f3aef0804b576cfdf64bdba5ad590626dfca2d44e473460917e84
size 2576859

View File

@ -1,6 +1,8 @@
--- re2c-0.13.7.5.orig/main.cc
+++ re2c-0.13.7.5/main.cc
@@ -35,7 +35,7 @@ bool rFlag = false;
Index: re2c-0.14.3/main.cc
===================================================================
--- re2c-0.14.3.orig/main.cc
+++ re2c-0.14.3/main.cc
@@ -34,7 +34,7 @@ bool rFlag = false;
bool sFlag = false;
bool tFlag = false;

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 5 14:31:57 UTC 2015 - mpluskal@suse.com
- Update to 0.14.3
* applied patch '#27 re2c crashes reading files containing %{ %}'
* dropped distfiles for MSVC (they are broken anyway)
- Changes for 0.14.2
* fixed #57 Wrong result only if another rule is present
-------------------------------------------------------------------
Fri Mar 13 14:23:10 UTC 2015 - tchvatal@suse.com

View File

@ -17,13 +17,13 @@
Name: re2c
Version: 0.14.1
Version: 0.14.3
Release: 0
Summary: Tool for generating C-based recognizers from regular expressions
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
Url: http://re2c.org/
Source: http://download.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.gz
Source: http://sourceforge.net/projects/re2c/files/re2c/%{version}/re2c-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: re2c-nogenerationdatedefault.patch