From ad227958c860f0eb4946d8f9cae3b18777812a9e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 01 2018 11:28:09 +0000 Subject: Bump quickcheck to 0.6 Signed-off-by: Igor Gnatenko --- diff --git a/memchr-2.0.1-fix-metadata.diff b/memchr-2.0.1-fix-metadata.diff new file mode 100644 index 0000000..e61dbee --- /dev/null +++ b/memchr-2.0.1-fix-metadata.diff @@ -0,0 +1,11 @@ +--- memchr-2.0.1/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ memchr-2.0.1/Cargo.toml 2018-01-01T12:27:36.336166+01:00 +@@ -32,7 +32,7 @@ + optional = true + default-features = false + [dev-dependencies.quickcheck] +-version = "0.5" ++version = "0.6" + default-features = false + + [features] diff --git a/rust-memchr.spec b/rust-memchr.spec index e1e68e5..372bd7b 100644 --- a/rust-memchr.spec +++ b/rust-memchr.spec @@ -7,12 +7,15 @@ Name: rust-%{crate} Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safe interface to memchr License: Unlicense or MIT URL: https://crates.io/crates/memchr Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +# Initial patched metadata +# * Bump quickcheck to 0.6, https://github.com/BurntSushi/rust-memchr/pull/25 +Patch0: memchr-2.0.1-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -21,7 +24,7 @@ BuildRequires: rust-packaging BuildRequires: (crate(libc) >= 0.2.18 with crate(libc) < 0.3.0) %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 @@ -59,6 +62,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,appveyor.yml,ctags.rust,session.vim} %changelog +* Mon Jan 01 2018 Igor Gnatenko - 2.0.1-2 +- Bump quickcheck to 0.6 + * Thu Nov 30 2017 Igor Gnatenko - 2.0.1-1 - Update to 2.0.1