Update to 0.6.2

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

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate quickcheck
Name: rust-%{crate}
Version: 0.6.1
Version: 0.6.2
Release: 1%{?dist}
Summary: Automatic property based testing with shrinking
@ -17,8 +17,8 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0)
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)
%description
@ -56,6 +56,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,ctags.rust,session.vim}
%changelog
* Sun Mar 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2
* Wed Feb 07 2018 Josh Stone <jistone@redhat.com> - 0.6.1-1
- Update to 0.6.1

@ -1 +1 @@
SHA512 (quickcheck-0.6.1.crate) = 426d5e9138e7d271f85e99dc2ff9081ae790b45c1870953af9cc11843bbd3812a745c1d1e06eb08250f1927f3aec6ba5e893d479ef6cdc62508c76bd863f773d
SHA512 (quickcheck-0.6.2.crate) = 18483a244f83d64f298bcf6f71c137043dd1c28e22da6baf13760b2a39d77f84d2b7b651facb378b8559eb3d3a4cb53c16671128358e4a86e90e55e66d7ee41f

Loading…
Cancel
Save