diff --git a/nghttp2-1.28.0.tar.xz b/nghttp2-1.28.0.tar.xz deleted file mode 100644 index 5908808..0000000 --- a/nghttp2-1.28.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d -size 1553032 diff --git a/nghttp2-1.29.0.tar.xz b/nghttp2-1.29.0.tar.xz new file mode 100644 index 0000000..6bf7391 --- /dev/null +++ b/nghttp2-1.29.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739 +size 1544736 diff --git a/nghttp2.changes b/nghttp2.changes index 438883d..d7d4180 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 5 13:21:33 UTC 2018 - mpluskal@suse.com + +- Update to version 1.29.0: + * lib: Use NGHTTP2_REFUSED_STREAM for streams which are closed by + GOAWAY + * build: Remove SPDY + * build: Fix CMAKE_MODULE_PATH + * nghttpx: Revert "nghttpx: Use an existing h2 backend connection + as much as possible" + * nghttpx: Write API request body in temporary file + * nghttpx: Increase api-max-request-body + * nghttpx: Faster configuration loading with lots of backends + * nghttpx: Fix crash with --backend-http-proxy-uri option + ------------------------------------------------------------------- Mon Dec 11 16:53:16 UTC 2017 - dimstar@opensuse.org diff --git a/nghttp2.spec b/nghttp2.spec index c689bf4..cc18f92 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,7 +1,7 @@ # # spec file for package nghttp2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.28.0 +Version: 1.29.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT @@ -38,6 +38,7 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python3-Cython BuildRequires: python3-devel +BuildRequires: python-rpm-macros BuildRequires: python3-setuptools BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(jansson) @@ -134,13 +135,13 @@ export PYTHON=%{_bindir}/python3 make %{?_smp_mflags} all pushd python make %{?_smp_mflags} nghttp2.c -python3 setup.py build +%python3_build popd %install %make_install pushd python -python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} +%python3_install popd find %{buildroot} -type f -name "*.la" -delete -print