Update to 0.23.1

epel9
Josh Stone 5 years ago
parent bebe00821f
commit c8cdddfbb7

1
.gitignore vendored

@ -6,3 +6,4 @@
/image-0.22.3.crate
/image-0.22.4.crate
/image-0.23.0.crate
/image-0.23.1.crate

@ -1,11 +0,0 @@
--- 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]

@ -5,17 +5,14 @@
%global crate image
Name: rust-%{crate}
Version: 0.23.0
Release: 2%{?dist}
Version: 0.23.1
Release: 1%{?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}
@ -256,6 +253,9 @@ which use "webp" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.23.1-1
- Update to 0.23.1
* Mon Mar 02 2020 Josh Stone <jistone@redhat.com> - 0.23.0-2
- Bump to png 0.16

@ -1 +1 @@
SHA512 (image-0.23.0.crate) = 7e8c990b17b6d8ecb37834f5f292ff62876349ed30172c7b99c4ab177488b2841647fe0ae62f15bdd5f80c3cd2ef304862f2648d098338755fd91fb6243a174c
SHA512 (image-0.23.1.crate) = e0c616895835e64602a7f46f88796b403ac43a5644cd2a7c2e635390c5facdac293bc06380be7e55a71b326502496a64b9ea0ce147a43987946275a201c48fcc

Loading…
Cancel
Save