diff --git a/rust-tendril.spec b/rust-tendril.spec index 61acd0b..f401f32 100644 --- a/rust-tendril.spec +++ b/rust-tendril.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compact buffer/string type for zero-copy parsing # Upstream license specification: MIT/Apache-2.0 @@ -107,6 +107,9 @@ which use "encoding_rs" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 09 2021 Fabio Valentini - 0.4.2-1 - Update to version 0.4.2. - Fixes RHBZ#1914443