SHA256
1
0
forked from pool/libgcrypt
OBS User unknown 2009-01-29 22:14:05 +00:00 committed by Git OBS Bridge
parent 9b89c9eaa8
commit b865ef73c1
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 29 10:57:01 CET 2009 - olh@suse.de
- obsolete libgcrypt-error-XXbit in the library subpackage
-------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libgcrypt (Version 1.4.1)
#
# 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
@ -22,16 +22,11 @@ Name: libgcrypt
BuildRequires: libgpg-error-devel
Url: http://www.gnu.org/directory/Security/libgcrypt.html
Version: 1.4.1
Release: 4
Release: 5
Summary: The GNU Crypto Library
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: libgcrypt-64bit
%endif
#
Source: %name-%version.tar.bz2
Patch0: %name-ppc64.patch
Patch1: libgcrypt-strict-aliasing.patch
@ -60,6 +55,11 @@ Authors:
License: GPL v2 or later; LGPL v2.1 or later
Summary: The GNU Crypto Library
Group: Development/Libraries/C and C++
# bug437293
%ifarch ppc64
Obsoletes: libgcrypt-64bit
%endif
#
# libgcrypt last used in 10.3
Obsoletes: libgcrypt < %{version}
Provides: libgcrypt = %{version}
@ -183,6 +183,8 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/aclocal/libgcrypt.m4
%changelog
* Thu Jan 29 2009 olh@suse.de
- obsolete libgcrypt-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)