From 9a45ea076c6f8c5014b22d663dc0cb82c222c83f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 22:05:45 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-chrono-humanize.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/rust-chrono-humanize.spec b/rust-chrono-humanize.spec index 75471c5..65e79d5 100644 --- a/rust-chrono-humanize.spec +++ b/rust-chrono-humanize.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate chrono-humanize Name: rust-%{crate} Version: 0.0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Human-friendly time expressions # Upstream license specification: MIT/Apache-2.0 @@ -15,12 +15,17 @@ URL: https://crates.io/crates/chrono-humanize Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +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 \ -Human-friendly time expressions - similar to Python arrow.humanize. +%global _description %{expand: +Human-friendly time expressions - similar to Python arrow.humanize.} %description %{_description} @@ -78,5 +83,8 @@ which use "pedantic" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 22:05:19 CEST 2019 Igor Gnatenko - 0.0.11-2 +- Regenerate + * Thu Apr 25 2019 Robert-André Mauchin - 0.0.11-1 - Initial package