diff --git a/rust-humantime.spec b/rust-humantime.spec index dcd0d74..04898f1 100644 --- a/rust-humantime.spec +++ b/rust-humantime.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parser and formatter for std::time::{Duration, SystemTime} # Upstream license specification: MIT/Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jan 13 2021 Fabio Valentini - 2.1.0-1 - Update to version 2.1.0. - Fixes RHBZ#1915984