Bump quickcheck to 0.7

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

@ -0,0 +1,11 @@
--- flate2-1.0.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ flate2-1.0.2/Cargo.toml 2018-09-10T08:31:44.692525+02:00
@@ -46,7 +46,7 @@
version = "0.1"
optional = true
[dev-dependencies.quickcheck]
-version = "0.6"
+version = "0.7"
default-features = false
[dev-dependencies.rand]

@ -6,12 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.2 Version: 1.0.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/flate2 URL: https://crates.io/crates/flate2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump quickcheck to 0.7, https://github.com/alexcrichton/flate2-rs/pull/167<Paste>
Patch0: flate2-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -25,7 +29,7 @@ BuildRequires: ((crate(miniz_oxide_c_api) >= 0.1.0 with crate(miniz_oxide_c_api
BuildRequires: (crate(tokio-io) >= 0.1.0 with crate(tokio-io) < 0.2.0) BuildRequires: (crate(tokio-io) >= 0.1.0 with crate(tokio-io) < 0.2.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [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(rand) >= 0.5.0 with crate(rand) < 0.6.0) BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
BuildRequires: (crate(tokio-core) >= 0.1.0 with crate(tokio-core) < 0.2.0) BuildRequires: (crate(tokio-core) >= 0.1.0 with crate(tokio-core) < 0.2.0)
%endif %endif
@ -67,6 +71,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog %changelog
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-2
- Bump quickcheck to 0.7
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 1.0.2-1 * Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 1.0.2-1
- Update to 1.0.2 - Update to 1.0.2

Loading…
Cancel
Save