From cc459522bd0171ca4743c966536e5c5be5ba57e5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 23 Jun 2019 11:41:24 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-new_debug_unreachable.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/rust-new_debug_unreachable.spec b/rust-new_debug_unreachable.spec index 6ab4ac8..402564c 100644 --- a/rust-new_debug_unreachable.spec +++ b/rust-new_debug_unreachable.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm +# Generated by rust2rpm 10 # * Tests are not supposed to pass in --release %bcond_with check %global debug_package %{nil} @@ -7,20 +7,24 @@ Name: rust-%{crate} Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Panic in debug, intrinsics::unreachable() in release +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/new_debug_unreachable Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Panic in debug, intrinsics::unreachable() in release\ -(fork of debug_unreachable). +%global _description %{expand: +Panic in debug, intrinsics::unreachable() in release (fork of +debug_unreachable).} %description %{_description} @@ -54,6 +58,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 @@ -66,5 +73,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 23 11:40:57 CEST 2019 Igor Gnatenko - 1.0.3-2 +- Regenerate + * Mon Mar 11 2019 Igor Gnatenko - 1.0.3-1 - Initial package