From 7ac4ca97207a1615e81f07fe2f94f32f637648d1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 20 Jul 2019 21:19:25 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-chrono-humanize.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rust-chrono-humanize.spec b/rust-chrono-humanize.spec index 65e79d5..e0e726a 100644 --- a/rust-chrono-humanize.spec +++ b/rust-chrono-humanize.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.0.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Human-friendly time expressions # Upstream license specification: MIT/Apache-2.0 @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(chrono/default) >= 0.4.0 with crate(chrono/default) < 0.5.0) -%endif %global _description %{expand: Human-friendly time expressions - similar to Python arrow.humanize.} @@ -71,6 +68,9 @@ which use "pedantic" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -83,6 +83,9 @@ which use "pedantic" feature of "%{crate}" crate. %endif %changelog +* Sat Jul 20 21:19:01 CEST 2019 Igor Gnatenko - 0.0.11-3 +- Regenerate + * Sun Jun 09 22:05:19 CEST 2019 Igor Gnatenko - 0.0.11-2 - Regenerate