Martin Pluskal 2021-12-21 09:38:45 +00:00 committed by Git OBS Bridge
parent ff0b73305a
commit 9b0b528e08
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7d54fa6f8aed29f695ca44612136fa2359013547394d5dffeffca9e01a26b0f
size 3973500

3
nghttp2-1.46.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43
size 4024972

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 18 19:24:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.46.0:
* see https://nghttp2.org/blog/2021/07/18/nghttp2-v1-44-0/
* see https://nghttp2.org/blog/2021/09/20/nghttp2-v1-45-0/
* see https://nghttp2.org/blog/2021/10/19/nghttp2-v1-46-0/
-------------------------------------------------------------------
Thu Feb 4 11:22:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -29,13 +29,13 @@
%bcond_with python
%endif
Name: nghttp2%{psuffix}
Version: 1.43.0
Version: 1.46.0
Release: 0
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
License: MIT
Group: Development/Libraries/C and C++
URL: https://nghttp2.org/
Source: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz
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
@ -155,10 +155,10 @@ autoreconf -fiv
--disable-python-bindings \
%endif
%{nil}
make %{?_smp_mflags} all
%make_build all
%if %{with python}
pushd python
make %{?_smp_mflags} nghttp2.c
%make_build nghttp2.c
%python3_build
popd
%endif
@ -182,7 +182,7 @@ rm -rf %{buildroot}%{_mandir}/man1/* \
%check
# One test fails if python-sphinx is not present
make %{?_smp_mflags} check ||:
%make_build check ||:
%if !%{with python}
%post -n %{soname}-%{sover} -p /sbin/ldconfig