diff --git a/rust-termcolor.spec b/rust-termcolor.spec index aae093a..f272259 100644 --- a/rust-termcolor.spec +++ b/rust-termcolor.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.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple cross platform library for writing colored text to a terminal # Upstream license specification: Unlicense OR MIT @@ -59,6 +59,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 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 09:38:57 CEST 2019 Igor Gnatenko - 1.0.5-3 +- Regenerate + * Sun Jun 09 11:12:29 CEST 2019 Igor Gnatenko - 1.0.5-2 - Regenerate diff --git a/termcolor-fix-metadata.diff b/termcolor-fix-metadata.diff index 56714a1..089a96c 100644 --- a/termcolor-fix-metadata.diff +++ b/termcolor-fix-metadata.diff @@ -1,5 +1,5 @@ ---- termcolor-1.0.4/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ termcolor-1.0.4/Cargo.toml 2019-03-10T10:04:52.047292+01:00 +--- termcolor-1.0.5/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ termcolor-1.0.5/Cargo.toml 2019-06-20T07:38:56.935036+00:00 @@ -26,5 +26,3 @@ [lib] name = "termcolor"