From 448e3fe27534e253b1cb59a4a141e19411693b40ab2ee5012a821f7eab1cca60 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 2 Nov 2008 14:42:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=6 --- libgpg-error.changes | 5 +++++ libgpg-error.spec | 31 ++++++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/libgpg-error.changes b/libgpg-error.changes index fa177c5..e4bafad 100644 --- a/libgpg-error.changes +++ b/libgpg-error.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 30 12:34:56 CET 2008 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Sun May 11 12:15:22 CEST 2008 - coolo@suse.de diff --git a/libgpg-error.spec b/libgpg-error.spec index 12911f6..ab5f782 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -2,9 +2,16 @@ # spec file for package libgpg-error (Version 1.6) # # 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/ # @@ -14,11 +21,19 @@ Name: libgpg-error Url: http://www.gnupg.org/ Version: 1.6 -Release: 3 +Release: 5 Summary: Library That Defines Common Error Values for All GnuPG Components License: GPL v2 or later; LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: libgpg-error-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: libgpg-error-32bit +%endif +# Source: %name-%version.tar.bz2 # rename package to "libgpg-error-nld" and set this to 1 for NLD %define nld_build 0 @@ -58,6 +73,14 @@ Authors: License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Summary: Development package for libgpg-error Group: Development/Libraries/C and C++ +# bug437293 +%ifarch ppc64 +Obsoletes: libgpg-error-devel-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: libgpg-error-devel-32bit +%endif +# %if %nld_build Conflicts: libgpg-error-devel %endif @@ -126,6 +149,8 @@ rm -rf $RPM_BUILD_ROOT %_libdir/libgpg-error*.so %changelog +* Thu Oct 30 2008 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