From e1a7fb532d7832207dcd0d33b652fded2bceba3e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:02:17 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-futures-lite.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-futures-lite.spec b/rust-futures-lite.spec index c8b2e2a..4cd4be1 100644 --- a/rust-futures-lite.spec +++ b/rust-futures-lite.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Futures, streams, and async I/O combinators # Upstream license specification: Apache-2.0 OR MIT @@ -155,6 +155,10 @@ which use "waker-fn" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 1.12.0-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jun 05 2021 Fabio Valentini - 1.12.0-1 - Update to version 1.12.0. - Fixes RHBZ#1967630