From bb199f8c1eda27c5db808af910b9d27ed104616a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 09:03:07 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-thread_local.spec b/rust-thread_local.spec index 77e2732..2beb9cd 100644 --- a/rust-thread_local.spec +++ b/rust-thread_local.spec @@ -1,27 +1,31 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate thread_local Name: rust-%{crate} Version: 0.3.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Per-object thread-local storage # Upstream license specification: Apache-2.0/MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/thread_local -Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +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 \ -Per-object thread-local storage. +%global _description %{expand: +Per-object thread-local storage.} %description %{_description} @@ -52,7 +56,7 @@ which use "default" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build @@ -67,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 11:02:42 CEST 2019 Igor Gnatenko - 0.3.6-5 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 0.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild