From dd495247c9bc3bed04c0d4e7e9458d39f031735d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 12:28:14 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-libc.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rust-libc.spec b/rust-libc.spec index 409e48e..190fb60 100644 --- a/rust-libc.spec +++ b/rust-libc.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.2.58 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Raw FFI bindings to platform libraries like libc # Upstream license specification: MIT OR Apache-2.0 @@ -20,7 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -BuildRequires: glibc-devel %global _description %{expand: Raw FFI bindings to platform libraries like libc.} @@ -130,6 +129,10 @@ which use "use_std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires +echo 'glibc-devel' + %build %cargo_build @@ -142,6 +145,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 12:27:42 CEST 2019 Igor Gnatenko - 0.2.58-3 +- Regenerate + * Sun Jun 09 11:39:04 CEST 2019 Igor Gnatenko - 0.2.58-2 - Regenerate