From dc450215628ce92fdcb6bf989d4cc6ec212f472f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 20:12:04 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-vec_map.spec b/rust-vec_map.spec index d3adc90..261bf75 100644 --- a/rust-vec_map.spec +++ b/rust-vec_map.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate vec_map Name: rust-%{crate} Version: 0.8.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Simple map based on a vector for small integer keys # Upstream license specification: MIT/Apache-2.0 @@ -19,11 +18,14 @@ Source: %{crates_source} Patch0: vec_map-fix-metadata.diff ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -A simple map based on a vector for small integer keys. +%global _description %{expand: +Simple map based on a vector for small integer keys.} %description %{_description} @@ -93,6 +95,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 22:11:36 CEST 2019 Igor Gnatenko - 0.8.1-7 +- Regenerate + * Sun Mar 10 2019 Igor Gnatenko - 0.8.1-6 - Do not pull optional dependencies