new version 2.0.18
SPDX migration
This commit is contained in:
parent
2c371c8a64
commit
87c814d4dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/mod_http2-2.0.9.tar.gz
|
/mod_http2-2.0.9.tar.gz
|
||||||
/mod_http2-2.0.11.tar.gz
|
/mod_http2-2.0.11.tar.gz
|
||||||
/mod_http2-2.0.14.tar.gz
|
/mod_http2-2.0.14.tar.gz
|
||||||
|
/mod_http2-2.0.18.tar.gz
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||||
|
|
||||||
Name: mod_http2
|
Name: mod_http2
|
||||||
Version: 2.0.14
|
Version: 2.0.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: module implementing HTTP/2 for Apache 2
|
Summary: module implementing HTTP/2 for Apache 2
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: https://icing.github.io/mod_h2/
|
URL: https://icing.github.io/mod_h2/
|
||||||
Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2-%{version}.tar.gz
|
Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2-%{version}.tar.gz
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -47,6 +47,10 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{
|
|||||||
%{_httpd_moddir}/mod_proxy_http2.so
|
%{_httpd_moddir}/mod_proxy_http2.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 01 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.18-1
|
||||||
|
- new version 2.0.18
|
||||||
|
- SPDX migration
|
||||||
|
|
||||||
* Wed Apr 12 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.14-1
|
* Wed Apr 12 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.14-1
|
||||||
- new version 2.0.14
|
- new version 2.0.14
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mod_http2-2.0.14.tar.gz) = 364a2b08e643c189f48b18a253d468cc8c74933ac0e51656688491948a242534fcab854cf5e1433d6e5658317614f3ade6ed7d16df045e720987def693ac886e
|
SHA512 (mod_http2-2.0.18.tar.gz) = 96150b396badabd864b0b951f01fe80bece544782a630754d77ae892de31747f46b855fb827274e36887800a95e77d7e063200069e888af5bb4349a7357b97bd
|
||||||
|
Loading…
Reference in New Issue
Block a user