diff --git a/rust-bincode.spec b/rust-bincode.spec index ec284e6..fc7e540 100644 --- a/rust-bincode.spec +++ b/rust-bincode.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Binary serialization / deserialization strategy that uses Serde # Upstream license specification: MIT @@ -84,6 +84,9 @@ which use "i128" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Apr 29 2021 Fabio Valentini - 1.3.3-1 - Update to version 1.3.3. - Fixes RHBZ#1948155