From ee9e7e5421a578d5f3783b21bb17bad68aedbe29 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 16:48:23 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-which.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-which.spec b/rust-which.spec index a182b6c..74acc52 100644 --- a/rust-which.spec +++ b/rust-which.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 4.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rust equivalent of Unix command "which" # Upstream license specification: MIT @@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 4.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun Mar 28 2021 Fabio Valentini - 4.1.0-1 - Update to version 4.1.0. - Fixes RHBZ#1943905