diff --git a/rust-shlex.spec b/rust-shlex.spec index 33d94f4..ad99206 100644 --- a/rust-shlex.spec +++ b/rust-shlex.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Split a string into shell words, like Python's shlex # Upstream license specification: MIT/Apache-2.0 @@ -64,6 +64,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sun Nov 04 2018 Igor Gnatenko - 0.1.1-5 - Adapt to new packaging