diff --git a/rust-signal-hook.spec b/rust-signal-hook.spec index c10f34e..8f49a4b 100644 --- a/rust-signal-hook.spec +++ b/rust-signal-hook.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unix signal handling # Upstream license specification: Apache-2.0/MIT @@ -131,6 +131,9 @@ which use "iterator" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 01 2021 Fabio Valentini - 0.3.9-1 - Update to version 0.3.9. - Fixes RHBZ#1966671