From cbedd256bb0d24d5af4e62a91282cd75fdfa68e0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Jul 2019 18:22:40 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-term_grid.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rust-term_grid.spec b/rust-term_grid.spec index 5e0f21c..a70d102 100644 --- a/rust-term_grid.spec +++ b/rust-term_grid.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.1.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for formatting strings into a grid layout # Upstream license specification: MIT @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(unicode-width/default) >= 0.1.3 with crate(unicode-width/default) < 0.2.0) -%endif %global _description %{expand: Library for formatting strings into a grid layout.} @@ -59,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 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jul 14 18:22:18 CEST 2019 Igor Gnatenko - 0.1.7-6 +- Regenerate + * Sun Jun 09 21:45:43 CEST 2019 Igor Gnatenko - 0.1.7-5 - Regenerate