From 675083e0a7a1c1e38b9c87354b4fed368b6af68e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 19 Jun 2019 23:33:52 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-quick-error.spec | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/rust-quick-error.spec b/rust-quick-error.spec index fa90f1a..979c422 100644 --- a/rust-quick-error.spec +++ b/rust-quick-error.spec @@ -1,26 +1,28 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate quick-error Name: rust-%{crate} Version: 1.2.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Macro which makes error types pleasant to write # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/quick-error -Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -A macro which makes error types pleasant to write. +%global _description %{expand: +Macro which makes error types pleasant to write.} %description %{_description} @@ -52,9 +54,12 @@ which use "default" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -67,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 19 23:33:16 CEST 2019 Igor Gnatenko - 1.2.2-6 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild