diff --git a/rust-quote.spec b/rust-quote.spec index 2143851..53f912d 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Quasi-quoting macro quote!(...) License: MIT or ASL 2.0 @@ -51,6 +51,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.3.15-3 +- Rebuild for rust-packaging v5 + * Wed Jun 14 2017 Igor Gnatenko - 0.3.15-2 - Port to use rust-packaging