SHA256
1
0
forked from pool/re2c
OBS User unknown
2008-06-30 17:19:37 +00:00
committed by Git OBS Bridge
parent 410728b1a3
commit b76c6207f7
4 changed files with 16 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package re2c (Version 0.13.4)
# spec file for package re2c (Version 0.13.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,17 +13,13 @@
Name: re2c
BuildRequires: gcc-c++
Version: 0.13.4
Version: 0.13.5
Release: 1
#
License: Public Domain, Freeware
Group: Development/Libraries/C and C++
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Url: http://re2c.org/
Source: %{name}-%{version}.tar.bz2
#
Summary: Tool for generating C-based recognizers from regular expressions
%description
@@ -72,6 +68,10 @@ find CHANGELOG lessons examples -type f -print0 \
%doc lessons/ examples/
%changelog
* Thu Jun 26 2008 mmarek@suse.cz
- updated to version 0.13.5
* Fixed sf#1952896 Segfault in re2c::Scanner::scan.
* Fixed sf#1952842 Regression.
* Mon Apr 07 2008 mmarek@suse.cz
- updated to version 0.13.4
* Added transparent handling of #line directives in input files.