Update to 0.8.5

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent b991948bc7
commit 94f0feea7e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -7,3 +7,4 @@
/quickcheck-0.7.2.crate
/quickcheck-0.8.2.crate
/quickcheck-0.8.3.crate
/quickcheck-0.8.5.crate

@ -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

@ -1 +1 @@
SHA512 (quickcheck-0.8.3.crate) = f9d94259cd6c4995c30154d002a69c5c9635b7f25e3df7f5df6c1f3350f540f3e89d6e2deabb9fa72670c5ac6a875deb811dd536003ca18b98ad0547debafd50
SHA512 (quickcheck-0.8.5.crate) = 19a3a1ce92aadb64cd42f19d6cd1d38666e59f2b649a34417942429a7e388d238bad4ad99f8b2f0ae68659c7af0a7986566fbb75f43b2682427afdf761f5fff0

Loading…
Cancel
Save