From 70f86a557a97cbb6f722057cfd8a19ebc3c4842e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 22 2019 14:49:29 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-checked_int_cast.spec b/rust-checked_int_cast.spec index 6a8e948..29fe479 100644 --- a/rust-checked_int_cast.spec +++ b/rust-checked_int_cast.spec @@ -1,24 +1,28 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate checked_int_cast Name: rust-%{crate} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Conversions between primitive integers with overflow and underflow checking +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/checked_int_cast Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Conversions between primitive integers with overflow and underflow checking. +%global _description %{expand: +Conversions between primitive integers with overflow and underflow checking.} %description %{_description} @@ -52,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 @@ -64,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 16:49:04 CEST 2019 Igor Gnatenko - 1.0.0-2 +- Regenerate + * Fri Mar 15 2019 Igor Gnatenko - 1.0.0-1 - Initial package