diff --git a/rust-shlex.spec b/rust-shlex.spec index 20485e1..42a535a 100644 --- a/rust-shlex.spec +++ b/rust-shlex.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Split a string into shell words, like Python's shlex # https://github.com/comex/rust-shlex/issues/2 @@ -50,5 +50,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.1-2 +- Rebuild for rust-packaging v5 + * Wed Nov 29 2017 Igor Gnatenko - 0.1.1-1 - Initial package