diff --git a/rust-backtrace.spec b/rust-backtrace.spec index d80a45d..b071a03 100644 --- a/rust-backtrace.spec +++ b/rust-backtrace.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to acquire a stack trace (backtrace) at runtime in a Rust program License: MIT or ASL 2.0 @@ -65,5 +65,8 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.3.5-2 +- Rebuild for rust-packaging v5 + * Thu Jan 04 2018 Igor Gnatenko - 0.3.5-1 - Initial package