Accepting request 185977 from server:mail

- BuildRequire libgcrpyt-devel instead of libgcrypt for > 12.3 (forwarded request 185970 from oertel)

OBS-URL: https://build.opensuse.org/request/show/185977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=55
This commit is contained in:
Stephan Kulow 2013-08-06 05:03:01 +00:00 committed by Git OBS Bridge
commit b9d545d8e1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 5 18:06:01 CEST 2013 - ro@suse.de
- BuildRequire libgcrpyt-devel instead of libgcrypt for > 12.3
-------------------------------------------------------------------
Wed May 29 10:26:45 UTC 2013 - werner@suse.de

View File

@ -29,7 +29,11 @@ BuildRequires: glibc-i18ndata
BuildRequires: ispell
BuildRequires: krb5-devel
BuildRequires: libcom_err
%if 0%{?suse_version} <= 1230
BuildRequires: libgcrypt
%else
BuildRequires: libgcrypt-devel
%endif
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel
BuildRequires: libidn-devel