From 32d401a72b0dc6782347043ed7f50714bf0e17fd450dfd11c0f907714806e546 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Jan 2009 22:15:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=8 --- libgpg-error.changes | 5 +++++ libgpg-error.spec | 16 +++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/libgpg-error.changes b/libgpg-error.changes index 706d06d..8b48b0b 100644 --- a/libgpg-error.changes +++ b/libgpg-error.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 29 10:57:01 CET 2009 - olh@suse.de + +- obsolete libgpg-error-XXbit in the library subpackage + ------------------------------------------------------------------- Wed Dec 10 12:34:56 CET 2008 - olh@suse.de diff --git a/libgpg-error.spec b/libgpg-error.spec index b2f8eb2..eb1979a 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -1,7 +1,7 @@ # # spec file for package libgpg-error (Version 1.6) # -# 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 @@ -21,16 +21,11 @@ Name: libgpg-error Url: http://www.gnupg.org/ Version: 1.6 -Release: 6 +Release: 7 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 -# Source: %name-%version.tar.bz2 # rename package to "libgpg-error-nld" and set this to 1 for NLD %define nld_build 0 @@ -52,6 +47,11 @@ Authors: 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++ +# bug437293 +%ifarch ppc64 +Obsoletes: libgpg-error-64bit +%endif +# Provides: libgpg-error = %version Obsoletes: libgpg-error < %version @@ -143,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT %_libdir/libgpg-error*.so %changelog +* Thu Jan 29 2009 olh@suse.de +- obsolete libgpg-error-XXbit in the library subpackage * Wed Dec 10 2008 olh@suse.de - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293)