From 8a65016f1adf369a9ed894a381ff8b16b6a48455 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 01 2018 11:29:47 +0000 Subject: Bump quickcheck to 0.6 Signed-off-by: Igor Gnatenko --- diff --git a/rust-unicode-segmentation.spec b/rust-unicode-segmentation.spec index 2fe9599..289a504 100644 --- a/rust-unicode-segmentation.spec +++ b/rust-unicode-segmentation.spec @@ -6,14 +6,14 @@ Name: rust-%{crate} Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Grapheme Cluster and Word boundaries License: MIT or ASL 2.0 URL: https://crates.io/crates/unicode-segmentation Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata -# * Bump quickcheck to 0.5, https://github.com/unicode-rs/unicode-segmentation/pull/32 +# * Bump quickcheck to 0.6, https://github.com/unicode-rs/unicode-segmentation/pull/34 Patch0: unicode-segmentation-1.2.0-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -21,7 +21,7 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %if %{with check} # [dev-dependencies] -BuildRequires: (crate(quickcheck) >= 0.5.0 with crate(quickcheck) < 0.6.0) +BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0) %endif %description @@ -60,6 +60,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/scripts %changelog +* Mon Jan 01 2018 Igor Gnatenko - 1.2.0-4 +- Bump quickcheck to 0.6 + * Sat Dec 02 2017 Igor Gnatenko - 1.2.0-3 - Bump quickcheck to 0.5 diff --git a/unicode-segmentation-1.2.0-fix-metadata.diff b/unicode-segmentation-1.2.0-fix-metadata.diff index 73d8b89..714127e 100644 --- a/unicode-segmentation-1.2.0-fix-metadata.diff +++ b/unicode-segmentation-1.2.0-fix-metadata.diff @@ -1,8 +1,8 @@ --- unicode-segmentation-1.2.0/Cargo.toml 2017-05-16T23:34:41+02:00 -+++ unicode-segmentation-1.2.0/Cargo.toml 2017-12-02T17:28:24.534325+01:00 ++++ unicode-segmentation-1.2.0/Cargo.toml 2018-01-01T12:28:52.378752+01:00 @@ -22,4 +22,4 @@ no_std = [] # This is a no-op, preserved for backward compatibility only. [dev-dependencies] -quickcheck = "0.4" -+quickcheck = "0.5" ++quickcheck = "0.6"