|
|
@ -6,27 +6,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.11.0
|
|
|
|
Version: 0.11.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Unified interface for parsing object file formats
|
|
|
|
Summary: Unified interface for parsing object file formats
|
|
|
|
|
|
|
|
|
|
|
|
# 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/object
|
|
|
|
URL: https://crates.io/crates/object
|
|
|
|
Source: %{crates_source}
|
|
|
|
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}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(flate2/default) >= 1.0.0 with crate(flate2/default) < 2.0.0)
|
|
|
|
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/archive) >= 0.0.22 with crate(goblin/archive) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/elf32) >= 0.0.19 with crate(goblin/elf32) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/elf32) >= 0.0.22 with crate(goblin/elf32) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/elf64) >= 0.0.19 with crate(goblin/elf64) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/elf64) >= 0.0.22 with crate(goblin/elf64) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/endian_fd) >= 0.0.19 with crate(goblin/endian_fd) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/endian_fd) >= 0.0.22 with crate(goblin/endian_fd) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/mach32) >= 0.0.19 with crate(goblin/mach32) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/mach32) >= 0.0.22 with crate(goblin/mach32) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/mach64) >= 0.0.19 with crate(goblin/mach64) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/mach64) >= 0.0.22 with crate(goblin/mach64) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/pe32) >= 0.0.19 with crate(goblin/pe32) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/pe32) >= 0.0.22 with crate(goblin/pe32) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/pe64) >= 0.0.19 with crate(goblin/pe64) < 0.0.20)
|
|
|
|
BuildRequires: (crate(goblin/pe64) >= 0.0.22 with crate(goblin/pe64) < 0.0.23)
|
|
|
|
BuildRequires: (crate(goblin/std) >= 0.0.19 with crate(goblin/std) < 0.0.20)
|
|
|
|
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(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(scroll) >= 0.9.0 with crate(scroll) < 0.10.0)
|
|
|
|
BuildRequires: (crate(uuid) >= 0.7.0 with crate(uuid) < 0.8.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
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Fri Apr 05 16:26:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-3
|
|
|
|
- Run tests in infrastructure
|
|
|
|
- Run tests in infrastructure
|
|
|
|
|
|
|
|
|
|
|
|