From aecd8af47cefe7d0638189fa39d75bb58d209b4c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:08:26 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-grep.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-grep.spec b/rust-grep.spec index 3010fc1..c7fe761 100644 --- a/rust-grep.spec +++ b/rust-grep.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast line oriented regex searching as a library # Upstream license specification: Unlicense/MIT @@ -99,6 +99,10 @@ which use "pcre2" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.2.8-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 18 2021 Fabio Valentini - 0.2.8-1 - Update to version 0.2.8. - Fixes RHBZ#1971143