OBS User unknown 2008-02-08 19:33:55 +00:00 committed by Git OBS Bridge
parent 0b18048e99
commit d89aea8d01
4 changed files with 23 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 4 14:20:48 CET 2008 - mmarek@suse.cz
- updated to version 0.13.1
* build fixes for non-linux platforms only
-------------------------------------------------------------------
Mon Jun 25 18:38:49 CEST 2007 - dmueller@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package re2c (Version 0.13.0)
# spec file for package re2c (Version 0.13.1)
#
# Copyright (c) 2007 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
# package are under the same license as the package itself.
#
@ -12,15 +12,15 @@
Name: re2c
BuildRequires: gcc-c++
Version: 0.13.0
Release: 2
Version: 0.13.1
Release: 1
#
License: Public Domain, Freeware
Group: Development/Libraries/C and C++
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
URL: http://re2c.org/
Url: http://re2c.org/
Source: %{name}-%{version}.tar.bz2
#
Summary: Tool for generating C-based recognizers from regular expressions
@ -69,19 +69,22 @@ find CHANGELOG lessons examples -type f -print0 \
%doc lessons/ examples/
%changelog
* Mon Jun 25 2007 - dmueller@suse.de
* Mon Feb 04 2008 mmarek@suse.cz
- updated to version 0.13.1
* build fixes for non-linux platforms only
* Mon Jun 25 2007 dmueller@suse.de
- add gcc-c++ buildrequires
* Mon Jun 25 2007 - dmueller@suse.de
* Mon Jun 25 2007 dmueller@suse.de
- update to versoin 0.13.0:
* Fixed issue with short form of switches and parameter if not first switch.
* Fixed #1708378 segfault in actions.cc.
* Added -c and -t to generate scanners with (f)lex-like condition support.
* Fri May 04 2007 - dmueller@suse.de
* Fri May 04 2007 dmueller@suse.de
- update to version 0.12.0
* Sun Apr 01 2007 - mrueckert@suse.de
* Sun Apr 01 2007 mrueckert@suse.de
- update to version 0.11.3
* Sun Mar 04 2007 - mrueckert@suse.de
* Sun Mar 04 2007 mrueckert@suse.de
- update to version 0.11.2
* Tue Feb 20 2007 - mrueckert@suse.de
* Tue Feb 20 2007 mrueckert@suse.de
- This version fixes a warning in the generated code that some
compilers issue. No other changes have been made.