From 0e8f567b09eb38e3e90d6d77f81fb3d2b58c6d9d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 13:30:25 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-autocfg.spec b/rust-autocfg.spec index 5e6978e..c1278a7 100644 --- a/rust-autocfg.spec +++ b/rust-autocfg.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm-9-1.fc30 -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate autocfg Name: rust-%{crate} Version: 0.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatic cfg for Rust compiler features # Upstream license specification: Apache-2.0/MIT @@ -15,11 +15,14 @@ URL: https://crates.io/crates/autocfg Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Automatic cfg for Rust compiler features. +%global _description %{expand: +Automatic cfg for Rust compiler features.} %description %{_description} @@ -65,6 +68,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:29:59 CEST 2019 Igor Gnatenko - 0.1.4-2 +- Regenerate + * Wed May 22 2019 Josh Stone - 0.1.4-1 - Update to 0.1.4