From caff625d87524112b16061492b9b51a8edcaa14e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 20 2019 09:13:19 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-thread_local.spec b/rust-thread_local.spec index 2beb9cd..9e28a6a 100644 --- a/rust-thread_local.spec +++ b/rust-thread_local.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.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Per-object thread-local storage # Upstream license specification: Apache-2.0/MIT @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) -%endif %global _description %{expand: Per-object thread-local storage.} @@ -59,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 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:12:52 CEST 2019 Igor Gnatenko - 0.3.6-6 +- Regenerate + * Sun Jun 09 11:02:42 CEST 2019 Igor Gnatenko - 0.3.6-5 - Regenerate