From bdf4e9a2db28e01e14efae98ecdab2f7fdd13cad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 13:07:13 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-arc-swap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-arc-swap.spec b/rust-arc-swap.spec index c9a8f70..54863c6 100644 --- a/rust-arc-swap.spec +++ b/rust-arc-swap.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Atomically swappable Arc # Upstream license specification: Apache-2.0/MIT @@ -108,6 +108,9 @@ which use "weak" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu May 27 2021 Fabio Valentini - 1.3.0-1 - Update to version 1.3.0. - Fixes RHBZ#1963743