From bf7561410a6ff962981ad150bd8d68a4043b180520d8b0bc3b2dda33e4f4bf67 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 8 Jan 2009 17:42:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=7 --- libogg.changes | 5 +++++ libogg.spec | 34 +++++++++++++++++++++++++++++----- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/libogg.changes b/libogg.changes index 68fd68c..0402dd9 100644 --- a/libogg.changes +++ b/libogg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 7 12:34:56 CET 2009 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Sun May 11 12:20:52 CEST 2008 - coolo@suse.de diff --git a/libogg.spec b/libogg.spec index bd0a662..fdd8eab 100644 --- a/libogg.spec +++ b/libogg.spec @@ -1,10 +1,17 @@ # # spec file for package libogg (Version 1.1.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. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# 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/ # @@ -15,7 +22,12 @@ Name: libogg BuildRequires: pkgconfig Summary: Ogg Bitstream Library Version: 1.1.3 -Release: 86 +Release: 88 +# bug437293 +%ifarch ppc64 +Obsoletes: libogg-64bit +%endif +# Group: System/Libraries License: BSD 3-Clause Url: http://www.vorbis.com/ @@ -44,6 +56,11 @@ Authors: License: BSD 3-Clause Summary: Ogg Bitstream Library Group: System/Libraries +# bug437293 +%ifarch ppc64 +Obsoletes: libogg-64bit +%endif +# Provides: %{name} = %{version} #openSUSE 10.2 Obsoletes: %{name} <= 1.1.3 @@ -67,6 +84,11 @@ License: BSD 3-Clause Summary: Include Files and Libraries mandatory for Ogg Development. Group: Development/Libraries/C and C++ Requires: libogg0 = %{version} glibc-devel +# bug437293 +%ifarch ppc64 +Obsoletes: libogg-devel-64bit +%endif +# %description devel This package contains all necessary include files and libraries needed @@ -123,12 +145,14 @@ cp AUTHORS CHANGES COPYING README $RPM_BUILD_ROOT%{_docdir}/%{name}-devel %{_libdir}/pkgconfig/*.pc %changelog +* Wed Jan 07 2009 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Sun May 11 2008 coolo@suse.de - fix rename of xxbit packages * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support -* Sun Aug 12 2007 crrodriguez@suse.de +* Sat Aug 11 2007 crrodriguez@suse.de - really follow the library packaging policy - run make check - add missing glibc-devel dependency on -devel package