From 71ede41a6827629548190c3f37a9c11e08f4a39a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 14 2019 17:05:09 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-termios.spec b/rust-termios.spec index ba060b5..52533ff 100644 --- a/rust-termios.spec +++ b/rust-termios.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.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Safe bindings for the termios library # Upstream license specification: MIT @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) -%endif %global _description %{expand: Safe bindings for the termios library.} @@ -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 19:04:46 CEST 2019 Igor Gnatenko - 0.3.1-6 +- Regenerate + * Sun Jun 09 15:48:13 CEST 2019 Igor Gnatenko - 0.3.1-5 - Regenerate