From c2d62a80ce33eb4a37f77b0bdfd295fae0be45a37c1d14d0f03025e2beed920d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 2 Nov 2008 14:40:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=6 --- flex.changes | 5 +++++ flex.spec | 27 ++++++++++++++++++++++----- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/flex.changes b/flex.changes index 011ed01..7b6a8ae 100644 --- a/flex.changes +++ b/flex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 30 12:34:56 CET 2008 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/flex.spec b/flex.spec index 613fb9d..b1436e4 100644 --- a/flex.spec +++ b/flex.spec @@ -2,9 +2,16 @@ # spec file for package flex (Version 2.5.35) # # Copyright (c) 2008 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. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -19,8 +26,16 @@ Group: Development/Languages/C and C++ Requires: m4 PreReq: %install_info_prereq AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: flex-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: flex-32bit +%endif +# Version: 2.5.35 -Release: 9 +Release: 42 Summary: Fast Lexical Analyzer Generator Source: %{name}-%{version}.tar.bz2 Source1: lex-wrapper.sh @@ -87,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %changelog +* Thu Oct 30 2008 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support @@ -174,12 +191,12 @@ rm -rf $RPM_BUILD_ROOT - added install_info macros * Tue Sep 17 2002 ro@suse.de - removed bogus self-provides -* Sun Jul 28 2002 kukuk@suse.de +* Sat Jul 27 2002 kukuk@suse.de - remove yacc from neededforbuild, bison is used * Wed Jun 26 2002 tcrhak@suse.cz - update to 2.5.4a (slight change in license only) - bzipped sources -* Wed Jan 09 2002 schwab@suse.de +* Tue Jan 08 2002 schwab@suse.de - Use and std namespace in FlexLexer.h. * Tue Jul 31 2001 nadvornik@suse.cz - installed info pages [bug #9566]