From 7e3e42bd43c95cccc49c7c59e82c641eb414674f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 18:51:06 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-ref-cast.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-ref-cast.spec b/rust-ref-cast.spec index f9e3e57..f284be2 100644 --- a/rust-ref-cast.spec +++ b/rust-ref-cast.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safely cast &T to &U where the struct U contains a single field of type T # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 29 22:12:24 CET 2020 Igor Raits - 1.0.6-1 - Update to 1.0.6 (Fixes: RHBZ#1911514)