SHA256
1
0
forked from pool/re2c
OBS User unknown
2007-06-25 15:53:49 +00:00
committed by Git OBS Bridge
parent 9dfae6dcf7
commit ca9cf91bf2
4 changed files with 18 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package re2c (Version 0.12.0)
# spec file for package re2c (Version 0.13.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,14 +11,13 @@
# norootforbuild
Name: re2c
Version: 0.12.0
Version: 0.13.0
Release: 1
#
License: Public Domain, Freeware
Group: Development/Libraries/C and C++
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
#
URL: http://re2c.org/
Source: %{name}-%{version}.tar.bz2
@@ -69,6 +68,11 @@ find CHANGELOG lessons examples -type f -print0 \
%doc lessons/ examples/
%changelog
* 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
- update to version 0.12.0
* Sun Apr 01 2007 - mrueckert@suse.de