diff --git a/curl.spec b/curl.spec index 243867a..413aa7e 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.50.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -47,11 +47,8 @@ BuildRequires: python BuildRequires: stunnel BuildRequires: zlib-devel -# run HTTP/2 tests only on Intel for now to work around #1358845 -%ifarch %{ix86} x86_64 # nghttpx (an HTTP/2 proxy) is used by the upstream test-suite BuildRequires: nghttp2 -%endif # perl modules used in the test suite BuildRequires: perl(Cwd) @@ -244,6 +241,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Tue Jul 26 2016 Kamil Dudka 7.50.0-2 +- run HTTP/2 tests on all architectures (#1360319 now worked around in nghttp2) + * Thu Jul 21 2016 Kamil Dudka 7.50.0-1 - run HTTP/2 tests only on Intel for now to work around #1358845 - require nss-pem because it is no longer included in the nss package (#1347336)