From dd73c0e26c8ec27206e604ded31c69e487974940 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:11:45 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-heck.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-heck.spec b/rust-heck.spec index 3171724..ebe878b 100644 --- a/rust-heck.spec +++ b/rust-heck.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Case conversion library # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,10 @@ which use "default" 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 + * Sat Jun 05 2021 Fabio Valentini - 0.3.3-1 - Update to version 0.3.3. - Fixes RHBZ#1967324