From e431b5d736fd48f6e869d091fd01e30b390459f47047017a96a950a53c05674e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 28 Mar 2007 22:32:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=2 --- flex.changes | 5 +++++ flex.spec | 22 ++++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/flex.changes b/flex.changes index 15edbd4..26813a6 100644 --- a/flex.changes +++ b/flex.changes @@ -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 diff --git a/flex.spec b/flex.spec index 725efd1..0eacb25 100644 --- a/flex.spec +++ b/flex.spec @@ -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.