diff --git a/rust-data-encoding.spec b/rust-data-encoding.spec index d470d8f..d49f0c1 100644 --- a/rust-data-encoding.spec +++ b/rust-data-encoding.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.3.1 -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 +* Wed Jan 27 2021 Fedora Release Engineering - 2.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 5 2020 Fabio Valentini - 2.3.1-1 - Update to version 2.3.1. - Fixes RHBZ#1893535