diff --git a/rust-url.spec b/rust-url.spec index c765f83..f5a0028 100644 --- a/rust-url.spec +++ b/rust-url.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: URL library for Rust, based on the WHATWG URL Standard License: MIT or ASL 2.0 @@ -66,5 +66,8 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,appveyor.yml,docs,github.png} %changelog +* Mon Jan 08 2018 Igor Gnatenko - 1.6.0-2 +- Rebuild for rust-packaging v5 + * Fri Nov 10 2017 Igor Gnatenko - 1.6.0-1 - Initial package