diff --git a/rust-unicode-xid.spec b/rust-unicode-xid.spec index 0fda61a..4636737 100644 --- a/rust-unicode-xid.spec +++ b/rust-unicode-xid.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Determine whether characters have XID_Start/XID_Continue properties License: MIT or ASL 2.0 @@ -53,6 +53,9 @@ rm -vrf .gitignore .travis.yml scripts %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.0-3 +- Rebuild for rust-packaging v5 + * Sat Oct 21 2017 Igor Gnatenko - 0.1.0-2 - Rebuild to get dependency on cargo