From c0af054a28da28b16d7cfaf454def679a7e6452a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 10 Nov 2018 12:05:57 +0100 Subject: [PATCH] Fix description Signed-off-by: Igor Gnatenko --- rust-num-complex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-num-complex.spec b/rust-num-complex.spec index de2b65c..ab0fcf0 100644 --- a/rust-num-complex.spec +++ b/rust-num-complex.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Complex numbers implementation for Rust # Upstream license specification: MIT/Apache-2.0 @@ -24,7 +24,7 @@ BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0) BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0) %global _description \ -Complex numbers implementation for Rust +Complex numbers implementation for Rust. %description %{_description} @@ -118,6 +118,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Nov 10 2018 Igor Gnatenko - 0.2.1-3 +- Fix description + * Fri Nov 09 2018 Robert-André Mauchin - 0.2.1-2 - Adapt to new packaging