From eff47a944372176afe3c2084b6fcee5b529b44aa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 23 Jun 2019 10:59:31 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-gif.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/rust-gif.spec b/rust-gif.spec index 1acbac7..221263c 100644 --- a/rust-gif.spec +++ b/rust-gif.spec @@ -1,5 +1,5 @@ -# Generated by rust2rpm-9-1.fc30 -# https://github.com/PistonDevelopers/image-gif/issues/51 +# Generated by rust2rpm 10 +# * https://github.com/PistonDevelopers/image-gif/issues/51 %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIF de- and encoder # Upstream license specification: MIT/Apache-2.0 @@ -16,16 +16,14 @@ URL: https://crates.io/crates/gif Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(color_quant/default) >= 1.0.0 with crate(color_quant/default) < 2.0.0) -BuildRequires: (crate(lzw/default) >= 0.10.0 with crate(lzw/default) < 0.11.0) -%if %{with check} -BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0) -%endif -%global _description \ -GIF de- and encoder. +%global _description %{expand: +GIF de- and encoder.} %description %{_description} @@ -95,6 +93,9 @@ which use "raii_no_panic" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -107,6 +108,9 @@ which use "raii_no_panic" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 23 10:58:48 CEST 2019 Igor Gnatenko - 0.10.2-2 +- Regenerate + * Mon Jun 03 2019 Josh Stone - 0.10.2-1 - Update to 0.10.2