From 9d420ea8adc89c6718ed4d2bff1b594954b3716e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 17:24:16 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-tempdir.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/rust-tempdir.spec b/rust-tempdir.spec index 7bc8519..e3d8371 100644 --- a/rust-tempdir.spec +++ b/rust-tempdir.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Library for managing a temporary directory # Upstream license specification: MIT/Apache-2.0 @@ -20,10 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0) -BuildRequires: (crate(remove_dir_all/default) >= 0.5.0 with crate(remove_dir_all/default) < 0.6.0) -%endif %global _description %{expand: Library for managing a temporary directory and deleting all contents when it's @@ -61,6 +57,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 @@ -73,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 17:23:50 CEST 2019 Igor Gnatenko - 0.3.7-7 +- Regenerate + * Sun Jun 09 21:37:27 CEST 2019 Igor Gnatenko - 0.3.7-6 - Regenerate