From 0bff07c9f82e761f00526e49a40090a448570ba6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 09:40:03 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-smallvec.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/rust-smallvec.spec b/rust-smallvec.spec index 023bbb3..af5a7b9 100644 --- a/rust-smallvec.spec +++ b/rust-smallvec.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: 0.6.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 'Small vector' optimization: store up to a small number of items on the stack # Upstream license specification: MIT/Apache-2.0 @@ -20,11 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -%if %{with check} -BuildRequires: (crate(bincode/default) >= 1.0.1 with crate(bincode/default) < 2.0.0) -%endif -%endif %global _description %{expand: 'Small vector' optimization: store up to a small number of items on the stack.} @@ -121,6 +116,9 @@ which use "union" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -133,6 +131,9 @@ which use "union" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 09:39:44 CEST 2019 Igor Gnatenko - 0.6.10-2 +- Regenerate + * Mon Jun 10 2019 Josh Stone - 0.6.10-1 - Update to 0.6.10