Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2016-04-30 23:28:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-01 
13:01:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes     2016-04-30 
23:28:54.000000000 +0200
@@ -1,0 +2,36 @@
+Wed Apr 27 10:04:48 UTC 2016 - mplus...@suse.com
+
+- Update to 1.10.0
+  * Pass unknown SETTINGS values to nghttp2_on_frame_recv_callback
+  * Add ALTSVC frame support
+  * Run error callback when peer does not send initial SETTINGS 
+    frame
+  * Update http-parser
+  * Update sphinx_rtd_theme
+  * nghttp: add an --expect-continue option
+  * nghttpx: Fix downstream connect callback called early
+  * nghttpx: Truncate too long -b option signature
+  * nghttpx: Fix bug that server push from mruby script did not 
+    work
+  * nghttpx: Try next HTTP/1 backend address when connection 
+    cannot be made
+  * nghttpx: Retry next HTTP/2 backend address when connection 
+    cannot be made
+  * nghttpx: Enable link header field based push for non-final 
+    response
+  * nghttpx: Detect online/offline state of backend servers
+  * nghttpx: Better load balancing between backend HTTP/2 servers
+  * nghttpx: Fix crash with backend failure
+
+-------------------------------------------------------------------
+Wed Apr 13 18:31:20 UTC 2016 - mplus...@suse.com
+
+- Update to 1.9.2
+  * nghttpx: Fix crash with backend failure
+  * nghttpx: Better distribute load to backend h2 servers
+  * nghttpx: Fix error messages on deprecated mode
+  * nghttpx: Fix bug that logger wrote string which was not 
+    NULL-terminated
+  * nghttpx: Fix bug that proxy with HTTP/1.1 CONNECT did not work
+
+-------------------------------------------------------------------

Old:
----
  nghttp2-1.9.1.tar.xz

New:
----
  nghttp2-1.10.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nghttp2.spec ++++++
--- /var/tmp/diff_new_pack.ISBEQI/_old  2016-04-30 23:28:55.000000000 +0200
+++ /var/tmp/diff_new_pack.ISBEQI/_new  2016-04-30 23:28:55.000000000 +0200
@@ -21,7 +21,7 @@
 %define soname_asio libnghttp2_asio
 %define sover_asio 1
 Name:           nghttp2
-Version:        1.9.1
+Version:        1.10.0
 Release:        0
 Summary:        Implementation of Hypertext Transfer Protocol version 2 in C
 License:        MIT
@@ -35,20 +35,19 @@
 BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
-BuildRequires:  jemalloc-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-Cython
-BuildRequires:  python-devel
 BuildRequires:  python-Sphinx
 BuildRequires:  python-setuptools
 BuildRequires:  pkgconfig(cunit)
 BuildRequires:  pkgconfig(jansson)
+BuildRequires:  pkgconfig(jemalloc)
 BuildRequires:  pkgconfig(libev)
 BuildRequires:  pkgconfig(libspdylay)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(zlib)
 
 %description
@@ -150,11 +149,8 @@
 make %{?_smp_mflags} check
 
 %post -n %{soname}-%{sover} -p /sbin/ldconfig
-
 %post -n %{soname_asio}%{sover_asio} -p /sbin/ldconfig
-
 %postun -n %{soname}-%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname_asio}%{sover_asio} -p /sbin/ldconfig
 
 %files

++++++ nghttp2-1.9.1.tar.xz -> nghttp2-1.10.0.tar.xz ++++++
++++ 28563 lines of diff (skipped)

++++++ nghttp2-remove-python-build.patch ++++++
--- /var/tmp/diff_new_pack.ISBEQI/_old  2016-04-30 23:28:56.000000000 +0200
+++ /var/tmp/diff_new_pack.ISBEQI/_new  2016-04-30 23:28:56.000000000 +0200
@@ -1,7 +1,7 @@
 Index: python/Makefile.am
 ===================================================================
---- python/Makefile.am.orig    2016-03-27 15:20:38.000000000 +0200
-+++ python/Makefile.am 2016-03-27 18:34:28.238374041 +0200
+--- python/Makefile.am.orig
++++ python/Makefile.am
 @@ -29,16 +29,6 @@ EXTRA_DIST = cnghttp2.pxd nghttp2.pyx CM
  
  if ENABLE_PYTHON_BINDINGS


Reply via email to