OBS User unknown 2008-03-19 00:57:55 +00:00 committed by Git OBS Bridge
parent d89aea8d01
commit 13032607b0
4 changed files with 30 additions and 6 deletions

View File

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

3
re2c-0.13.3.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 17 20:33:16 CET 2008 - crrodriguez@suse.de
- update to version 0.13.3 , required for new PHP language parser
* Added -r flag to allow reuse of scanner definitions.
* Added -F flag to support flex syntax in rules.
* Fixed SEGV in scanner that occurs with very large blocks.
* Fixed issue with unused yybm.
* Partial support for flex syntax.
* Changed to allow /* comments with -c switch.
* Added flag -D/--emit-dot.
-------------------------------------------------------------------
Mon Feb 4 14:20:48 CET 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package re2c (Version 0.13.1)
# spec file for package re2c (Version 0.13.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -10,9 +10,10 @@
# norootforbuild
Name: re2c
BuildRequires: gcc-c++
Version: 0.13.1
Version: 0.13.3
Release: 1
#
License: Public Domain, Freeware
@ -39,7 +40,7 @@ Authors:
Dan Nuffer
%prep
%setup
%setup -q
find -type d -name .svn -print0 | xargs -r0 rm -rf
find CHANGELOG lessons examples -type f -print0 \
| xargs -r0 chmod -v a-x
@ -52,6 +53,8 @@ find CHANGELOG lessons examples -type f -print0 \
./re2c scanner.re > scanner.cc
%{__rm} -f re2c scanner.o
%{__make}
%check
%{__make} test
%install
@ -69,6 +72,15 @@ find CHANGELOG lessons examples -type f -print0 \
%doc lessons/ examples/
%changelog
* Mon Mar 17 2008 crrodriguez@suse.de
- update to version 0.13.3 , required for new PHP language parser
* Added -r flag to allow reuse of scanner definitions.
* Added -F flag to support flex syntax in rules.
* Fixed SEGV in scanner that occurs with very large blocks.
* Fixed issue with unused yybm.
* Partial support for flex syntax.
* Changed to allow /* comments with -c switch.
* Added flag -D/--emit-dot.
* Mon Feb 04 2008 mmarek@suse.cz
- updated to version 0.13.1
* build fixes for non-linux platforms only