Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2023-04-16 19:13:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old)
 and      /work/SRC/openSUSE:Factory/.nghttp2.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nghttp2"

Sun Apr 16 19:13:01 2023 rev:71 rq:1079718 version:1.52.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2022-11-24 
12:22:17.376939284 +0100
+++ /work/SRC/openSUSE:Factory/.nghttp2.new.19717/nghttp2.changes       
2023-04-16 19:13:19.841430610 +0200
@@ -1,0 +2,14 @@
+Tue Mar 14 09:33:48 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.52.0:
+  * https://nghttp2.org/blog/2023/02/13/nghttp2-v1-52-0/
+  * sphinx_rtd_theme has been removed from the repository
+    and archive.
+  * The deprecated Python bindings has been removed.
+  * The deprecated libnghttp2_asio has been removed.
+  * llhttp and neverbleed have been updated.
+  * This release fixes the bug that stalls TLS connection.
+  * This release adds more http3 integration tests.
+- drop nghttp2-remove-python-build.patch: obsolete as the code got removed
+
+-------------------------------------------------------------------

Old:
----
  _multibuild
  nghttp2-1.51.0.tar.xz
  nghttp2-remove-python-build.patch

New:
----
  nghttp2-1.52.0.tar.xz

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

Other differences:
------------------
++++++ nghttp2.spec ++++++
--- /var/tmp/diff_new_pack.dgaeVj/_old  2023-04-16 19:13:20.373433683 +0200
+++ /var/tmp/diff_new_pack.dgaeVj/_new  2023-04-16 19:13:20.377433707 +0200
@@ -21,18 +21,11 @@
 %global soname_asio libnghttp2_asio
 %global sover_asio 1
 %global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "python"
-%define psuffix -python
-%bcond_without python
-%else
-%define psuffix %{nil}
-%bcond_with python
-%endif
 # libnghttp2_asio has been deprecated in this repository due to maintenance
 # issue and will be removed at the end of 2022
 %bcond_with asio
-Name:           nghttp2%{psuffix}
-Version:        1.51.0
+Name:           nghttp2
+Version:        1.52.0
 Release:        0
 Summary:        Implementation of Hypertext Transfer Protocol version 2 in C
 License:        MIT
@@ -40,8 +33,6 @@
 URL:            https://nghttp2.org/
 Source:         
https://github.com/nghttp2/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
-Patch0:         nghttp2-remove-python-build.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -57,11 +48,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
-%if %{with python}
-BuildRequires:  python3-Cython
-BuildRequires:  python3-setuptools
-BuildRequires:  pkgconfig(python3)
-%endif
 %ifnarch ppc %{arm}
 %if 0%{?sle_version} >= 150000 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(jemalloc)
@@ -136,42 +122,20 @@
 
 %prep
 %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
-%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  \
   %{?with_asio:--enable-asio-lib} %{!?with_asio: --disable-asio-lib} \
   --enable-app            \
-%if %{with python}
-  --enable-python-bindings \
-%else
-  --disable-python-bindings \
-%endif
   %{nil}
 %make_build all
-%if %{with python}
-pushd python
-%make_build nghttp2.c
-%python3_build
-popd
-%endif
 
 %install
-%if %{with python}
-pushd python
-%python3_install
-popd
-%else
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -181,26 +145,18 @@
 # 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_build check ||:
 
-%if !%{with python}
 %post -n %{soname}-%{sover} -p /sbin/ldconfig
 %postun -n %{soname}-%{sover} -p /sbin/ldconfig
 %if %{with asio}
 %post -n %{soname_asio}%{sover_asio} -p /sbin/ldconfig
 %postun -n %{soname_asio}%{sover_asio} -p /sbin/ldconfig
 %endif
-%endif
 
-%if %{with python}
-%files -n python3-nghttp2
-%{python3_sitearch}/nghttp2.*.so
-%{python3_sitearch}/python_nghttp2-*
-%else
 %files
 %{_bindir}/deflatehd
 %{_bindir}/inflatehd
@@ -231,6 +187,5 @@
 %{_libdir}/%{soname_asio}.so
 %{_libdir}/pkgconfig/%{soname_asio}.pc
 %endif
-%endif
 
 %changelog

++++++ nghttp2-1.51.0.tar.xz -> nghttp2-1.52.0.tar.xz ++++++
++++ 30885 lines of diff (skipped)

Reply via email to