diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index 81e73c5..0899dcd 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Type-erased Serialize and Serializer traits # Upstream license specification: MIT OR Apache-2.0 @@ -108,6 +108,10 @@ which use "unstable-debug" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.3.16-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jun 19 2021 Fabio Valentini - 0.3.16-1 - Update to version 0.3.16. - Fixes RHBZ#1973713