From f70a2ae1a0fd6f17eeb196c83ec9bce3e3a87ec9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 8 Jan 2018 21:18:40 +0100 Subject: [PATCH] Rebuild for rust-packaging v5 Signed-off-by: Igor Gnatenko --- rust-shlex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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