diff --git a/rust-derive_builder_macro.spec b/rust-derive_builder_macro.spec index 3302226..db134ad 100644 --- a/rust-derive_builder_macro.spec +++ b/rust-derive_builder_macro.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rust macro to automatically implement the builder pattern for arbitrary structs # Upstream license specification: MIT/Apache-2.0 @@ -72,5 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.10.2-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat May 01 2021 Fabio Valentini - 0.10.2-1 - Initial package