From b61b1125e23f08c79634e6678cc9de94cd36912d Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Dec 20 2019 19:56:43 +0000 Subject: Bump arrayvec to 0.5 Signed-off-by: Robert-André Mauchin --- diff --git a/gimli-fix-metadata.diff b/gimli-fix-metadata.diff new file mode 100644 index 0000000..7492a67 --- /dev/null +++ b/gimli-fix-metadata.diff @@ -0,0 +1,11 @@ +--- gimli-0.19.0/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ gimli-0.19.0/Cargo.toml 2019-12-06T16:50:37.854380+00:00 +@@ -24,7 +24,7 @@ + license = "Apache-2.0/MIT" + repository = "https://github.com/gimli-rs/gimli" + [dependencies.arrayvec] +-version = "0.4.6" ++version = "0.5.0" + default-features = false + + [dependencies.byteorder] diff --git a/rust-gimli.spec b/rust-gimli.spec index 226b16e..1518f64 100644 --- a/rust-gimli.spec +++ b/rust-gimli.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.19.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for reading and writing the DWARF debugging format # Upstream license specification: Apache-2.0/MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/gimli Source: %{crates_source} +# Initial patched metadata +# - Bump arrayvec to 0.5 https://github.com/gimli-rs/gimli/pull/458 +Patch0: gimli-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -131,6 +134,9 @@ which use "write" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 20 20:55:53 CET 2019 Robert-André Mauchin - 0.19.0-2 +- Bump arrayvec to 0.5 + * Mon Dec 16 2019 Josh Stone - 0.19.0-1 - Update to 0.19.0