diff --git a/rust-rustc-test.spec b/rust-rustc-test.spec index e1a8576..fa999ed 100644 --- a/rust-rustc-test.spec +++ b/rust-rustc-test.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fork of Rust’s `test` crate that doesn’t require unstable language features # Upstream license specification: MIT OR Apache-2.0 @@ -98,6 +98,9 @@ which use "capture" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Dec 03 2020 Fabio Valentini - 0.3.1-1 - Update to version 0.3.1. - Fixes RHBZ#1902757