diff --git a/rust-grep-cli.spec b/rust-grep-cli.spec index 74ded8b..8a3d85c 100644 --- a/rust-grep-cli.spec +++ b/rust-grep-cli.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for search oriented command line applications # Upstream license specification: Unlicense/MIT @@ -74,6 +74,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.1.6-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 18 2021 Fabio Valentini - 0.1.6-1 - Update to version 0.1.6. - Fixes RHBZ#1971132