Update goblin to 0.0.22

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 19d6c8f8f3
commit 6c05b52d1a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -0,0 +1,11 @@
--- object-0.11.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.11.0/Cargo.toml 2019-04-20T15:45:43.618313+00:00
@@ -24,7 +24,7 @@
optional = true
[dependencies.goblin]
-version = "0.0.19"
+version = "0.0.22"
features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"]
default-features = false

@ -6,27 +6,30 @@
Name: rust-%{crate}
Version: 0.11.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Unified interface for parsing object file formats
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/object
Source: %{crates_source}
# Initial patched metadata
# * Update goblin to 0.0.22, https://github.com/gimli-rs/object/pull/105
Patch0: object-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(flate2/default) >= 1.0.0 with crate(flate2/default) < 2.0.0)
BuildRequires: (crate(goblin/archive) >= 0.0.19 with crate(goblin/archive) < 0.0.20)
BuildRequires: (crate(goblin/elf32) >= 0.0.19 with crate(goblin/elf32) < 0.0.20)
BuildRequires: (crate(goblin/elf64) >= 0.0.19 with crate(goblin/elf64) < 0.0.20)
BuildRequires: (crate(goblin/endian_fd) >= 0.0.19 with crate(goblin/endian_fd) < 0.0.20)
BuildRequires: (crate(goblin/mach32) >= 0.0.19 with crate(goblin/mach32) < 0.0.20)
BuildRequires: (crate(goblin/mach64) >= 0.0.19 with crate(goblin/mach64) < 0.0.20)
BuildRequires: (crate(goblin/pe32) >= 0.0.19 with crate(goblin/pe32) < 0.0.20)
BuildRequires: (crate(goblin/pe64) >= 0.0.19 with crate(goblin/pe64) < 0.0.20)
BuildRequires: (crate(goblin/std) >= 0.0.19 with crate(goblin/std) < 0.0.20)
BuildRequires: (crate(goblin/archive) >= 0.0.22 with crate(goblin/archive) < 0.0.23)
BuildRequires: (crate(goblin/elf32) >= 0.0.22 with crate(goblin/elf32) < 0.0.23)
BuildRequires: (crate(goblin/elf64) >= 0.0.22 with crate(goblin/elf64) < 0.0.23)
BuildRequires: (crate(goblin/endian_fd) >= 0.0.22 with crate(goblin/endian_fd) < 0.0.23)
BuildRequires: (crate(goblin/mach32) >= 0.0.22 with crate(goblin/mach32) < 0.0.23)
BuildRequires: (crate(goblin/mach64) >= 0.0.22 with crate(goblin/mach64) < 0.0.23)
BuildRequires: (crate(goblin/pe32) >= 0.0.22 with crate(goblin/pe32) < 0.0.23)
BuildRequires: (crate(goblin/pe64) >= 0.0.22 with crate(goblin/pe64) < 0.0.23)
BuildRequires: (crate(goblin/std) >= 0.0.22 with crate(goblin/std) < 0.0.23)
BuildRequires: (crate(parity-wasm/default) >= 0.35.0 with crate(parity-wasm/default) < 0.36.0)
BuildRequires: (crate(scroll) >= 0.9.0 with crate(scroll) < 0.10.0)
BuildRequires: (crate(uuid) >= 0.7.0 with crate(uuid) < 0.8.0)
@ -142,6 +145,9 @@ which use "wasm" feature of "%{crate}" crate.
%endif
%changelog
* Sat Apr 20 17:45:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-4
- Update goblin to 0.0.22
* Fri Apr 05 16:26:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-3
- Run tests in infrastructure

Loading…
Cancel
Save