From ab7620e4292efaf05bbb85046cc78672400a986f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Dec 02 2017 16:10:31 +0000 Subject: bump quickcheck to 0.5 Signed-off-by: Igor Gnatenko --- diff --git a/arrayref-0.3.4-fix-metadata.diff b/arrayref-0.3.4-fix-metadata.diff new file mode 100644 index 0000000..028c9e5 --- /dev/null +++ b/arrayref-0.3.4-fix-metadata.diff @@ -0,0 +1,8 @@ +--- arrayref-0.3.4/Cargo.toml 2017-04-25T05:15:12+02:00 ++++ arrayref-0.3.4/Cargo.toml 2017-12-02T17:10:08.364682+01:00 +@@ -8,4 +8,4 @@ + documentation = "https://docs.rs/arrayref" + + [dev-dependencies] +-quickcheck = "0.4" ++quickcheck = "0.5" diff --git a/rust-arrayref.spec b/rust-arrayref.spec index 1362bc4..ba97a7f 100644 --- a/rust-arrayref.spec +++ b/rust-arrayref.spec @@ -6,19 +6,22 @@ Name: rust-%{crate} Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Macros to take array references of slices License: BSD URL: https://crates.io/crates/arrayref Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +# Initial patched metadata +# * Bump quickcheck to 0.5, https://github.com/droundy/arrayref/pull/11 +Patch0: arrayref-0.3.4-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %if %{with check} # [dev-dependencies] -BuildRequires: (crate(quickcheck) >= 0.4.0 with crate(quickcheck) < 0.5.0) +BuildRequires: (crate(quickcheck) >= 0.5.0 with crate(quickcheck) < 0.6.0) %endif %description @@ -55,5 +58,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Dec 02 2017 Igor Gnatenko - 0.3.4-2 +- Bump quickcheck to 0.5 + * Tue Jun 20 2017 Martin Sehnoutka - 0.3.4-1 - Initial package