diff --git a/rust-gimli.spec b/rust-gimli.spec index 3a2f42c..ba8d233 100644 --- a/rust-gimli.spec +++ b/rust-gimli.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.15.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Blazing fast DWARF debugging format parser License: ASL 2.0 or MIT @@ -74,5 +74,8 @@ chmod -x benches/bench.rs examples/dwarfdump.rs src/test_util.rs %exclude %{cargo_registry}/%{crate}-%{version}/{coverage,format,releases} %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.15.0-2 +- Rebuild for rust-packaging v5 + * Sun Dec 03 2017 Igor Gnatenko - 0.15.0-1 - Initial package