From bb94e129984d501c4be4f236de1f2c40487d01bf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 22 2019 18:28:20 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-lru-cache.spec b/rust-lru-cache.spec index c859d31..38c9593 100644 --- a/rust-lru-cache.spec +++ b/rust-lru-cache.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 9 -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate lru-cache Name: rust-%{crate} Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cache that holds a limited number of key-value pairs # Upstream license specification: MIT/Apache-2.0 @@ -15,9 +15,11 @@ URL: https://crates.io/crates/lru-cache Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(linked-hash-map/default) >= 0.5.0 with crate(linked-hash-map/default) < 0.6.0) %global _description %{expand: Cache that holds a limited number of key-value pairs.} @@ -78,6 +80,9 @@ which use "heapsize_impl" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -90,5 +95,8 @@ which use "heapsize_impl" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 20:27:59 CEST 2019 Igor Gnatenko - 0.1.2-2 +- Regenerate + * Fri May 31 08:48:33 CEST 2019 Igor Gnatenko - 0.1.2-1 - Initial package