Bump quickcheck to 0.7

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

@ -1,5 +1,5 @@
--- difference-2.0.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ difference-2.0.0/Cargo.toml 2018-05-10T11:30:37.293247+02:00
+++ difference-2.0.0/Cargo.toml 2018-09-10T08:27:08.830276+02:00
@@ -25,17 +25,13 @@
[[bin]]
name = "difference"
@ -9,7 +9,7 @@
-optional = true
[dev-dependencies.quickcheck]
-version = "0.4"
+version = "0.6"
+version = "0.7"
[dev-dependencies.term]
-version = "0.2.7"

@ -9,24 +9,24 @@
Name: rust-%{crate}
Version: 2.0.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Rust text diffing and assertion library
License: MIT
URL: https://crates.io/crates/difference
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump term to 0.4, https://github.com/johannhof/difference.rs/commit/01fb76830c72a716300b20c66866a226286e8670
# * Bump quickcheck to 0.6, https://github.com/johannhof/difference.rs/pull/26
# * Bump term to 0.5, https://github.com/johannhof/difference.rs/commit/01fb76830c72a716300b20c66866a226286e8670
# * Bump quickcheck to 0.7, https://github.com/johannhof/difference.rs/pull/33
# * Remove bin feature, it is useless
Patch0: difference-2.0.0-fix-metadata.diff
Patch0: difference-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
BuildRequires: (crate(term) >= 0.5.0 with crate(term) < 0.6.0)
%endif
@ -65,6 +65,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-5
- Bump quickcheck to 0.7
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save