From 395f48022741592b1702d372ade67b391d664d10 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 23 2019 09:30:59 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-unic-common.spec b/rust-unic-common.spec index ace1ad0..9284346 100644 --- a/rust-unic-common.spec +++ b/rust-unic-common.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 9 -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate unic-common Name: rust-%{crate} Version: 0.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: UNIC — Common Utilities # Upstream license specification: MIT/Apache-2.0 @@ -16,6 +16,9 @@ URL: https://crates.io/crates/unic-common Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging @@ -65,6 +68,9 @@ which use "unstable" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -77,5 +83,8 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 23 11:30:30 CEST 2019 Igor Gnatenko - 0.9.0-2 +- Regenerate + * Fri May 31 11:42:18 CEST 2019 Igor Gnatenko - 0.9.0-1 - Initial package