update to version 0.23.10

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

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate image %global crate image
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.23.9 Version: 0.23.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Imaging library written in Rust Summary: Imaging library written in Rust
@ -53,6 +53,18 @@ 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
@ -197,6 +209,30 @@ 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
@ -265,6 +301,9 @@ which use "webp" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Oct 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.10-1
- Update to version 0.23.10.
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.9-1 * Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.23.9-1
- Update to version 0.23.9. - Update to version 0.23.9.

@ -1 +1 @@
SHA512 (image-0.23.9.crate) = aa561dc7fb80ec4c88c4a1de750c81990b6b2e5955333c74d6b824c1538aea48fa6eb7c1560b99d4effa4e7675d6caf613004ea5c31743b9353a64ea4730bbc6 SHA512 (image-0.23.10.crate) = f7cd58c5827ed74fc0244c73421b19e9c63672f143a1ac21ea40b23b3525a55836ee1809258133c0d6a239369784782ee4b6fd1c692d9536c7bead91f467f9cc

Loading…
Cancel
Save