Update to version 0.3.61; Fixes RHBZ#1967769

epel9
Fabio Valentini 3 years ago
parent 5a12b5106a
commit 293bcb291a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/backtrace-0.3.54.crate
/backtrace-0.3.55.crate
/backtrace-0.3.59.crate
/backtrace-0.3.61.crate

@ -1,5 +1,5 @@
--- backtrace-0.3.59/Cargo.toml 1970-01-01T00:00:00+00:00
+++ backtrace-0.3.59/Cargo.toml 2021-05-08T18:09:11.692936+00:00
--- backtrace-0.3.61/Cargo.toml 1970-01-01T00:00:00+00:00
+++ backtrace-0.3.61/Cargo.toml 2021-09-21T21:18:07.275197+00:00
@@ -47,11 +47,6 @@
edition = "2018"
@ -30,5 +30,5 @@
-unix-backtrace = []
-verify-winapi = ["winapi/dbghelp", "winapi/handleapi", "winapi/libloaderapi", "winapi/memoryapi", "winapi/minwindef", "winapi/processthreadsapi", "winapi/synchapi", "winapi/tlhelp32", "winapi/winbase", "winapi/winnt"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.3"
-version = "0.3.9"
-optional = true

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate backtrace
Name: rust-%{crate}
Version: 0.3.59
Version: 0.3.61
Release: %autorelease
Summary: Library to acquire a stack trace (backtrace) at runtime in a Rust program
@ -43,7 +43,7 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{ci/,.github/,.gitmodules}
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/ci/
%package -n %{name}+default-devel
Summary: %{summary}
@ -155,7 +155,7 @@ which use "std" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
# drop accuracy test (requires stuff to be built as dylib.so)
# drop accuracy test (requires stuff to be built in dylib mode)
rm -r tests/accuracy/
%cargo_prep

@ -1 +1 @@
SHA512 (backtrace-0.3.59.crate) = 298ca370d46993d499a836c425c3fb5a9a4bdf2fccbb22a2f7fc174041d77cd6997abe5867da251a3e58fa1f06ecac8afa3c1bab436b290f785a8a7d8fb0056e
SHA512 (backtrace-0.3.61.crate) = 209105f135720b54d584c7ccecdb16b49381cc7531c94b81ff7279a44752ee11075cd85960f86f809a22ecb3dac6728afa05903c1d355df3ad8abf4503eec861

Loading…
Cancel
Save