From 8c1dce25bb1edc580ac933658b8586fb9cc5f77f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 10:13:27 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-itoa.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/rust-itoa.spec b/rust-itoa.spec index 672f6c1..39ee7a6 100644 --- a/rust-itoa.spec +++ b/rust-itoa.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate itoa Name: rust-%{crate} Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast functions for printing integer primitives to an io::Write # Upstream license specification: MIT/Apache-2.0 @@ -15,11 +15,14 @@ URL: https://crates.io/crates/itoa Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Fast functions for printing integer primitives to an io::Write. +%global _description %{expand: +Fast functions for printing integer primitives to an io::Write.} %description %{_description} @@ -89,6 +92,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:13:08 CEST 2019 Igor Gnatenko - 0.4.4-2 +- Regenerate + * Thu May 02 08:37:44 CEST 2019 Igor Gnatenko - 0.4.4-1 - Update to 0.4.4