From 8506242b05a0f0af0695eea822f425034c95b504 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Aug 09 2022 16:52:48 +0000 Subject: Bump addr2line from 0.17 to 0.18 --- diff --git a/backtrace-fix-metadata.diff b/backtrace-fix-metadata.diff index 4981696..22d1ef2 100644 --- a/backtrace-fix-metadata.diff +++ b/backtrace-fix-metadata.diff @@ -1,5 +1,5 @@ --- backtrace-0.3.66/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ backtrace-0.3.66/Cargo.toml 2022-08-09T09:33:39.983784+00:00 ++++ backtrace-0.3.66/Cargo.toml 2022-08-09T16:52:09.034297+00:00 @@ -25,6 +25,7 @@ readme = "README.md" license = "MIT/Apache-2.0" @@ -8,15 +8,22 @@ [[example]] name = "backtrace" -@@ -44,11 +45,6 @@ +@@ -48,17 +49,12 @@ + edition = "2018" [[test]] - name = "smoke" +-name = "accuracy" -required-features = ["std"] -edition = "2018" - -[[test]] --name = "accuracy" + name = "concurrent-panics" + harness = false required-features = ["std"] - edition = "2018" + [dependencies.addr2line] +-version = "0.17.0" ++version = "0.18.0" + default-features = false + + [dependencies.cfg-if] diff --git a/rust-backtrace.spec b/rust-backtrace.spec index 8a4c24a..8f7bb27 100644 --- a/rust-backtrace.spec +++ b/rust-backtrace.spec @@ -16,6 +16,7 @@ Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: backtrace-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes +# * bump addr2line from 0.17.0 to 0.18.0 # * drop accuracy test (requires crates to be built in dylib mode) # * exclude files for upstream CI Patch: backtrace-fix-metadata.diff