SHA256
1
0
forked from pool/flex
OBS User unknown 2007-03-28 22:32:14 +00:00 committed by Git OBS Bridge
parent b8cbc78cb0
commit e431b5d736
2 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 26 15:47:02 CEST 2007 - rguenther@suse.de
- Add bison BuildRequires.
-------------------------------------------------------------------
Wed May 17 15:59:20 CEST 2006 - mmarek@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package flex (Version 2.5.33)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 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.
#
@ -11,15 +11,15 @@
# norootforbuild
Name: flex
BuildRequires: gcc-c++ help2man
BuildRequires: bison gcc-c++ help2man
URL: http://flex.sourceforge.net/
License: BSD, Other License(s), see package
License: BSD License and BSD-like
Group: Development/Languages/C and C++
Requires: m4
PreReq: %install_info_prereq
Autoreqprov: on
Version: 2.5.33
Release: 2
Release: 31
Summary: Fast Lexical Analyzer Generator
Source: %{name}-%{version}.tar.bz2
Source1: lex-wrapper.sh
@ -83,16 +83,18 @@ rm -rf $RPM_BUILD_ROOT
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%changelog -n flex
%changelog
* Mon Mar 26 2007 - rguenther@suse.de
- Add bison BuildRequires.
* Wed May 17 2006 - mmarek@suse.cz
- update to 2.5.33
* bugfix release
* obsoleted patches:
- YY_DECL.patch
- array-yymore.patch
- double-free.patch
- keep-macros.patch
- overflow.patch
- YY_DECL.patch
- array-yymore.patch
- double-free.patch
- keep-macros.patch
- overflow.patch
* kept fPIC.patch, yylineno.patch and doc-fix.diff
* Tue May 16 2006 - agruen@suse.de
- A minor fix in the documentation.