update to version 0.23.12

epel9
Fabio Valentini 4 years ago
parent 971d1c98e6
commit a6a309379a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/image-0.23.9.crate /image-0.23.9.crate
/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

@ -0,0 +1,5 @@
[DEFAULT]
unwanted-features =
avif
ravif
rgb

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate image %global crate image
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.23.11 Version: 0.23.12
Release: 1%{?dist} Release: 1%{?dist}
Summary: Imaging library written in Rust Summary: Imaging library written in Rust
@ -13,9 +13,6 @@ Summary: Imaging library written in Rust
License: MIT License: MIT
URL: https://crates.io/crates/image URL: https://crates.io/crates/image
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * remove features with missing dependencies (avif)
Patch0: image-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -268,6 +265,10 @@ which use "webp" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.12-1
- Update to version 0.23.12.
- Fixes RHBZ#1899328
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.11-1 * Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.11-1
- Update to version 0.23.11. - Update to version 0.23.11.
- Fixes RHBZ#1891340 - Fixes RHBZ#1891340

@ -1 +1 @@
SHA512 (image-0.23.11.crate) = 6ef319599d6cca1c4c4b10a017f9ee924d836686c13cd8f663ef42c41ce757ad4c5822120b947902f28fe821707d2150f35fbc08b1b58b83a9908bd19ab5f05a SHA512 (image-0.23.12.crate) = bf97aea11b89d66f5887dd4b1d0927d1907b7b93457329ac58f082d7b17738ca6e5629eb5e3648cb6d2e75ee1a2cf0f302dd30fa232611dd2eab0dafa7e3bce6

Loading…
Cancel
Save