diff --git a/rust-bytecount.spec b/rust-bytecount.spec index d5fa839..d2e3b0a 100644 --- a/rust-bytecount.spec +++ b/rust-bytecount.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Count occurrences of a given byte, or the number of UTF-8 code points # Upstream license specification: Apache-2.0/MIT @@ -97,6 +97,9 @@ which use "runtime-dispatch-simd" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 02 2020 Fabio Valentini - 0.6.2-1 - Update to version 0.6.2. - Fixes RHBZ#1903388