From a0f6e8a8eeecb95d106c5a6d83bd5fdb38e33de2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:31:49 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-encoding_rs_io.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rust-encoding_rs_io.spec b/rust-encoding_rs_io.spec index 1992c22..f003c8b 100644 --- a/rust-encoding_rs_io.spec +++ b/rust-encoding_rs_io.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.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Streaming transcoding for encoding_rs # Upstream license specification: MIT OR Apache-2.0 @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(encoding_rs/default) >= 0.8.0 with crate(encoding_rs/default) < 0.9.0) -%endif %global _description %{expand: Streaming transcoding for encoding_rs.} @@ -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 +* Thu Jun 20 11:31:30 CEST 2019 Igor Gnatenko - 0.1.6-3 +- Regenerate + * Sun Jun 09 09:53:01 CEST 2019 Igor Gnatenko - 0.1.6-2 - Regenerate