update to version 0.23.11

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

1
.gitignore vendored

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

@ -0,0 +1,25 @@
--- 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"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%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.10 Version: 0.23.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Imaging library written in Rust Summary: Imaging library written in Rust
@ -13,6 +13,9 @@ 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}
@ -53,18 +56,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+avif-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+avif-devel %{_description}
This package contains library source intended for building other packages
which use "avif" feature of "%{crate}" crate.
%files -n %{name}+avif-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+benchmarks-devel %package -n %{name}+benchmarks-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -209,30 +200,6 @@ which use "pnm" feature of "%{crate}" crate.
%files -n %{name}+pnm-devel %files -n %{name}+pnm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ravif-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ravif-devel %{_description}
This package contains library source intended for building other packages
which use "ravif" feature of "%{crate}" crate.
%files -n %{name}+ravif-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rgb-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rgb-devel %{_description}
This package contains library source intended for building other packages
which use "rgb" feature of "%{crate}" crate.
%files -n %{name}+rgb-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+scoped_threadpool-devel %package -n %{name}+scoped_threadpool-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -301,6 +268,10 @@ which use "webp" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.11-1
- Update to version 0.23.11.
- Fixes RHBZ#1891340
* Mon Oct 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.10-1 * Mon Oct 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.10-1
- Update to version 0.23.10. - Update to version 0.23.10.

@ -1 +1 @@
SHA512 (image-0.23.10.crate) = f7cd58c5827ed74fc0244c73421b19e9c63672f143a1ac21ea40b23b3525a55836ee1809258133c0d6a239369784782ee4b6fd1c692d9536c7bead91f467f9cc SHA512 (image-0.23.11.crate) = 6ef319599d6cca1c4c4b10a017f9ee924d836686c13cd8f663ef42c41ce757ad4c5822120b947902f28fe821707d2150f35fbc08b1b58b83a9908bd19ab5f05a

Loading…
Cancel
Save