automatic version update by autodist [release 1.60.0-1mamba;Sat Mar 02 2024]

This commit is contained in:
Automatic Build System 2024-03-03 00:25:23 +01:00
parent 9d94007c1d
commit d9a891637e

View File

@ -1,5 +1,5 @@
Name: nghttp2
Version: 1.59.0
Version: 1.60.0
Release: 1mamba
Summary: An implementation of the Hypertext Transfer Protocol version 2 in C
Group: System/Libraries
@ -11,6 +11,7 @@ Source: https://github.com/nghttp2/nghttp2.git/v%{version}/nghttp2-%{vers
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libbrotli-devel
BuildRequires: libcares-devel
BuildRequires: libgcc
BuildRequires: libjansson-devel
@ -82,9 +83,6 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libnghttp2.so.*
#%{python3_sitearch}/nghttp2.cpython-*.so
#%dir %{python3_sitearch}/python_nghttp2-%{version}-py*.egg-info
#%{python3_sitearch}/python_nghttp2-%{version}-py*.egg-info/*
%doc AUTHORS COPYING LICENSE
%files -n lib%{name}-devel
@ -93,8 +91,13 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/nghttp2/*.h
%{_libdir}/libnghttp2.so
%{_libdir}/pkgconfig/libnghttp2.pc
%dir %{_libdir}/cmake/nghttp2
%{_libdir}/cmake/nghttp2/nghttp2-targets*.cmake
%changelog
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 1.60.0-1mamba
- automatic version update by autodist
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 1.59.0-1mamba
- automatic version update by autodist