disable tests, incompatible with proptest 0.10

epel9
Fabio Valentini 4 years ago
parent c390cc4b8b
commit bef1e9f955
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -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 <decathorpe@gmail.com> - 0.7.4-3
- Disable tests, broken with proptest 0.10.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save