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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd1d116813d1be6cd22dfc0e1fa44b4f017c10b4a2af820d7cc6d23ff0579c6d
size 495600

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 26 18:36:53 CEST 2008 - mmarek@suse.cz
- updated to version 0.13.5
* Fixed sf#1952896 Segfault in re2c::Scanner::scan.
* Fixed sf#1952842 Regression.
-------------------------------------------------------------------
Mon Apr 7 13:06:36 CEST 2008 - mmarek@suse.cz

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.