Bump goblin to 0.2

epel9
Josh Stone 5 years ago
parent 7efab22e22
commit f1238914da

@ -1,5 +1,5 @@
--- backtrace-0.3.40/Cargo.toml 1970-01-01T00:00:00+00:00
+++ backtrace-0.3.40/Cargo.toml 2019-12-16T23:44:11.877017+00:00
--- backtrace-0.3.44/Cargo.toml 2020-02-11T17:51:35+00:00
+++ backtrace-0.3.44/Cargo.toml 2020-02-26T23:50:16.943379+00:00
@@ -23,6 +23,7 @@
readme = "README.md"
license = "MIT/Apache-2.0"
@ -8,6 +8,15 @@
[[example]]
name = "backtrace"
@@ -86,7 +87,7 @@
optional = true
[dependencies.goblin]
-version = "0.1.3"
+version = "0.2"
features = ["elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "std"]
optional = true
default-features = false
@@ -112,12 +113,9 @@
optional = true

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.3.44
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library to acquire a stack trace (backtrace) at runtime in a Rust program
# Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,7 @@ Source: %{crates_source}
# Initial patched metadata
# * No windows/osx
# * Exclude CI files, https://github.com/alexcrichton/backtrace-rs/pull/131
# * Bump goblin to 0.2, https://github.com/rust-lang/backtrace-rs/pull/295
Patch0: backtrace-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -272,6 +273,9 @@ which use "unix-backtrace" feature of "%{crate}" crate.
%endif
%changelog
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 0.3.44-2
- Bump goblin to 0.2
* Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.3.44-1
- Update to 0.3.44

Loading…
Cancel
Save