diff --git a/rust-simple_logger.spec b/rust-simple_logger.spec index d4b7cf2..f7410d7 100644 --- a/rust-simple_logger.spec +++ b/rust-simple_logger.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Logger that prints all messages with a readable output format # Upstream license specification: MIT @@ -98,6 +98,9 @@ which use "colored" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 09 2020 Fabio Valentini - 1.11.0-1 - Update to version 1.11.0. - Fixes RHBZ#1884193