From 1dd0c098616188ba9355d523690087c9a49783c1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 26 Feb 2020 15:52:01 -0800 Subject: [PATCH] Bump goblin to 0.2 --- object-fix-metadata.diff | 11 +++++++++++ rust-object.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 object-fix-metadata.diff diff --git a/object-fix-metadata.diff b/object-fix-metadata.diff new file mode 100644 index 0000000..7bb0858 --- /dev/null +++ b/object-fix-metadata.diff @@ -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 + diff --git a/rust-object.spec b/rust-object.spec index e1d7f6a..caf8745 100644 --- a/rust-object.spec +++ b/rust-object.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.17.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unified interface for reading and writing 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 +# * Bump goblin to 0.2 +Patch0: object-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -180,6 +183,9 @@ which use "write" feature of "%{crate}" crate. %endif %changelog +* Wed Feb 26 2020 Josh Stone - 0.17.0-2 +- Bump goblin to 0.2 + * Wed Feb 19 2020 Josh Stone - 0.17.0-1 - Update to 0.17.0