From d7bb08fa9dd2186e277c50d9e35a77d3f02aaef3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:10:05 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-h2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-h2.spec b/rust-h2.spec index 63ed534..3ee6746 100644 --- a/rust-h2.spec +++ b/rust-h2.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP/2.0 client and server # Upstream license specification: MIT @@ -96,6 +96,10 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.3.3-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Apr 30 2021 Fabio Valentini - 0.3.3-1 - Update to version 0.3.3. - Fixes RHBZ#1955217