Bump to png 0.16

epel9
Josh Stone 5 years ago
parent f80b276141
commit bebe00821f

@ -0,0 +1,11 @@
--- image-0.23.0/Cargo.toml 2020-02-07T19:13:09+00:00
+++ image-0.23.0/Cargo.toml 2020-03-03T01:25:42.412268+00:00
@@ -54,7 +54,7 @@
version = "0.2.0"
[dependencies.png]
-version = "0.15.2"
+version = "0.16"
optional = true
[dependencies.scoped_threadpool]

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.23.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Imaging library written in Rust
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/image
Source: %{crates_source}
# Initial patched metadata
# * Bump to png 0.16, https://github.com/image-rs/image/pull/1158
Patch0: image-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -253,6 +256,9 @@ which use "webp" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 02 2020 Josh Stone <jistone@redhat.com> - 0.23.0-2
- Bump to png 0.16
* Mon Feb 17 10:58:48 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.23.0-1
- Update to 0.23.0

Loading…
Cancel
Save