Bump arrayvec to 0.5

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent be319a48ab
commit b61b1125e2

@ -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]

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.19.0 Version: 0.19.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library for reading and writing the DWARF debugging format Summary: Library for reading and writing the DWARF debugging format
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/gimli URL: https://crates.io/crates/gimli
Source: %{crates_source} 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -131,6 +134,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 20:55:53 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.19.0-2
- Bump arrayvec to 0.5
* Mon Dec 16 2019 Josh Stone <jistone@redhat.com> - 0.19.0-1 * Mon Dec 16 2019 Josh Stone <jistone@redhat.com> - 0.19.0-1
- Update to 0.19.0 - Update to 0.19.0

Loading…
Cancel
Save