From 31e2cc4b4e07348131d859441885b647832138d4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Jul 2019 18:21:57 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-iso8601.spec | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/rust-iso8601.spec b/rust-iso8601.spec index ebbae21..0cefa8b 100644 --- a/rust-iso8601.spec +++ b/rust-iso8601.spec @@ -1,26 +1,28 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate iso8601 Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parsing ISO8601 dates using nom +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/iso8601 Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(nom/default) >= 4.0.0 with crate(nom/default) < 5.0.0) -%global _description \ -Parsing ISO8601 dates using nom. +%global _description %{expand: +Parsing ISO8601 dates using nom.} %description %{_description} @@ -54,6 +56,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -66,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jul 14 18:21:35 CEST 2019 Igor Gnatenko - 0.3.0-2 +- Regenerate + * Sun Feb 10 2019 Igor Gnatenko - 0.3.0-1 - Update to 0.3.0