From bebe00821f71ac6f1d6acf942249126aad5d838b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 2 Mar 2020 17:30:44 -0800 Subject: [PATCH] Bump to png 0.16 --- image-fix-metadata.diff | 11 +++++++++++ rust-image.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 image-fix-metadata.diff diff --git a/image-fix-metadata.diff b/image-fix-metadata.diff new file mode 100644 index 0000000..7ca3c70 --- /dev/null +++ b/image-fix-metadata.diff @@ -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] diff --git a/rust-image.spec b/rust-image.spec index ab9fd19..1d31a88 100644 --- a/rust-image.spec +++ b/rust-image.spec @@ -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 - 0.23.0-2 +- Bump to png 0.16 + * Mon Feb 17 10:58:48 CET 2020 Igor Raits - 0.23.0-1 - Update to 0.23.0