From 6ff21f5b30635d8d382692ca088ea520f4fe21d2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:36:17 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-unicode-xid.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rust-unicode-xid.spec b/rust-unicode-xid.spec index 1536ecb..59976d4 100644 --- a/rust-unicode-xid.spec +++ b/rust-unicode-xid.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.1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Determine whether characters have XID_Start/XID_Continue properties # Upstream license specification: MIT/Apache-2.0 @@ -84,6 +84,9 @@ which use "no_std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -96,6 +99,9 @@ which use "no_std" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:35:49 CEST 2019 Igor Gnatenko - 0.1.0-10 +- Regenerate + * Sun Jun 09 11:07:50 CEST 2019 Igor Gnatenko - 0.1.0-9 - Regenerate