diff --git a/rust-memchr.spec b/rust-memchr.spec index 9a58cb9..d08f604 100644 --- a/rust-memchr.spec +++ b/rust-memchr.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safe interface to memchr # Upstream license specification: Unlicense/MIT @@ -107,6 +107,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat May 01 2021 Fabio Valentini - 2.4.0-1 - Update to version 2.4.0. - Fixes RHBZ#1955840