|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
# https://github.com/PistonDevelopers/image-gif/issues/51
|
|
|
|
# https://github.com/PistonDevelopers/image-gif/issues/51
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate gif
|
|
|
|
%global crate gif
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.10.1
|
|
|
|
Version: 0.10.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: GIF de- and encoder
|
|
|
|
Summary: GIF de- and encoder
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(color_quant/default) >= 1.0.0 with crate(color_quant/default) < 2.0.0)
|
|
|
|
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)
|
|
|
|
BuildRequires: (crate(lzw/default) >= 0.10.0 with crate(lzw/default) < 0.11.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.2.10 with crate(glob/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -107,5 +107,8 @@ which use "raii_no_panic" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.10.2-1
|
|
|
|
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.1-1
|
|
|
|
* Fri Mar 15 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.1-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|