diff --git a/rust-sha2.spec b/rust-sha2.spec index 018691b..0f89903 100644 --- a/rust-sha2.spec +++ b/rust-sha2.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure Rust implementation of the SHA-2 hash function family # Upstream license specification: MIT OR Apache-2.0 @@ -111,6 +111,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 05 2020 Fabio Valentini - 0.9.2-1 - Update to version 0.9.2. - Fixes RHBZ#1894128