Update to 0.5.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent b64d8a0f94
commit 8a72ddef11

1
.gitignore vendored

@ -1 +1,2 @@
/quickcheck-0.4.1.crate
/quickcheck-0.5.0.crate

@ -1,10 +0,0 @@
--- quickcheck-0.4.1/Cargo.toml 2016-12-07T22:55:54+01:00
+++ quickcheck-0.4.1/Cargo.toml 2017-11-09T16:38:10.805192+01:00
@@ -19,6 +19,6 @@
name = "quickcheck"
[dependencies]
-env_logger = { version = "0.3", optional = true }
+env_logger = { version = "0.4", optional = true }
log = { version = "0.3", optional = true }
rand = "0.3"

@ -5,16 +5,13 @@
%global crate quickcheck
Name: rust-%{crate}
Version: 0.4.1
Version: 0.5.0
Release: 1%{?dist}
Summary: Automatic property based testing with shrinking
License: Unlicense or MIT
URL: https://crates.io/crates/quickcheck
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# Bump env_logger to 0.4, https://github.com/BurntSushi/quickcheck/pull/160
Patch0: quickcheck-0.4.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -59,6 +56,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,ctags.rust,session.vim}
%changelog
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-2
- Port to use rust-packaging

@ -1 +1 @@
SHA512 (quickcheck-0.4.1.crate) = 175d8f6f34d4bde3d1292575e1cb8557025f584dfda7a0c9b39cf4f6f2c52dad7dee4807bbc8796d39046f6ff5085a93ba715f0a3f3c915e49dc3ecadd5ca170
SHA512 (quickcheck-0.5.0.crate) = dfd0c85fc127db8c222e5b508e8da3e34acaaa5b469f15278e6701ff0ea890e118d168e61d553896ad074ea62634ab1f1acd55fa9f76f4825808ec3be3f3a63d

Loading…
Cancel
Save