Rebase to the latest upstream nghttp2 v1.68.0
Resolves: RHEL-143720
This commit is contained in:
parent
308dd903e4
commit
32db054b81
25
.packit.yml
25
.packit.yml
@ -1,25 +0,0 @@
|
||||
# docs: https://packit.dev/docs/category/downstream-jobs
|
||||
---
|
||||
|
||||
specfile_path: nghttp2.spec
|
||||
|
||||
upstream_project_url: https://github.com/nghttp2/nghttp2
|
||||
upstream_tag_template: "v{version}"
|
||||
|
||||
actions:
|
||||
changelog-entry:
|
||||
- echo "- update to the latest upstream release"
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
issue_repository: https://src.fedoraproject.org/rpms/nghttp2
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: [ packit ]
|
||||
allowed_committers: [ jamacku, msekleta, kdudka ]
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
10
nghttp2.spec
10
nghttp2.spec
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Experimental HTTP/2 client, server and proxy
|
||||
Name: nghttp2
|
||||
Version: 1.64.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.68.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# Parts of ruby bindings are additionally under GPL-2.0-or-later, MIT and
|
||||
# HPND-Kevlin-Henney but they are NOT shipped.
|
||||
@ -172,7 +172,6 @@ popd
|
||||
%{_bindir}/nghttp
|
||||
%{_bindir}/nghttpd
|
||||
%{_bindir}/nghttpx
|
||||
%{_datadir}/nghttp2
|
||||
%{_mandir}/man1/h2load.1*
|
||||
%{_mandir}/man1/nghttp.1*
|
||||
%{_mandir}/man1/nghttpd.1*
|
||||
@ -198,7 +197,6 @@ popd
|
||||
%{mingw32_libdir}/libnghttp2.dll.a
|
||||
%{mingw32_libdir}/pkgconfig/libnghttp2.pc
|
||||
%{mingw32_includedir}/nghttp2/
|
||||
%{mingw32_datadir}/nghttp2/
|
||||
|
||||
%files -n mingw64-libnghttp2
|
||||
%license COPYING
|
||||
@ -207,11 +205,13 @@ popd
|
||||
%{mingw64_libdir}/libnghttp2.dll.a
|
||||
%{mingw64_libdir}/pkgconfig/libnghttp2.pc
|
||||
%{mingw64_includedir}/nghttp2/
|
||||
%{mingw64_datadir}/nghttp2/
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 09 2026 Jan Macku <jamacku@redhat.com> 1.68.0-1
|
||||
- update to the latest upstream release (RHEL-143723)
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.64.0-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (nghttp2-1.64.0.tar.xz) = b544196c3b7a55faacd11700d11e2fe4f16a7418282c9abb24a668544a15293580fd1a2cc5f93367c8a17c7ee45335c6d2f5c68a72dd176d516fd033f203eeec
|
||||
SHA512 (nghttp2-1.64.0.tar.xz.asc) = 70e65bb2a4b56370d0092ebf13151ee915b3f305d651975569df94ab7b37dc82e4c7bbbbfcfec535c752b6388bd14c1a0a02d05f673d474edc560f628d42e05a
|
||||
SHA512 (nghttp2-1.68.0.tar.xz) = a5182c2c54cdff3c70bdad204bff9a573cf7951e189d68665087f047cb79e5fc2d5d5aefbb41e2dfe264e2e74fbbe10196cb596248e328c944406ca09da98344
|
||||
SHA512 (nghttp2-1.68.0.tar.xz.asc) = 3d7dfee6c07407b22b24b330819af78930945d0d822bea916d70b055d93fb43e8e7ef5cb1a9c72c8da057994168170118cb432067b04400f5c53fe65654b2d09
|
||||
|
||||
Loading…
Reference in New Issue
Block a user