From 53771f875a5c6ce5da965899ec51b4351ddd8edf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:21:58 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-strum.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-strum.spec b/rust-strum.spec index b2eb1ba..5014085 100644 --- a/rust-strum.spec +++ b/rust-strum.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Helpful macros for working with enums and strings # Upstream license specification: MIT @@ -94,6 +94,10 @@ which use "strum_macros" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.21.0-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jun 16 2021 Robert-André Mauchin - 0.21.0-1 - Update to 0.21.0 - Close: rhbz#1862740