From: Jakub Bogusz Date: Thu, 16 Jun 2016 14:20:54 +0000 (+0200) Subject: - force nghttp2 1.9.0+ (new symbols required at runtime if available at compile time) X-Git-Tag: auto/th/curl-7.49.1-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcurl.git;a=commitdiff_plain;h=9204ae0d99453dc2e591aff2a104bb18c012d02a - force nghttp2 1.9.0+ (new symbols required at runtime if available at compile time) --- diff --git a/curl.spec b/curl.spec index b9b35ca..f34710b 100644 --- a/curl.spec +++ b/curl.spec @@ -42,7 +42,7 @@ BuildRequires: libpsl-devel %{?with_ssh:BuildRequires: libssh2-devel >= 1.2.8} BuildRequires: libtool BuildRequires: nettle-devel -%{?with_http2:BuildRequires: nghttp2-devel >= 1.0} +%{?with_http2:BuildRequires: nghttp2-devel >= 1.9.0} %{?with_ldap:BuildRequires: openldap-devel} BuildRequires: pkgconfig BuildRequires: rpm >= 4.4.9-56 @@ -116,7 +116,7 @@ Summary(pl.UTF-8): Biblioteka curl Group: Libraries %{?with_ares:Requires: c-ares >= 1.7.0} %{?with_ssh:Requires: libssh2 >= 1.2.8} -%{?with_http2:Requires: nghttp2 >= 1.0} +%{?with_http2:Requires: nghttp2 >= 1.9.0} %if %{with ssl} && %{without gnutls} Requires: openssl >= 1.0.1 %endif @@ -143,7 +143,7 @@ Requires: libidn-devel >= 0.4.1 Requires: libpsl-devel %{?with_rtmp:Requires: librtmp-devel} %{?with_ssh:Requires: libssh2-devel >= 1.2.8} -%{?with_http2:Requires: nghttp2-devel >= 1.0} +%{?with_http2:Requires: nghttp2-devel >= 1.9.0} %{?with_ldap:Requires: openldap-devel} %if %{with ssl} %if %{with gnutls}