diff --git a/rust-memmap2.spec b/rust-memmap2.spec index f3174ed..c2e6db6 100644 --- a/rust-memmap2.spec +++ b/rust-memmap2.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform Rust API for memory-mapped file IO # Upstream license specification: MIT/Apache-2.0 @@ -76,6 +76,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 18 2021 Fabio Valentini - 0.3.0-2 - Skip a test that does not work on 32-bit architectures.