From a73f2ecd0696197d4d970a633af65088743e263d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Fri, 13 Sep 2019 17:32:12 +0200 Subject: [PATCH] Bump quickcheck to 0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- bstr-fix-metadata.diff | 11 +++++++++++ rust-bstr.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bstr-fix-metadata.diff diff --git a/bstr-fix-metadata.diff b/bstr-fix-metadata.diff new file mode 100644 index 0000000..0c747bc --- /dev/null +++ b/bstr-fix-metadata.diff @@ -0,0 +1,11 @@ +--- bstr-0.2.8/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ bstr-0.2.8/Cargo.toml 2019-09-13T15:27:39.360746+00:00 +@@ -46,7 +46,7 @@ + optional = true + default-features = false + [dev-dependencies.quickcheck] +-version = "0.8.1" ++version = "0.9" + default-features = false + + [dev-dependencies.ucd-parse] diff --git a/rust-bstr.spec b/rust-bstr.spec index d6944d6..ab8e260 100644 --- a/rust-bstr.spec +++ b/rust-bstr.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: String type that is not required to be valid UTF-8 # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/bstr Source: %{crates_source} +# Initial patched metadata +# - Bump quickcheck to 0.9 https://github.com/BurntSushi/bstr/pull/23 +Patch0: bstr-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -155,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate. %endif %changelog +* Fri Sep 13 17:28:47 CEST 2019 Robert-André Mauchin - 0.2.8-2 +- Bump quickcheck to 0.9 + * Sun Sep 01 17:09:25 CEST 2019 Igor Gnatenko - 0.2.8-1 - Update to 0.2.8