Bump quickcheck to 0.7

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

@ -6,15 +6,16 @@
Name: rust-%{crate}
Version: 0.4.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: YAML 1.2 parser for rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/yaml-rust
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump quickcheck to 0.6, https://github.com/chyh1990/yaml-rust/pull/95
Patch0: yaml-rust-0.4.0-fix-metadata.diff
# * Bump quickcheck to 0.7, https://github.com/chyh1990/yaml-rust/pull/108
Patch0: yaml-rust-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -23,7 +24,7 @@ BuildRequires: rust-packaging
BuildRequires: (crate(linked-hash-map) >= 0.0.9 with crate(linked-hash-map) < 0.6.0)
%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)
%endif
%description
@ -63,6 +64,9 @@ chmod -x tests/specs/cpp2rust.rb
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-7
- Bump quickcheck to 0.7
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1,8 +1,8 @@
--- yaml-rust-0.4.0/Cargo.toml 2017-11-22T08:50:37+01:00
+++ yaml-rust-0.4.0/Cargo.toml 2018-01-01T12:32:02.872202+01:00
+++ yaml-rust-0.4.0/Cargo.toml 2018-09-10T08:35:46.626063+02:00
@@ -13,4 +13,4 @@
linked-hash-map = ">=0.0.9, <0.6"
[dev-dependencies]
-quickcheck = "0.4"
+quickcheck = "0.6"
+quickcheck = "0.7"
Loading…
Cancel
Save