Update to 0.7.2

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

1
.gitignore vendored

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

@ -1,10 +0,0 @@
--- quickcheck-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ quickcheck-0.7.1/Cargo.toml 2018-10-30T14:27:31.694051+01:00
@@ -22,6 +22,7 @@
categories = ["development-tools::testing"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/quickcheck"
+exclude = ["/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
[lib]
name = "quickcheck"

@ -6,17 +6,14 @@
%global crate quickcheck
Name: rust-%{crate}
Version: 0.7.1
Release: 2%{?dist}
Version: 0.7.2
Release: 1%{?dist}
Summary: Automatic property based testing with shrinking
# Upstream license specification: Unlicense/MIT
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
# * Exclude CI files, https://github.com/BurntSushi/quickcheck/pull/217
Patch0: quickcheck-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -147,6 +144,9 @@ which use "use_logging" feature of "%{crate}" crate.
%endif
%changelog
* Tue Oct 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
- Update to 0.7.2
* Tue Oct 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (quickcheck-0.7.1.crate) = 0652c202cce9fecf9eb9d1bb72f8234912e3ba027c5e567c069f39828dfafcd3191c3a4bf7a211ecab19d9f6e4244d2ecc3de0478589b908af953bef798daf82
SHA512 (quickcheck-0.7.2.crate) = 95157bc6a3a607a47b9356a9201bf93a44678be624651c06a1546c763055bef05dfec8099241214a5c9036c3807d61611778c798a6ad7a0efe149c098f5c2a69

Loading…
Cancel
Save