diff --git a/rust-sha2.spec b/rust-sha2.spec index d36fb0b..1821dd4 100644 --- a/rust-sha2.spec +++ b/rust-sha2.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.9.3 -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 +* Fri Jul 23 2021 Fedora Release Engineering - 0.9.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Feb 15 2021 Fabio Valentini - 0.9.3-1 - Update to version 0.9.3. - Fixes RHBZ#1922661