Accepting request 730784 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/730784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=51
This commit is contained in:
Yuchen Lin 2019-09-18 11:06:02 +00:00 committed by Git OBS Bridge
commit f25973e4da
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 12 10:44:58 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
- Drop unnecessary requirement for OpenSSL 1.1.1
- Apply neon-0.30.2_ssl-fix_timeout_retvals.patch only when building
with OpenSSL 1.1.1 (bsc#1149792)
-------------------------------------------------------------------
Mon Aug 19 07:29:30 UTC 2019 - Ludwig Nussel <lnussel@suse.de>

View File

@ -36,12 +36,12 @@ Patch2: neon-0.30.2_ssl-fix_timeout_retvals.patch
Patch3: neon-0.30.2-nulcert.patch
BuildRequires: krb5-devel
BuildRequires: libexpat-devel
BuildRequires: libopenssl-1_1-devel >= 1.1.1
BuildRequires: libproxy-devel
BuildRequires: libtool
BuildRequires: openssl
BuildRequires: pkgconfig
BuildRequires: zlib-devel
BuildRequires: pkgconfig(openssl)
%description
neon is an HTTP and WebDAV client library with a C interface.
@ -76,7 +76,9 @@ neon is an HTTP and WebDAV client library with a C interface.
%ifarch ppc64le ppc64
%patch1
%endif
if pkg-config --atleast-version=1.1.1 openssl; then
%patch2 -p1
fi
%patch3 -p1
%build