SHA256
1
0
forked from pool/Botan

Accepting request 528603 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/528603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2017-10-02 14:50:33 +00:00 committed by Git OBS Bridge
commit 2d4a54782e
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 21 09:48:17 UTC 2017 - vcizek@suse.com
- Explicitly require libopenssl-1_0_0-devel (bsc#1055322)
* Botan 1.x won't support OpenSSL 1.1
(https://github.com/randombit/botan/issues/753)
-------------------------------------------------------------------
Wed Apr 12 14:52:45 UTC 2017 - daniel.molkentin@suse.com

View File

@ -42,7 +42,12 @@ BuildRequires: bzip2 >= 1.0.2
BuildRequires: gcc-c++
BuildRequires: gmp-devel >= 4.1
BuildRequires: libbz2-devel
# Botan 1.x doesn't build with OpenSSL 1.1, so explicitly require OpenSSL 1.0.x
%if %{suse_version} < 1330
BuildRequires: openssl-devel
%else
BuildRequires: libopenssl-1_0_0-devel
%endif
BuildRequires: pkg-config
BuildRequires: python
BuildRequires: zlib-devel