diff --git a/rust-ppv-lite86.spec b/rust-ppv-lite86.spec index 70ce819..eda3ea6 100644 --- a/rust-ppv-lite86.spec +++ b/rust-ppv-lite86.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of the crypto-simd API for x86 # Upstream license specification: MIT/Apache-2.0 @@ -106,6 +106,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 05 2020 Fabio Valentini - 0.2.10-1 - Update to version 0.2.10. - Fixes RHBZ#1893825