diff --git a/rust-rustversion.spec b/rust-rustversion.spec index 0a8fbca..eddd3ca 100644 --- a/rust-rustversion.spec +++ b/rust-rustversion.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Conditional compilation according to rustc compiler version # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun May 16 2021 Fabio Valentini - 1.0.5-1 - Update to version 1.0.5. - Fixes RHBZ#1960790