From e6d82b78245304092b2c7e565cf12cc8a1897ce4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 18:02:11 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-lazycell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-lazycell.spec b/rust-lazycell.spec index 8505534..e2a19c4 100644 --- a/rust-lazycell.spec +++ b/rust-lazycell.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library providing a lazily filled Cell struct # Upstream license specification: MIT/Apache-2.0 @@ -95,6 +95,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 02 2020 Fabio Valentini - 1.3.0-2 - Remove features with missing dependencies (clippy).