From c42b6fb3005e177d2adb2142007f42cd8ac411f2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 22 2019 11:12:03 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-arrayref.spec b/rust-arrayref.spec index 3187e66..7a8c9e0 100644 --- a/rust-arrayref.spec +++ b/rust-arrayref.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate arrayref Name: rust-%{crate} Version: 0.3.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Macros to take array references of slices # Upstream license specification: BSD-2-Clause @@ -15,14 +15,14 @@ URL: https://crates.io/crates/arrayref Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%if %{with check} -BuildRequires: (crate(quickcheck/default) >= 0.6.0 with crate(quickcheck/default) < 0.7.0) -%endif -%global _description \ -Macros to take array references of slices. +%global _description %{expand: +Macros to take array references of slices.} %description %{_description} @@ -56,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 @@ -68,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 13:11:41 CEST 2019 Igor Gnatenko - 0.3.5-4 +- Regenerate + * Sun Feb 24 2019 Igor Gnatenko - 0.3.5-3 - Adapt to new packaging