From 2386c1331f65052729fa1e8948418fc2ac55c22f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:05:28 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-gif.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-gif.spec b/rust-gif.spec index 081fd2b..35cd5e2 100644 --- a/rust-gif.spec +++ b/rust-gif.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.11.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIF de- and encoder # Upstream license specification: MIT/Apache-2.0 @@ -96,6 +96,10 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.11.2-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Mar 23 2021 Fabio Valentini - 0.11.2-1 - Update to version 0.11.2. - Fixes RHBZ#1941772