From 88de3278d0d2fae029e0e920ce2bfb28d4434dd6ed844e131adaf8908a7f23a4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 2 Nov 2008 14:34:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=5 --- bison.changes | 5 +++++ bison.spec | 23 ++++++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/bison.changes b/bison.changes index e8277c5..97a12ed 100644 --- a/bison.changes +++ b/bison.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/bison.spec b/bison.spec index 68f08c9..e2f9848 100644 --- a/bison.spec +++ b/bison.spec @@ -2,9 +2,16 @@ # spec file for package bison (Version 2.3) # # 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/ # @@ -17,9 +24,17 @@ License: GPL v2 or later Group: Development/Languages/C and C++ PreReq: %install_info_prereq AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: bison-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: bison-32bit +%endif +# Requires: m4 Version: 2.3 -Release: 92 +Release: 126 Summary: The GNU Parser Generator Url: http://www.gnu.org/software/bison/bison.html Source: bison-%{version}.tar.bz2 @@ -82,6 +97,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