From 342fa2c884a92c47b21dcb02acf18e3fb6c0850d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 14:08:46 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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 477e321..1fbc97b 100644 --- a/rust-flate2.spec +++ b/rust-flate2.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.20 -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 +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Mar 03 2021 Fabio Valentini - 1.0.20-1 - Update to version 1.0.20. - Fixes RHBZ#1922308