diff --git a/rust-slab.spec b/rust-slab.spec index 2189c01..b124bfe 100644 --- a/rust-slab.spec +++ b/rust-slab.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pre-allocated storage for a uniform data type # Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Apr 21 2021 Fabio Valentini - 0.4.3-1 - Update to version 0.4.3. - Fixes RHBZ#1951676