From 268150f92c375b2401a7db487c7778d46719e6fa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 15:32:39 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-number_prefix.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/rust-number_prefix.spec b/rust-number_prefix.spec index 93ad36a..51773b5 100644 --- a/rust-number_prefix.spec +++ b/rust-number_prefix.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm-9-1.fc31 -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate number_prefix Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for formatting numeric prefixes: kilo, giga, kibi # Upstream license specification: MIT @@ -15,11 +15,14 @@ URL: https://crates.io/crates/number_prefix Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Library for formatting numeric prefixes: kilo, giga, kibi. +%global _description %{expand: +Library for formatting numeric prefixes: kilo, giga, kibi.} %description %{_description} @@ -77,6 +80,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:32:21 CEST 2019 Igor Gnatenko - 0.3.0-2 +- Regenerate + * Tue May 07 13:54:03 CEST 2019 Igor Gnatenko - 0.3.0-1 - Update to 0.3.0