Bump object to 0.7

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 0b7b7f0a30
commit 8f088f054f

@ -1,11 +1,11 @@
--- gimli-0.15.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ gimli-0.15.0/Cargo.toml 2017-12-03T21:41:30.031228+01:00
+++ gimli-0.15.0/Cargo.toml 2018-01-01T15:38:38.993446+01:00
@@ -36,7 +36,7 @@
version = "0.6"
[dev-dependencies.object]
-version = "0.5.0"
+version = "0.6"
+version = "0.7"
[dev-dependencies.test-assembler]
version = "0.1.3"

@ -13,9 +13,9 @@ License: ASL 2.0 or MIT
URL: https://crates.io/crates/gimli
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump object to 0.6, https://github.com/gimli-rs/gimli/pull/265
# * Bump object to 0.7, https://github.com/gimli-rs/gimli/pull/277
Patch0: gimli-0.15.0-fix-metadata.diff
# Make it work with object-v0.6
# Make it work with object-v0.6, https://github.com/gimli-rs/gimli/pull/265
Patch1: 0001-bump-object-to-0.6.patch
ExclusiveArch: %{rust_arches}
@ -29,7 +29,7 @@ BuildRequires: (crate(fallible-iterator) >= 0.1.2 with crate(fallible-iterator)
# [dev-dependencies]
BuildRequires: (crate(getopts) >= 0.2.0 with crate(getopts) < 0.3.0)
BuildRequires: (crate(memmap) >= 0.6.0 with crate(memmap) < 0.7.0)
BuildRequires: (crate(object) >= 0.6.0 with crate(object) < 0.7.0)
BuildRequires: (crate(object) >= 0.7.0 with crate(object) < 0.8.0)
BuildRequires: (crate(test-assembler) >= 0.1.3 with crate(test-assembler) < 0.2.0)
%endif

Loading…
Cancel
Save