From bef1e9f9559c22fd0f81ede3874d0baa9a620147 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 25 Sep 2020 12:03:22 +0200 Subject: [PATCH] disable tests, incompatible with proptest 0.10 --- rust-lexical-core.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rust-lexical-core.spec b/rust-lexical-core.spec index c93a55e..6241500 100644 --- a/rust-lexical-core.spec +++ b/rust-lexical-core.spec @@ -1,12 +1,14 @@ # Generated by rust2rpm 13 -%bcond_without check +# * tests are incompatible with proptest 0.10: +# proptest! no longer accepts implicit retuen values in function bodies +%bcond_with check %global debug_package %{nil} %global crate lexical-core Name: rust-%{crate} Version: 0.7.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lexical, to- and from-string conversion routines # Upstream license specification: MIT/Apache-2.0 @@ -239,6 +241,9 @@ which use "unchecked_index" feature of "%{crate}" crate. %endif %changelog +* Fri Sep 25 2020 Fabio Valentini - 0.7.4-3 +- Disable tests, broken with proptest 0.10. + * Wed Jul 29 2020 Fedora Release Engineering - 0.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild