]> git.pld-linux.org Git - packages/curl.git/commitdiff
- force nghttp2 1.9.0+ (new symbols required at runtime if available at compile time)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Jun 2016 14:20:54 +0000 (16:20 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Jun 2016 14:20:54 +0000 (16:20 +0200)
curl.spec

index b9b35cac2c2ab5596a33069cac77646e0fa92871..f34710b7eed39c7f1d3df68c6bc0be0c6ad03e9d 100644 (file)
--- 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}
This page took 0.219445 seconds and 4 git commands to generate.