diff --git a/atty-fix-metadata.diff b/atty-fix-metadata.diff index 8e0ac1c..c7b28c9 100644 --- a/atty-fix-metadata.diff +++ b/atty-fix-metadata.diff @@ -1,5 +1,5 @@ ---- atty-0.2.11/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ atty-0.2.11/Cargo.toml 2018-10-27T11:54:14.799204+02:00 +--- atty-0.2.11/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ atty-0.2.11/Cargo.toml 2019-06-20T09:39:37.829263+00:00 @@ -21,13 +21,9 @@ keywords = ["terminal", "tty"] license = "MIT" diff --git a/rust-atty.spec b/rust-atty.spec index 840a42a..d40d05c 100644 --- a/rust-atty.spec +++ b/rust-atty.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 # * Checks are pretty much useless, because they rely on tty %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.2.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple interface for querying atty # Upstream license specification: MIT @@ -25,9 +25,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0) -%endif %global _description %{expand: Simple interface for querying atty.} @@ -64,6 +61,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 @@ -76,6 +76,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:39:37 CEST 2019 Igor Gnatenko - 0.2.11-6 +- Regenerate + * Sun Jun 09 11:35:58 CEST 2019 Igor Gnatenko - 0.2.11-5 - Regenerate