diff --git a/rust-heck.spec b/rust-heck.spec index 90a903b..31ee822 100644 --- a/rust-heck.spec +++ b/rust-heck.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm +# Generated by rust2rpm 9 %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Case conversion library # Upstream license specification: MIT OR Apache-2.0 @@ -19,8 +19,8 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(unicode-segmentation/default) >= 1.2.0 with crate(unicode-segmentation/default) < 2.0.0) -%global _description \ -Heck is a case conversion library. +%global _description %{expand: +Case conversion library.} %description %{_description} @@ -66,6 +66,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri May 31 14:01:44 CEST 2019 Igor Gnatenko - 0.3.1-1 +- Regenerate + * Sat Mar 09 2019 Igor Gnatenko - 0.3.1-3 - Adapt to new packaging