Update quickcheck to 0.7.1

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/quickcheck-0.6.0.crate
/quickcheck-0.6.1.crate
/quickcheck-0.6.2.crate
/quickcheck-0.7.1.crate

@ -5,8 +5,8 @@
%global crate quickcheck
Name: rust-%{crate}
Version: 0.6.2
Release: 2%{?dist}
Version: 0.7.1
Release: 1%{?dist}
Summary: Automatic property based testing with shrinking
License: Unlicense or MIT
@ -19,7 +19,8 @@ BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(env_logger) >= 0.5.0 with crate(env_logger) < 0.6.0)
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
BuildRequires: (crate(rand_core) >= 0.2.1 with crate(rand_core) < 0.3.0)
%description
%{summary}.
@ -56,6 +57,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,ctags.rust,session.vim}
%changelog
* Sun Sep 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (quickcheck-0.6.2.crate) = 18483a244f83d64f298bcf6f71c137043dd1c28e22da6baf13760b2a39d77f84d2b7b651facb378b8559eb3d3a4cb53c16671128358e4a86e90e55e66d7ee41f
SHA512 (quickcheck-0.7.1.crate) = 0652c202cce9fecf9eb9d1bb72f8234912e3ba027c5e567c069f39828dfafcd3191c3a4bf7a211ecab19d9f6e4244d2ecc3de0478589b908af953bef798daf82

Loading…
Cancel
Save