diff --git a/rust-quickcheck.spec b/rust-quickcheck.spec index af93444..e9534f9 100644 --- a/rust-quickcheck.spec +++ b/rust-quickcheck.spec @@ -8,7 +8,7 @@ Name: rust-%{crate} Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automatic property based testing with shrinking # Upstream license specification: Unlicense/MIT @@ -121,6 +121,9 @@ which use "use_logging" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Mar 25 2021 Fabio Valentini - 1.0.3-2 - Temporarily disable tests to work around LLVM codegen issue.