Update to version 0.24.4; Fixes RHBZ#2129649

epel9
Fabio Valentini 2 years ago
parent 0b55f180bc
commit 32fb634ce0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/image-0.23.13.crate /image-0.23.13.crate
/image-0.23.14.crate /image-0.23.14.crate
/image-0.24.3.crate /image-0.24.3.crate
/image-0.24.4.crate

@ -1,6 +1,6 @@
--- image-0.24.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- image-0.24.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ image-0.24.3/Cargo.toml 2022-08-21T11:24:17.461719+00:00 +++ image-0.24.4/Cargo.toml 2022-10-05T11:18:40.903962+00:00
@@ -112,9 +112,6 @@ @@ -122,9 +122,6 @@
[dev-dependencies.crc32fast] [dev-dependencies.crc32fast]
version = "1.2.0" version = "1.2.0"
@ -10,7 +10,7 @@
[dev-dependencies.glob] [dev-dependencies.glob]
version = "0.3" version = "0.3"
@@ -159,7 +156,6 @@ @@ -169,7 +166,6 @@
"dds", "dds",
"farbfeld", "farbfeld",
"jpeg_rayon", "jpeg_rayon",

@ -5,7 +5,7 @@
%global crate image %global crate image
Name: rust-image Name: rust-image
Version: 0.24.3 Version: 0.24.4
Release: %autorelease Release: %autorelease
Summary: Imaging library written in Rust Summary: Imaging library written in Rust
@ -250,7 +250,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 %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
%endif %endif
%changelog %changelog

@ -2,6 +2,7 @@
unwanted-features = unwanted-features =
dav1d dav1d
dcv-color-primitives dcv-color-primitives
libwebp
mp4parse mp4parse
ravif ravif
rgb rgb
@ -10,4 +11,5 @@ unwanted-features =
avif-encoder avif-encoder
benchmarks benchmarks
openexr openexr
webp-encoder
exr exr

@ -1 +1 @@
SHA512 (image-0.24.3.crate) = f669ae622f68f7a77d8a8074ca4ccc43bf9282f115b1d6ad72a70174de3e17ebba4618a2ba6605b4b3853b16dc95cd447a60299877dedc81bdad423ece36b9b0 SHA512 (image-0.24.4.crate) = e064b2205f2a4aea4e56271e488c805d8ccb4c2099bcb8a6f226e47b6bc4f1e2851ae4b47d134fe40a2db01a9e23c20f7b3a0ef3926b7cf2ba9063a582b7fa1e

Loading…
Cancel
Save