From 3ac5a7ca0a38af7fdff57a1c9b7d7a31b2898aab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 16:38:04 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-utf-8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-utf-8.spec b/rust-utf-8.spec index cf95e36..15b6a9e 100644 --- a/rust-utf-8.spec +++ b/rust-utf-8.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.7.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Incremental, zero-copy UTF-8 decoding with error handling # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Apr 21 2021 Fabio Valentini - 0.7.6-1 - Update to version 0.7.6. - Fixes RHBZ#1950411