diff --git a/rust-ordered-float.spec b/rust-ordered-float.spec index afbe7f1..d74c27a 100644 --- a/rust-ordered-float.spec +++ b/rust-ordered-float.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wrappers for total ordering on floats # Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 07 2020 Fabio Valentini - 2.0.1-1 - Update to version 2.0.1. - Fixes RHBZ#1904837