From 8fef3fb473f51d688f1f39ab70bba4c97a823ea5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 17:49:36 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-h2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-h2.spec b/rust-h2.spec index 156e2c6..392555e 100644 --- a/rust-h2.spec +++ b/rust-h2.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP/2.0 client and server # Upstream license specification: MIT @@ -96,6 +96,9 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 12 2020 Fabio Valentini - 0.2.7-1 - Update to version 0.2.7. - Fixes RHBZ#1891035