update to version 0.23.13

epel9
Fabio Valentini 4 years ago
parent f10ce94054
commit 2bdae8c26b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/image-0.23.10.crate /image-0.23.10.crate
/image-0.23.11.crate /image-0.23.11.crate
/image-0.23.12.crate /image-0.23.12.crate
/image-0.23.13.crate

@ -1,5 +1,10 @@
[DEFAULT] [DEFAULT]
unwanted-features = unwanted-features =
avif avif
avif-decoder
avif-encoder
dav1d
dcv-color-primitives
mp4parse
ravif ravif
rgb rgb

@ -1,25 +0,0 @@
--- image-0.23.11/Cargo.toml 2020-10-25T19:06:08+00:00
+++ image-0.23.11/Cargo.toml 2020-11-07T18:35:41.522876+00:00
@@ -70,14 +70,6 @@
version = "0.16.5"
optional = true
-[dependencies.ravif]
-version = "0.6.0"
-optional = true
-
-[dependencies.rgb]
-version = "0.8.25"
-optional = true
-
[dependencies.scoped_threadpool]
version = "0.1"
optional = true
@@ -101,7 +93,6 @@
version = "0.9"
[features]
-avif = ["ravif", "rgb"]
benchmarks = []
bmp = []
dds = ["dxt"]

@ -5,8 +5,8 @@
%global crate image %global crate image
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.23.12 Version: 0.23.13
Release: 2%{?dist} Release: 1%{?dist}
Summary: Imaging library written in Rust Summary: Imaging library written in Rust
# Upstream license specification: MIT # Upstream license specification: MIT
@ -261,10 +261,19 @@ which use "webp" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# Missing test files # Missing test files
%cargo_test -- -- --skip dynimage::test::image_dimensions --skip dynimage::test::open_16bpc_png --skip png::tests::ensure_no_decoder_off_by_one --skip png::tests::underlying_error %cargo_test -- -- \
--skip dynimage::test::image_dimensions \
--skip dynimage::test::open_16bpc_png \
--skip imageops::sample::tests::resize_transparent_image \
--skip png::tests::ensure_no_decoder_off_by_one \
--skip png::tests::underlying_error
%endif %endif
%changelog %changelog
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.23.13-1
- Update to version 0.23.13.
- Fixes RHBZ#1925270
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.12-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (image-0.23.12.crate) = bf97aea11b89d66f5887dd4b1d0927d1907b7b93457329ac58f082d7b17738ca6e5629eb5e3648cb6d2e75ee1a2cf0f302dd30fa232611dd2eab0dafa7e3bce6 SHA512 (image-0.23.13.crate) = dfc0805250367924291eb6dd7b77945d565c54d7babc86969d05c0701d4e614b1ca6a0f01ea07c0d3feb6a24acc0e6eb08f0431152a4ebaeec4145551cf61666

Loading…
Cancel
Save