From 32ee722895acbb92b00f188dbfaadef164d912fa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 27 2019 15:13:11 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-actix_derive.spec b/rust-actix_derive.spec index 856d070..67c48b0 100644 --- a/rust-actix_derive.spec +++ b/rust-actix_derive.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 actix_derive Name: rust-%{crate} Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Actor framework for Rust # Upstream license specification: MIT/Apache-2.0 @@ -15,12 +15,11 @@ URL: https://crates.io/crates/actix_derive Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0) -BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0) -BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0) -BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0) %global _description %{expand: Actor framework for Rust.} @@ -57,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 @@ -69,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 27 17:12:48 CEST 2019 Igor Gnatenko - 0.4.0-2 +- Regenerate + * Thu May 30 20:15:58 CEST 2019 Igor Gnatenko - 0.4.0-1 - Initial package