Hello community, here is the log from the commit of package nghttp2 for openSUSE:Factory checked in at 2018-01-16 09:24:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old) and /work/SRC/openSUSE:Factory/.nghttp2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nghttp2" Tue Jan 16 09:24:28 2018 rev:49 rq:561884 version:1.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes 2017-12-14 10:51:06.198093985 +0100 +++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2018-01-16 09:24:29.647879523 +0100 @@ -1,0 +2,15 @@ +Fri Jan 5 13:21:33 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- nghttp2-1.28.0.tar.xz New: ---- nghttp2-1.29.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nghttp2.spec ++++++ --- /var/tmp/diff_new_pack.neVqTN/_old 2018-01-16 09:24:30.627833675 +0100 +++ /var/tmp/diff_new_pack.neVqTN/_new 2018-01-16 09:24:30.631833488 +0100 @@ -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: pkgconfig BuildRequires: python3-Cython BuildRequires: python3-devel +BuildRequires: python-rpm-macros BuildRequires: python3-setuptools BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(jansson) @@ -134,13 +135,13 @@ 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 ++++++ nghttp2-1.28.0.tar.xz -> nghttp2-1.29.0.tar.xz ++++++ ++++ 6000 lines of diff (skipped)
