From 5384b797d72dc2741e03cb928be682dc6a596561 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 15:38:07 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-regex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-regex.spec b/rust-regex.spec index bda02ca..1be4a52 100644 --- a/rust-regex.spec +++ b/rust-regex.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of regular expressions for Rust # Upstream license specification: MIT OR Apache-2.0 @@ -300,6 +300,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu May 20 2021 Fabio Valentini - 1.5.4-1 - Update to version 1.5.4. - Fixes RHBZ#1955844