From 01ed9920619e861b3c23fd824bb01a094ddf54fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 15:38:24 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-regex-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-regex-syntax.spec b/rust-regex-syntax.spec index f1b4ec7..32d8198 100644 --- a/rust-regex-syntax.spec +++ b/rust-regex-syntax.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Regular expression parser # Upstream license specification: MIT/Apache-2.0 @@ -166,6 +166,9 @@ which use "unicode-segment" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun May 02 2021 Fabio Valentini - 0.6.25-1 - Update to version 0.6.25. - Fixes RHBZ#1955845