|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
|
%bcond_with check
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate quickcheck
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Version: 0.8.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Automatic property based testing with shrinking
|
|
|
|
|
|
|
|
|
@ -15,16 +15,21 @@ URL: https://crates.io/crates/quickcheck
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
|
BuildRequires: (crate(env_logger) >= 0.6.0 with crate(env_logger) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(env_logger/regex) >= 0.6.0 with crate(env_logger/regex) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.5 with crate(rand/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
Automatic property based testing with shrinking.
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Automatic property based testing with shrinking.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -130,6 +135,9 @@ which use "use_logging" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 09 17:18:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.5-1
|
|
|
|
|
- Update to 0.8.5
|
|
|
|
|
|
|
|
|
|
* Tue May 14 07:36:50 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.3-1
|
|
|
|
|
- Update to 0.8.3
|
|
|
|
|
|
|
|
|
|