diff --git a/rust-blocking.spec b/rust-blocking.spec index 76a911a..404e1c9 100644 --- a/rust-blocking.spec +++ b/rust-blocking.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thread pool for isolating blocking I/O in async programs # Upstream license specification: Apache-2.0 OR MIT @@ -71,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu May 06 13:26:03 PDT 2021 Davide Cavalca - 1.0.2-1 - Initial package