From 1feec42d1726c9772e841e2fb2ccb0ef8ef018ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 13:48:14 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-csv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-csv.spec b/rust-csv.spec index 6707274..264ec72 100644 --- a/rust-csv.spec +++ b/rust-csv.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast CSV parsing with support for serde # Upstream license specification: Unlicense/MIT @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Mar 23 2021 Fabio Valentini - 1.1.6-1 - Update to version 1.1.6. - Fixes RHBZ#1936193