diff --git a/rust-array-init.spec b/rust-array-init.spec index 4d97a48..1162650 100644 --- a/rust-array-init.spec +++ b/rust-array-init.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safe wrapper for initializing fixed-size arrays # Upstream license specification: MIT OR Apache-2.0 @@ -83,6 +83,9 @@ which use "const-generics" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Nov 25 2020 Fabio Valentini - 1.0.0-1 - Update to version 1.0.0. - Fixes RHBZ#1888422