|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate image
|
|
|
|
%global crate image
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.23.2
|
|
|
|
Version: 0.23.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Imaging library written in Rust
|
|
|
|
Summary: Imaging library written in Rust
|
|
|
|
|
|
|
|
|
|
|
@ -101,6 +101,18 @@ which use "dxt" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+dxt-devel
|
|
|
|
%files -n %{name}+dxt-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+farbfeld-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+farbfeld-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "farbfeld" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+farbfeld-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gif-devel
|
|
|
|
%package -n %{name}+gif-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -253,6 +265,9 @@ which use "webp" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 0.23.3-1
|
|
|
|
|
|
|
|
- Update to 0.23.3
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 17 2020 Josh Stone <jistone@redhat.com> - 0.23.2-1
|
|
|
|
* Tue Mar 17 2020 Josh Stone <jistone@redhat.com> - 0.23.2-1
|
|
|
|
- Update to 0.23.2
|
|
|
|
- Update to 0.23.2
|
|
|
|
|
|
|
|
|
|
|
|