From 6f5588f2f05f6442146fafcf9545b9e784f5dd64 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:19:05 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-quick-error.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-quick-error.spec b/rust-quick-error.spec index 28084b5..ac26fdc 100644 --- a/rust-quick-error.spec +++ b/rust-quick-error.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Macro which makes error types pleasant to write # Upstream license specification: MIT/Apache-2.0 @@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 2.0.1-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun May 09 2021 Fabio Valentini - 2.0.1-1 - Update to version 2.0.1. - Fixes RHBZ#1958200