Skip to content

Commit 2971cdb

Browse files
committed
up to 1.66.0
1 parent c396f27 commit 2971cdb

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

nghttp2.spec

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
Summary: HTTP/2.0 C library
1313
Summary(pl.UTF-8): Biblioteka C HTTP/2.0
1414
Name: nghttp2
15-
Version: 1.65.0
15+
Version: 1.66.0
1616
Release: 1
1717
License: MIT
1818
Group: Libraries
1919
#Source0Download: https://github.com/nghttp2/nghttp2/releases
2020
Source0: https://github.com/nghttp2/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz
21-
# Source0-md5: c4c1b02658f2a7c8eb0ddf59bd5caee9
21+
# Source0-md5: 295c22437cc44e1634a2b82ea93df747
2222
URL: https://nghttp2.org/
2323
BuildRequires: autoconf >= 2.61
2424
BuildRequires: automake
@@ -40,7 +40,7 @@ BuildRequires: libevent-devel >= 2.0.8
4040
BuildRequires: libstdc++-devel >= 6:12
4141
BuildRequires: libxml2-devel >= 1:2.6.26
4242
%{?with_http3:BuildRequires: nghttp3-devel >= 1.1.0}
43-
%{?with_http3:BuildRequires: ngtcp2-devel >= 1.4.0}
43+
%{?with_http3:BuildRequires: ngtcp2-devel >= 1.12.0}
4444
#%{?with_http3:BuildRequires: ngtcp2-crypto-quictls >= 1.0.0 or ngtcp2-crypto-boringssl}
4545
BuildRequires: openssl-devel >= 1.1.1
4646
%{?with_http3:BuildRequires: openssl-devel(quic)}
@@ -108,8 +108,6 @@ Statyczna biblioteka libnghttp2.
108108
%prep
109109
%setup -q
110110

111-
%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' script/fetch-ocsp-response
112-
113111
%build
114112
%{__libtoolize}
115113
%{__aclocal} -I m4
@@ -148,7 +146,6 @@ rm -rf $RPM_BUILD_ROOT
148146

149147
%if %{without tools}
150148
%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{h2load,nghttp,nghttpd,nghttpx}.1
151-
%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/nghttp2
152149
%endif
153150

154151
%clean
@@ -170,8 +167,6 @@ rm -rf $RPM_BUILD_ROOT
170167
%{_mandir}/man1/nghttp.1*
171168
%{_mandir}/man1/nghttpd.1*
172169
%{_mandir}/man1/nghttpx.1*
173-
%dir %{_datadir}/nghttp2
174-
%attr(755,root,root) %{_datadir}/nghttp2/fetch-ocsp-response
175170
%endif
176171

177172
%files libs

0 commit comments

Comments
 (0)