Hello community,
here is the log from the commit of package nghttp2 for openSUSE:Factory checked in at 2016-03-01 09:33:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old)
and /work/SRC/openSUSE:Factory/.nghttp2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nghttp2"
Changes:
--------
--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes 2016-02-23 16:54:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2016-03-01 09:33:55.000000000 +0100
@@ -1,0 +2,60 @@
+Fri Feb 26 13:00:38 UTC 2016 - mpluskal(a)suse.com
+
+- Update to 1.8.0
+ * Add Architecture documents (work in progress)
+ * List all contributors in AUTHORS
+ * doc: fix out-of-tree doc builds (Patch from Peter Wu)
+ * Wrap AM_PATH_XML2 by m4_ifdef to handle the case when
+ _PATH_XML2 is not found
+ * Fix configure script for non-gcc, clang build
+ * Document compiling apps and include h2load in configure (Patch
+ from David Beitey)
+ * Don't check for dlopen/libdl on *BSD (Patch from Bernard Spil)
+ * Don't taint CXXFLAGS from AX_CXX_COMPILE_STDCXX_11
+ * Fixing Windows Makefile version detection (Patch from Reza
+ Tavakoli)
+ * lib: Tokenize extra HTTP header fields
+ * lib: Fix typo in HAVE_CONFIG_H name (Patch from Peter Wu)
+ * lib: Add HTTP/2 extension framework to send and receive
+ non-critical frames
+ * tests: remove unused macros (Patch from Peter Wu)
+ * src: Update default cipher list
+ * src: Fix compile error with gcc-6 which enables C++14 by default
+ * asio: client: Fix connect timeout does not work, return from cb
+ if session stopped, removing client::session::connect_timeout()
+ functon
+ * nghttpd: Start SETTINGS timer after it is written to output
+ buffer
+ * nghttpd: Add trailer header field to status responses
+ * nghttpd: Add -w and -W options to change window size
+ * nghttpx: Worker wide blocker which is used when socket(2) is
+ failed
+ * nghttpx: ConnectBlocker per backend address
+ * nghttpx: Interleave text/html pushed resources with associated
+ resource
+ * nghttpx: Add headers given in add-response-headers for mruby
+ response
+ * nghttpx: Deprecate --backend-ipv4 and --backend-ipv6 in favor
+ of --backend-address-family
+ * nghttpx: Add options to specify address family of memcached
+ connections
+ * nghttpx: Add encryption support for TLS ticket key retrieval
+ * nghttpx: Add TLS support for session cache memcached connection
+ * nghttpx: Refactor blacklisted cipher suite check (Patch from
+ Jay Satiro)
+ * nghttpx: Add TLS support for HTTP/1 backend
+ * nghttpx: Add request-header-field-buffer and
+ max-request-header-fields options, deprecating
+ header-field-buffer and max-header-fields options.
+ * nghttpx: Add --no-http2-cipher-black-list to allow black listed
+ cipher suite
+ * nghttpx: Limit header fields from backend
+ * nghttpx: Fix bug that IPv6 address in Forwarded "for" is not
+ quoted-string
+ * nghttpx: Support multiple frontend addresses
+ * integration-tests: support out-of-tree tests (Patch from Peter
+ Wu)
+ * examples: fix compile warnings (Patch from Peter Wu)
+- Drop upstreamed nghttp2-c++14.patch
+
+-------------------------------------------------------------------
Old:
----
nghttp2-1.7.1.tar.xz
nghttp2-c++14.patch
New:
----
nghttp2-1.8.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nghttp2.spec ++++++
--- /var/tmp/diff_new_pack.ouTReG/_old 2016-03-01 09:33:56.000000000 +0100
+++ /var/tmp/diff_new_pack.ouTReG/_new 2016-03-01 09:33:56.000000000 +0100
@@ -21,7 +21,7 @@
%define soname_asio libnghttp2_asio
%define sover_asio 1
Name: nghttp2
-Version: 1.7.1
+Version: 1.8.0
Release: 0
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
License: MIT
@@ -31,7 +31,6 @@
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
Patch0: %{name}-remove-python-build.patch
-Patch1: %{name}-c++14.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: boost-devel
@@ -115,7 +114,6 @@
%prep
%setup -q
%patch0 -p1
-%patch1
%build
autoreconf -fiv
@@ -126,9 +124,9 @@
--enable-app \
--enable-python-bindings
-make all html %{?_smp_mflags}
+make %{?_smp_mflags} all html
pushd python
-make nghttp2.c %{?_smp_mflags}
+make %{?_smp_mflags} nghttp2.c
python2 setup.py build
popd
@@ -151,7 +149,7 @@
doc/manual/html/.buildinfo
%check
-make check %{?_smp_mflags}
+make %{?_smp_mflags} check
%post -n %{soname}-%{sover} -p /sbin/ldconfig
++++++ nghttp2-1.7.1.tar.xz -> nghttp2-1.8.0.tar.xz ++++++
++++ 16807 lines of diff (skipped)
++++++ nghttp2-remove-python-build.patch ++++++
--- /var/tmp/diff_new_pack.ouTReG/_old 2016-03-01 09:33:57.000000000 +0100
+++ /var/tmp/diff_new_pack.ouTReG/_new 2016-03-01 09:33:57.000000000 +0100
@@ -1,7 +1,7 @@
-Index: nghttp2-1.7.0/python/Makefile.am
+Index: nghttp2-1.8.0/python/Makefile.am
===================================================================
---- nghttp2-1.7.0.orig/python/Makefile.am
-+++ nghttp2-1.7.0/python/Makefile.am
+--- nghttp2-1.8.0.orig/python/Makefile.am
++++ nghttp2-1.8.0/python/Makefile.am
@@ -29,16 +29,6 @@ EXTRA_DIST = cnghttp2.pxd nghttp2.pyx
if ENABLE_PYTHON_BINDINGS