From b5a89e6a08d2dda482503321b52120ebac73f4f8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 20 Jul 2019 21:21:16 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-lscolors.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rust-lscolors.spec b/rust-lscolors.spec index 7e6cc05..f52ffb5 100644 --- a/rust-lscolors.spec +++ b/rust-lscolors.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global crate lscolors Name: rust-%{crate} Version: 0.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Colorize paths using the LS_COLORS environment variable # Upstream license specification: MIT/Apache-2.0 @@ -19,12 +19,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0) -%if %{with check} -BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) -%endif -%endif %global _description %{expand: Colorize paths using the LS_COLORS environment variable.} @@ -85,6 +79,9 @@ which use "ansi_term" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -97,6 +94,9 @@ which use "ansi_term" feature of "%{crate}" crate. %endif %changelog +* Sat Jul 20 21:20:42 CEST 2019 Igor Gnatenko - 0.5.0-3 +- Regenerate + * Sun Jun 09 19:56:47 CEST 2019 Igor Gnatenko - 0.5.0-2 - Regenerate