automatic version update by autodist [release 1.61.0-1mamba;Wed Apr 10 2024]
This commit is contained in:
parent
d9a891637e
commit
4e53cd203e
11
nghttp2.spec
11
nghttp2.spec
@ -1,5 +1,5 @@
|
|||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.60.0
|
Version: 1.61.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Hypertext Transfer Protocol version 2 in C
|
Summary: An implementation of the Hypertext Transfer Protocol version 2 in C
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,11 +13,13 @@ License: MIT
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libbrotli-devel
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libcares-devel
|
BuildRequires: libcares-devel
|
||||||
|
BuildRequires: libev-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjansson-devel
|
BuildRequires: libjansson-devel
|
||||||
BuildRequires: libjemalloc-devel
|
BuildRequires: libjemalloc-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -71,7 +73,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/deflatehd
|
%{_bindir}/deflatehd
|
||||||
|
%{_bindir}/h2load
|
||||||
%{_bindir}/inflatehd
|
%{_bindir}/inflatehd
|
||||||
|
%{_bindir}/nghttp
|
||||||
|
%{_bindir}/nghttpd
|
||||||
|
%{_bindir}/nghttpx
|
||||||
%{_mandir}/man1/h2load.1*
|
%{_mandir}/man1/h2load.1*
|
||||||
%{_mandir}/man1/nghttp.1*
|
%{_mandir}/man1/nghttp.1*
|
||||||
%{_mandir}/man1/nghttpd.1*
|
%{_mandir}/man1/nghttpd.1*
|
||||||
@ -95,6 +101,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/cmake/nghttp2/nghttp2-targets*.cmake
|
%{_libdir}/cmake/nghttp2/nghttp2-targets*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 1.61.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 1.60.0-1mamba
|
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 1.60.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user