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 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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -10,9 +10,10 @@
# norootforbuild # norootforbuild
Name: re2c Name: re2c
BuildRequires: gcc-c++ BuildRequires: gcc-c++
Version: 0.13.1 Version: 0.13.3
Release: 1 Release: 1
# #
License: Public Domain, Freeware License: Public Domain, Freeware
@ -39,7 +40,7 @@ Authors:
Dan Nuffer Dan Nuffer
%prep %prep
%setup %setup -q
find -type d -name .svn -print0 | xargs -r0 rm -rf find -type d -name .svn -print0 | xargs -r0 rm -rf
find CHANGELOG lessons examples -type f -print0 \ find CHANGELOG lessons examples -type f -print0 \
| xargs -r0 chmod -v a-x | xargs -r0 chmod -v a-x
@ -52,6 +53,8 @@ find CHANGELOG lessons examples -type f -print0 \
./re2c scanner.re > scanner.cc ./re2c scanner.re > scanner.cc
%{__rm} -f re2c scanner.o %{__rm} -f re2c scanner.o
%{__make} %{__make}
%check
%{__make} test %{__make} test
%install %install
@ -69,6 +72,15 @@ find CHANGELOG lessons examples -type f -print0 \
%doc lessons/ examples/ %doc lessons/ examples/
%changelog %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 * Mon Feb 04 2008 mmarek@suse.cz
- updated to version 0.13.1 - updated to version 0.13.1
* build fixes for non-linux platforms only * build fixes for non-linux platforms only