From 41d9fa55ced26c514fd4fcf1d7a0dd2dafcecdcd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:47:28 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-serde_derive.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/rust-serde_derive.spec b/rust-serde_derive.spec index 142c166..aca7df0 100644 --- a/rust-serde_derive.spec +++ b/rust-serde_derive.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.92 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)] # Upstream license specification: MIT OR Apache-2.0 @@ -20,15 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0) -BuildRequires: (crate(quote/default) >= 0.6.3 with crate(quote/default) < 0.7.0) -BuildRequires: (crate(syn/default) >= 0.15.22 with crate(syn/default) < 0.16.0) -BuildRequires: (crate(syn/visit) >= 0.15.22 with crate(syn/visit) < 0.16.0) -%if %{with check} -BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0) -%endif -%endif %global _description %{expand: Macros 1.1 implementation of #[derive(Serialize, Deserialize)].} @@ -77,6 +68,9 @@ which use "deserialize_in_place" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -89,6 +83,9 @@ which use "deserialize_in_place" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:47:02 CEST 2019 Igor Gnatenko - 1.0.92-3 +- Regenerate + * Sun Jun 09 11:18:58 CEST 2019 Igor Gnatenko - 1.0.92-2 - Regenerate