Update to 0.3.13

epel9
Josh Stone 6 years ago
parent a7a9ca40fa
commit 1db8ebbc34

1
.gitignore vendored

@ -4,3 +4,4 @@
/backtrace-0.3.8.crate
/backtrace-0.3.9.crate
/backtrace-0.3.12.crate
/backtrace-0.3.13.crate

@ -1,5 +1,5 @@
--- backtrace-0.3.12/Cargo.toml 1969-12-31T16:00:00-08:00
+++ backtrace-0.3.12/Cargo.toml 2018-12-12T13:38:50.557019-08:00
--- backtrace-0.3.13/Cargo.toml 1969-12-31T16:00:00-08:00
+++ backtrace-0.3.13/Cargo.toml 2019-01-10T09:06:58.691919-08:00
@@ -22,6 +22,7 @@
readme = "README.md"
license = "MIT/Apache-2.0"
@ -17,7 +17,7 @@
-optional = true
[dependencies.cfg-if]
version = "0.1"
version = "0.1.6"
@@ -53,22 +51,6 @@
version = "0.2.3"
optional = true
@ -41,8 +41,8 @@
[dependencies.rustc-demangle]
version = "0.1.4"
@@ -86,12 +68,8 @@
optional = true
@@ -88,12 +70,8 @@
version = "0.1"
[features]
-coresymbolication = []
@ -55,7 +55,7 @@
libbacktrace = ["backtrace-sys", "std"]
libunwind = []
serialize-rustc = ["rustc-serialize"]
@@ -104,6 +82,3 @@
@@ -106,6 +84,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.45"
default-features = false

@ -6,8 +6,8 @@
%global crate backtrace
Name: rust-%{crate}
Version: 0.3.12
Release: 2%{?dist}
Version: 0.3.13
Release: 1%{?dist}
Summary: Library to acquire a stack trace (backtrace) at runtime in a Rust program
# Upstream license specification: MIT/Apache-2.0
@ -23,10 +23,11 @@ Patch0: backtrace-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(autocfg/default) >= 0.1.0 with crate(autocfg/default) < 0.2.0)
BuildRequires: (crate(backtrace-sys/default) >= 0.1.17 with crate(backtrace-sys/default) < 0.2.0)
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(cfg-if/default) >= 0.1.6 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(cpp_demangle) >= 0.2.3 with crate(cpp_demangle) < 0.3.0)
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(libc) >= 0.2.45 with crate(libc) < 0.3.0)
BuildRequires: (crate(rustc-demangle/default) >= 0.1.4 with crate(rustc-demangle/default) < 0.2.0)
BuildRequires: (crate(rustc-serialize/default) >= 0.3.0 with crate(rustc-serialize/default) < 0.4.0)
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
@ -224,6 +225,9 @@ which use "unix-backtrace" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 10 2019 Josh Stone <jistone@redhat.com> - 0.3.13-1
- Update to 0.3.13
* Thu Dec 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.12-2
- Run tests in infrastructure

@ -1 +1 @@
SHA512 (backtrace-0.3.12.crate) = 40e5aa214691f9c3ea5a609b96ea364d72b7a1596c42f74777ac5906cddf0207f591922ffeb53ffcd62e47d3f296daea0c93b469ee3426cf34866397dc40f47a
SHA512 (backtrace-0.3.13.crate) = 434037b8b9bae57bbc788d5db05d02464cab8aac92be1bee9636aec17b02f14110e7d6bcf0c529ce5ffbf632c2fc939fbcd96600bd90656ac489c1ccf1e8e439

Loading…
Cancel
Save