From 640bf7063f57847f35e72a11df708ddfc630fab7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 13:51:25 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-data-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-data-encoding.spec b/rust-data-encoding.spec index 2f49ac5..763b3f3 100644 --- a/rust-data-encoding.spec +++ b/rust-data-encoding.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Efficient and customizable data-encoding functions # Upstream license specification: MIT @@ -96,6 +96,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Mar 04 2021 Fabio Valentini - 2.3.2-1 - Update to version 2.3.2. - Fixes RHBZ#1922104