From 96cfcbd1063d8eb949ebb72c3de98dc97734373f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 16:35:13 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-unicode-xid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-unicode-xid.spec b/rust-unicode-xid.spec index 562affe..c39fef6 100644 --- a/rust-unicode-xid.spec +++ b/rust-unicode-xid.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Determine whether characters have XID_Start/XID_Continue properties # Upstream license specification: MIT OR Apache-2.0 @@ -96,6 +96,9 @@ which use "no_std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Apr 30 2021 Fabio Valentini - 0.2.2-1 - Update to version 0.2.2. - Fixes RHBZ#1955370