Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2019-01-28 20:46:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old)
 and      /work/SRC/openSUSE:Factory/.nghttp2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nghttp2"

Mon Jan 28 20:46:57 2019 rev:56 rq:667027 version:1.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2018-10-22 
11:22:44.835191848 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new.28833/nghttp2.changes       
2019-01-28 20:48:55.557874703 +0100
@@ -1,0 +2,34 @@
+Fri Jan 18 16:42:34 UTC 2019 - sean...@opensuse.org
+
+- Update to 1.36.0
+  * build: disable shared library if ENABLE_SHARED_LIB is off
+  * third-party: use http-parser to v2.9.0 (GH-1294)
+  * third-party: Update mruby to 2.0.0
+  * nghttpx: Pool h1 backend connection per address (GH-1292)
+  * nghttpx: Randomize backend address round robin order per thread
+    (GH-1291)
+  * nghttpx: Fix getting long SNs for openssl < 1.1 (GH-1287)
+  * h2load: add an option to write per-request logs (GH-1256)
+  * asio: added access to # of the current server port (GH-1257)
+
+-------------------------------------------------------------------
+Fri Jan 18 14:35:14 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Use multibuild to not pull in python3 in first build, nghttp2
+  is low in the system
+
+-------------------------------------------------------------------
+Fri Jan 11 14:24:40 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.35.1:
+  * nghttpx: Fix broken trailing slash handling (GH-1276)
+- Changes for version 1.35:
+  * build: cmake: Fix libevent version detection (Patch from Jan Kundrát) 
(GH-1238)
+  * lib: Use __has_declspec_attribute for shared builds (Patch from Don) 
(GH-1222)
+  * src: Require C++14 language feature
+  * nghttpx: Write mruby send_info early
+  * nghttpx: Fix assertion failure on mruby send_info with HTTP/1 frontend
+  * h2load: Handle HTTP/1 non-final response (GH-1259)
+  * h2load: Clarify that time for connect includes TLS handshake
+
+-------------------------------------------------------------------

Old:
----
  nghttp2-1.34.0.tar.xz

New:
----
  _multibuild
  nghttp2-1.36.0.tar.xz

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

Other differences:
------------------
++++++ nghttp2.spec ++++++
--- /var/tmp/diff_new_pack.WXl1Rx/_old  2019-01-28 20:48:56.429873785 +0100
+++ /var/tmp/diff_new_pack.WXl1Rx/_new  2019-01-28 20:48:56.433873780 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nghttp2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,16 @@
 %define sover   14
 %define soname_asio libnghttp2_asio
 %define sover_asio 1
-Name:           nghttp2
-Version:        1.34.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "python"
+%define psuffix -python
+%bcond_without python
+%else
+%define psuffix %{nil}
+%bcond_with python
+%endif
+Name:           nghttp2%{psuffix}
+Version:        1.36.0
 Release:        0
 Summary:        Implementation of Hypertext Transfer Protocol version 2 in C
 License:        MIT
@@ -30,15 +38,13 @@
 Source:         
https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
-Patch0:         %{name}-remove-python-build.patch
+Patch0:         nghttp2-remove-python-build.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-Cython
-BuildRequires:  python3-setuptools
 BuildRequires:  pkgconfig(cunit)
 BuildRequires:  pkgconfig(jansson)
 BuildRequires:  pkgconfig(libcares)
@@ -47,8 +53,12 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(zlib)
+%if %{with python}
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  python3-Cython
+BuildRequires:  python3-setuptools
+%endif
 %ifnarch ppc %{arm}
 BuildRequires:  pkgconfig(jemalloc)
 %endif
@@ -84,11 +94,11 @@
 Shared libraries for asynchronous implementation of Hypertext Transfer
 Protocol version 2.
 
-%package -n python3-%{name}
+%package -n python3-nghttp2
 Summary:        Python3 bindings for nghttp2
 Group:          Development/Libraries/Python
 
-%description -n python3-%{name}
+%description -n python3-nghttp2
 Python bindings for implementation of Hypertext Transfer Protocol version
 2.
 
@@ -120,32 +130,44 @@
 HTTP/2 client, server and proxy.
 
 %prep
-%setup -q
+%setup -q -n nghttp2-%{version}
 %patch0 -p1
 # fix python shebang
 sed -i -e 's:#!%{_bindir}/env python:#!%{_bindir}/python3:g' 
script/fetch-ocsp-response
 
 %build
-autoreconf -fiv
+%if %{with python}
 export PYTHON=%{_bindir}/python3
+%else
+sed -i -e '/AM_PATH_PYTHON([2.7],, [:]) /d' configure.ac
+%endif
+autoreconf -fiv
 %configure \
   --disable-static        \
   --disable-silent-rules  \
   --enable-asio-lib       \
   --enable-app            \
-  --enable-python-bindings
+%if %{with python}
+  --enable-python-bindings \
+%else
+  --disable-python-bindings \
+%endif
+  %{nil}
 make %{?_smp_mflags} all
+%if %{with python}
 pushd python
 make %{?_smp_mflags} nghttp2.c
 %python3_build
 popd
+%endif
 
 %install
-%make_install
+%if %{with python}
 pushd python
 %python3_install
 popd
-
+%else
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # Do not ship theis
@@ -154,16 +176,24 @@
 # None of applications using these man pages are built.
 rm -rf %{buildroot}%{_mandir}/man1/* \
   doc/manual/html/.buildinfo
+%endif
 
 %check
 # One test fails if python-sphinx is not present
 make %{?_smp_mflags} check ||:
 
+%if !%{with python}
 %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
+%endif
 
+%if %{with python}
+%files -n python3-nghttp2
+%{python3_sitearch}/nghttp2.*.so
+%{python3_sitearch}/python_nghttp2-*
+%else
 %files
 %{_bindir}/deflatehd
 %{_bindir}/inflatehd
@@ -181,10 +211,6 @@
 %license COPYING
 %{_libdir}/%{soname_asio}.so.%{sover_asio}*
 
-%files -n python3-%{name}
-%{python3_sitearch}/nghttp2.*.so
-%{python3_sitearch}/python_nghttp2-*
-
 %files -n %{soname}-devel
 %dir %{_includedir}/%{name}/
 %{_includedir}/%{name}/%{name}*.h
@@ -196,5 +222,6 @@
 %{_includedir}/%{name}/asio_http2*.h
 %{_libdir}/%{soname_asio}.so
 %{_libdir}/pkgconfig/%{soname_asio}.pc
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>python</package>
</multibuild>
++++++ nghttp2-1.34.0.tar.xz -> nghttp2-1.36.0.tar.xz ++++++
++++ 33266 lines of diff (skipped)


Reply via email to