Update to 0.10.2

epel9
Josh Stone 6 years ago
parent 48207fcf76
commit 8e12913dab

1
.gitignore vendored

@ -1 +1,2 @@
/gif-0.10.1.crate
/gif-0.10.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm
# Generated by rust2rpm-9-1.fc30
# https://github.com/PistonDevelopers/image-gif/issues/51
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate gif
Name: rust-%{crate}
Version: 0.10.1
Version: 0.10.2
Release: 1%{?dist}
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(lzw/default) >= 0.10.0 with crate(lzw/default) < 0.11.0)
%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
%global _description \
@ -107,5 +107,8 @@ which use "raii_no_panic" feature of "%{crate}" crate.
%endif
%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
- Initial package

@ -1 +1 @@
SHA512 (gif-0.10.1.crate) = 6a64d871f4430b2fa270c8a73031757a2ca9629362e7c3dff90e1ef2f785733c7dceb98fd93576b97b04b2d4cb920cb25deedf866a5e9e5ec902d4e72f39b82f
SHA512 (gif-0.10.2.crate) = dde1332c893d5bb74270f11f4942d8aef3de20eba339bd8836e4f0ebe543d47614494506fd8ba2bbb3c370b28223db04b8a07d3be7ea5a6e9551400c29f1dcdd

Loading…
Cancel
Save