From bac5e2e6409de35ea2301c3eeec0c0c55c2a3da7 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 00:57:02 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nghttp2.git#b377e2d202967d436cca96ec2e2694311df7de83 --- nghttp2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nghttp2.spec b/nghttp2.spec index 72f0ea4..1281e56 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,7 +1,7 @@ Summary: Experimental HTTP/2 client, server and proxy Name: nghttp2 Version: 1.42.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://nghttp2.org/ Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz @@ -11,6 +11,7 @@ BuildRequires: c-ares-devel BuildRequires: gcc-c++ BuildRequires: libev-devel BuildRequires: libxml2-devel +BuildRequires: make BuildRequires: openssl-devel BuildRequires: python3-devel BuildRequires: systemd-devel @@ -114,6 +115,9 @@ export "LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$LD_LIBRARY_PATH" %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.42.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Nov 24 2020 Kamil Dudka 1.42.0-1 - update to the latest upstream release