diff --git a/rust-num-rational.spec b/rust-num-rational.spec index 5e0c95c..b3b93ee 100644 --- a/rust-num-rational.spec +++ b/rust-num-rational.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rational numbers implementation for Rust # Upstream license specification: MIT OR Apache-2.0 @@ -119,6 +119,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Nov 07 2020 Fabio Valentini - 0.3.2-1 - Update to version 0.3.2. - Fixes RHBZ#1895531