Update to version 0.24.7; Fixes RHBZ#2230218

epel9
Kalev Lember 2 years ago
parent 755180c6b2
commit ae6ce852e9

1
.gitignore vendored

@ -23,3 +23,4 @@
/image-0.24.3.crate /image-0.24.3.crate
/image-0.24.4.crate /image-0.24.4.crate
/image-0.24.6.crate /image-0.24.6.crate
/image-0.24.7.crate

@ -1,11 +1,11 @@
--- image-0.24.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- image-0.24.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ image-0.24.6/Cargo.toml 2023-05-17T11:40:04.659560+00:00 +++ image-0.24.7/Cargo.toml 2023-08-12T10:26:21.869073+00:00
@@ -122,9 +122,6 @@ @@ -122,9 +122,6 @@
[dev-dependencies.crc32fast] [dev-dependencies.crc32fast]
version = "1.2.0" version = "1.2.0"
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.3" -version = "0.4"
- -
[dev-dependencies.glob] [dev-dependencies.glob]
version = "0.3" version = "0.3"

@ -5,9 +5,9 @@
%global crate image %global crate image
Name: rust-image Name: rust-image
Version: 0.24.6 Version: 0.24.7
Release: %autorelease Release: %autorelease
Summary: Imaging library written in Rust Summary: Imaging library
License: MIT License: MIT
URL: https://crates.io/crates/image URL: https://crates.io/crates/image
@ -21,8 +21,8 @@ Patch: image-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Imaging library written in Rust. Provides basic filters and decoders for Imaging library. Provides basic image processing and encoders/decoders
the most common image formats.} for common image formats.}
%description %{_description} %description %{_description}
@ -237,7 +237,7 @@ use the "webp" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip tests with missing test files (not included in published crates) # * skip tests with missing test files (not included in published crates)
%cargo_test -- -- --skip codecs::bmp::decoder::test::read_rect --skip codecs::png::tests::ensure_no_decoder_off_by_one --skip codecs::png::tests::underlying_error --skip dynimage::test::image_dimensions --skip dynimage::test::open_16bpc_png --skip imageops::sample::tests::resize_transparent_image --skip imageops::sample::tests::test_resize_same_size --skip codecs::bmp::decoder::test::test_no_header %cargo_test -- -- --skip codecs::bmp::decoder::test::read_rect --skip codecs::png::tests::ensure_no_decoder_off_by_one --skip codecs::png::tests::underlying_error --skip dynimage::test::image_dimensions --skip dynimage::test::open_16bpc_png --skip imageops::sample::tests::resize_transparent_image --skip imageops::sample::tests::test_resize_same_size --skip imageops::sample::tests::test_sample_bilinear --skip imageops::sample::tests::test_sample_nearest --skip codecs::bmp::decoder::test::test_no_header
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (image-0.24.6.crate) = 559f8396cedcf7141a05e3714f2e8e33e5b5873b0ea81d50f13c8e8ca860c1ec20dc2fe89feb59c8a72eefa1bf74f2b93ab81f28aea0339b2a4c24c5e4a94803 SHA512 (image-0.24.7.crate) = 8c08bb61645a369b5f5713cc296b7de3f245d9b7079801d3cec3d95bd3556d636937898f1bbd1ec18bcba57d4c49f52cf042cbb0244342d030a6dff98c290f6b

Loading…
Cancel
Save