|
|
@ -1,21 +1,18 @@
|
|
|
|
# Generated by rust2rpm
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate object
|
|
|
|
%global crate object
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.11.0
|
|
|
|
Version: 0.12.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?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}
|
|
|
|
|
|
|
|
|
|
|
@ -30,7 +27,7 @@ BuildRequires: (crate(goblin/mach64) >= 0.0.22 with crate(goblin/mach64) < 0.0.
|
|
|
|
BuildRequires: (crate(goblin/pe32) >= 0.0.22 with crate(goblin/pe32) < 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/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(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.38.0 with crate(parity-wasm/default) < 0.39.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)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
@ -145,6 +142,9 @@ which use "wasm" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 07 15:33:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.0-1
|
|
|
|
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 20 17:45:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-4
|
|
|
|
* Sat Apr 20 17:45:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-4
|
|
|
|
- Update goblin to 0.0.22
|
|
|
|
- Update goblin to 0.0.22
|
|
|
|
|
|
|
|
|
|
|
|