diff --git a/rust-string_cache.spec b/rust-string_cache.spec index 5cda01f..85b92a2 100644 --- a/rust-string_cache.spec +++ b/rust-string_cache.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: String interning library for Rust, developed as part of the Servo project # Upstream license specification: MIT / Apache-2.0 @@ -95,6 +95,9 @@ which use "serde_support" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 19 2020 Fabio Valentini - 0.8.1-1 - Update to version 0.8.1. - Fixes RHBZ#1899683