From 9da5024e40d9d79e31bb4c3738736a09536594bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 17:35:28 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-flate2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-flate2.spec b/rust-flate2.spec index 8d14e5e..60fba2a 100644 --- a/rust-flate2.spec +++ b/rust-flate2.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams # Upstream license specification: MIT/Apache-2.0 @@ -186,6 +186,9 @@ which use "zlib" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.19-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 05 2020 Fabio Valentini - 1.0.19-1 - Update to version 1.0.19. - Fixes RHBZ#1893770