From 13205751032ce3cf36facb8f2323a80913e2d754 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 10:17:08 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-take_mut.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/rust-take_mut.spec b/rust-take_mut.spec index d2fee78..f1d0c58 100644 --- a/rust-take_mut.spec +++ b/rust-take_mut.spec @@ -1,24 +1,28 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate take_mut Name: rust-%{crate} Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Take a T from a &mut T temporarily +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/take_mut Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Take a T from a &mut T temporarily. +%global _description %{expand: +Take a T from a &mut T temporarily.} %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,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 10:16:46 CEST 2019 Igor Gnatenko - 0.2.2-5 +- Regenerate + * Sat Mar 09 2019 Igor Gnatenko - 0.2.2-4 - Adapt to new packaging