From d117195649c49196ad3460e984b48e792b95d02899eee8b29a57c04077d3105e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 9 Jan 2009 01:02:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/speex?expand=0&rev=8 --- speex.changes | 5 +++++ speex.spec | 21 +++++++++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/speex.changes b/speex.changes index b1ac875..3b30641 100644 --- a/speex.changes +++ b/speex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 7 12:34:56 CET 2009 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Wed Aug 6 13:39:30 CEST 2008 - tiwai@suse.de diff --git a/speex.spec b/speex.spec index 80ac36f..6e9f9e2 100644 --- a/speex.spec +++ b/speex.spec @@ -1,7 +1,7 @@ # # spec file for package speex (Version 1.1.99.91) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -23,13 +23,18 @@ Name: speex BuildRequires: libogg-devel pkgconfig Summary: An Open Source, Patent Free Speech Codec Version: 1.1.99.91 -Release: 1 +Release: 15 License: BSD 3-Clause Group: System/Libraries Url: http://www.speex.org/ Source: %{name}-%{package_version}.tar.bz2 Patch1: speex-1.0.5-warning-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +# bug437293 +%ifarch ppc64 +Obsoletes: speex-64bit +%endif +# %description Speex is a patent free audio codec designed especially for voice @@ -52,6 +57,11 @@ Authors: Summary: An Open Source, Patent Free Speech Codec Library License: BSD 3-Clause Group: System/Libraries +# bug437293 +%ifarch ppc64 +Obsoletes: speex-64bit +%endif +# %description -n libspeex Speex is a patent free audio codec designed especially for voice @@ -75,6 +85,11 @@ Summary: Development package for SpeeX License: BSD 3-Clause Group: Development/Libraries/C and C++ Requires: libspeex glibc-devel +# bug437293 +%ifarch ppc64 +Obsoletes: speex-devel-64bit +%endif +# %description devel This package contains the files needed to compile programs that use the @@ -137,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Wed Jan 07 2009 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Wed Aug 06 2008 tiwai@suse.de - updated to version 1.2rc1: * support for acoustic echo cancellation with multiple mics