From ddc18402b22a1fc5d4ea533d9f9d987b690da7b3 Mon Sep 17 00:00:00 2001
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date: Thu, 20 Jun 2019 00:15:49 +0200
Subject: [PATCH] Regenerate

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
 rust-tempfile.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/rust-tempfile.spec b/rust-tempfile.spec
index f389d29..0e10379 100644
--- a/rust-tempfile.spec
+++ b/rust-tempfile.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:        3.0.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for managing temporary files and directories
 
 # Upstream license specification: MIT/Apache-2.0
@@ -24,12 +24,6 @@ BuildArch:      noarch
 %endif
 
 BuildRequires:  rust-packaging
-%if ! %{__cargo_skip_build}
-BuildRequires:  (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
-BuildRequires:  (crate(libc/default) >= 0.2.27 with crate(libc/default) < 0.3.0)
-BuildRequires:  (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.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 temporary files and directories.}
@@ -66,6 +60,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
 
@@ -78,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Thu Jun 20 00:15:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.8-3
+- Regenerate
+
 * Sun Jun 09 21:57:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.8-2
 - Regenerate