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