From af19218f5fbe6dc932630f5568a989569cc0b32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Fri, 6 Dec 2019 17:42:28 +0100 Subject: [PATCH] Bump arrayvec to 0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- csv-core-fix-metadata.diff | 11 +++++++++++ rust-csv-core.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 csv-core-fix-metadata.diff diff --git a/csv-core-fix-metadata.diff b/csv-core-fix-metadata.diff new file mode 100644 index 0000000..abec02a --- /dev/null +++ b/csv-core-fix-metadata.diff @@ -0,0 +1,11 @@ +--- csv-core-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ csv-core-0.1.6/Cargo.toml 2019-12-06T16:38:26.108167+00:00 +@@ -30,7 +30,7 @@ + version = "2" + default-features = false + [dev-dependencies.arrayvec] +-version = "0.4" ++version = "0.5" + default-features = false + + [features] diff --git a/rust-csv-core.spec b/rust-csv-core.spec index 12a0b8b..b50228f 100644 --- a/rust-csv-core.spec +++ b/rust-csv-core.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bare bones CSV parsing with no_std support # Upstream license specification: Unlicense/MIT License: Unlicense or MIT URL: https://crates.io/crates/csv-core Source: %{crates_source} +# Initial patched metadata +# - Bump arrayvec to 0.5 https://github.com/BurntSushi/rust-csv/pull/182 +Patch0: csv-core-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -83,6 +86,9 @@ which use "libc" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 06 17:39:06 CET 2019 Robert-André Mauchin - 0.1.6-3 +- Bump arrayvec to 0.5 + * Fri Jul 26 2019 Fedora Release Engineering - 0.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild