Bump goblin to 0.2

epel9
Josh Stone 5 years ago
parent 1893fd2e5e
commit 1dd0c09861

@ -0,0 +1,11 @@
--- object-0.17.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.17.0/Cargo.toml 2020-02-26T23:34:29.607455+00:00
@@ -35,7 +35,7 @@
optional = true
[dependencies.goblin]
-version = "0.1"
+version = "0.2"
features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"]
default-features = false

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.17.0 Version: 0.17.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Unified interface for reading and writing object file formats Summary: Unified interface for reading and writing 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
# * Bump goblin to 0.2
Patch0: object-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -180,6 +183,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 0.17.0-2
- Bump goblin to 0.2
* Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.17.0-1 * Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.17.0-1
- Update to 0.17.0 - Update to 0.17.0

Loading…
Cancel
Save