Accepting request 941803 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/941803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=65
This commit is contained in:
commit
ba6332d361
@ -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
3
nghttp2-1.46.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43
|
||||
size 4024972
|
@ -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>
|
||||
|
||||
|
10
nghttp2.spec
10
nghttp2.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user