diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index e817ca7..a05b4f3 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Determine displayed width of `char` and `str` types License: MIT or ASL 2.0 @@ -53,6 +53,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/scripts %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.4-4 +- Rebuild for rust-packaging v5 + * Sun Nov 05 2017 Igor Gnatenko - 0.1.4-3 - Exclude unneeded files