Update to 0.22.4

epel9
Josh Stone 5 years ago
parent a6a80c035b
commit 809cd880fd

1
.gitignore vendored

@ -4,3 +4,4 @@
/image-0.22.1.crate /image-0.22.1.crate
/image-0.22.2.crate /image-0.22.2.crate
/image-0.22.3.crate /image-0.22.3.crate
/image-0.22.4.crate

@ -0,0 +1,11 @@
--- image-0.22.4/Cargo.toml 2020-01-14T18:19:27+00:00
+++ image-0.22.4/Cargo.toml 2020-01-16T22:22:32.768097+00:00
@@ -57,7 +57,7 @@
optional = true
[dependencies.tiff]
-version = "0.3.1"
+version = "0.4"
optional = true
[dev-dependencies.crc32fast]
version = "1.2.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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.22.3 Version: 0.22.4
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
# * Bump to tiff 0.4, https://github.com/image-rs/image/pull/1081
Patch0: image-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -39,7 +42,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGES.md %doc README.md CHANGES.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -51,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+benchmarks-devel %package -n %{name}+benchmarks-devel
Summary: %{summary} Summary: %{summary}
@ -63,7 +66,7 @@ This package contains library source intended for building other packages
which use "benchmarks" feature of "%{crate}" crate. which use "benchmarks" feature of "%{crate}" crate.
%files -n %{name}+benchmarks-devel %files -n %{name}+benchmarks-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+bmp-devel %package -n %{name}+bmp-devel
Summary: %{summary} Summary: %{summary}
@ -75,7 +78,7 @@ This package contains library source intended for building other packages
which use "bmp" feature of "%{crate}" crate. which use "bmp" feature of "%{crate}" crate.
%files -n %{name}+bmp-devel %files -n %{name}+bmp-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dxt-devel %package -n %{name}+dxt-devel
Summary: %{summary} Summary: %{summary}
@ -87,7 +90,7 @@ This package contains library source intended for building other packages
which use "dxt" feature of "%{crate}" crate. which use "dxt" feature of "%{crate}" crate.
%files -n %{name}+dxt-devel %files -n %{name}+dxt-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+gif-devel %package -n %{name}+gif-devel
Summary: %{summary} Summary: %{summary}
@ -99,7 +102,7 @@ This package contains library source intended for building other packages
which use "gif" feature of "%{crate}" crate. which use "gif" feature of "%{crate}" crate.
%files -n %{name}+gif-devel %files -n %{name}+gif-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+gif_codec-devel %package -n %{name}+gif_codec-devel
Summary: %{summary} Summary: %{summary}
@ -111,7 +114,7 @@ This package contains library source intended for building other packages
which use "gif_codec" feature of "%{crate}" crate. which use "gif_codec" feature of "%{crate}" crate.
%files -n %{name}+gif_codec-devel %files -n %{name}+gif_codec-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+hdr-devel %package -n %{name}+hdr-devel
Summary: %{summary} Summary: %{summary}
@ -123,7 +126,7 @@ This package contains library source intended for building other packages
which use "hdr" feature of "%{crate}" crate. which use "hdr" feature of "%{crate}" crate.
%files -n %{name}+hdr-devel %files -n %{name}+hdr-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ico-devel %package -n %{name}+ico-devel
Summary: %{summary} Summary: %{summary}
@ -135,7 +138,7 @@ This package contains library source intended for building other packages
which use "ico" feature of "%{crate}" crate. which use "ico" feature of "%{crate}" crate.
%files -n %{name}+ico-devel %files -n %{name}+ico-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+jpeg-devel %package -n %{name}+jpeg-devel
Summary: %{summary} Summary: %{summary}
@ -147,7 +150,7 @@ This package contains library source intended for building other packages
which use "jpeg" feature of "%{crate}" crate. which use "jpeg" feature of "%{crate}" crate.
%files -n %{name}+jpeg-devel %files -n %{name}+jpeg-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+jpeg-decoder-devel %package -n %{name}+jpeg-decoder-devel
Summary: %{summary} Summary: %{summary}
@ -159,7 +162,7 @@ This package contains library source intended for building other packages
which use "jpeg-decoder" feature of "%{crate}" crate. which use "jpeg-decoder" feature of "%{crate}" crate.
%files -n %{name}+jpeg-decoder-devel %files -n %{name}+jpeg-decoder-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+jpeg_rayon-devel %package -n %{name}+jpeg_rayon-devel
Summary: %{summary} Summary: %{summary}
@ -171,7 +174,7 @@ This package contains library source intended for building other packages
which use "jpeg_rayon" feature of "%{crate}" crate. which use "jpeg_rayon" feature of "%{crate}" crate.
%files -n %{name}+jpeg_rayon-devel %files -n %{name}+jpeg_rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+png-devel %package -n %{name}+png-devel
Summary: %{summary} Summary: %{summary}
@ -183,7 +186,7 @@ This package contains library source intended for building other packages
which use "png" feature of "%{crate}" crate. which use "png" feature of "%{crate}" crate.
%files -n %{name}+png-devel %files -n %{name}+png-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+png_codec-devel %package -n %{name}+png_codec-devel
Summary: %{summary} Summary: %{summary}
@ -195,7 +198,7 @@ This package contains library source intended for building other packages
which use "png_codec" feature of "%{crate}" crate. which use "png_codec" feature of "%{crate}" crate.
%files -n %{name}+png_codec-devel %files -n %{name}+png_codec-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pnm-devel %package -n %{name}+pnm-devel
Summary: %{summary} Summary: %{summary}
@ -207,7 +210,7 @@ This package contains library source intended for building other packages
which use "pnm" feature of "%{crate}" crate. which use "pnm" feature of "%{crate}" crate.
%files -n %{name}+pnm-devel %files -n %{name}+pnm-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %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}
@ -219,7 +222,7 @@ This package contains library source intended for building other packages
which use "scoped_threadpool" feature of "%{crate}" crate. which use "scoped_threadpool" feature of "%{crate}" crate.
%files -n %{name}+scoped_threadpool-devel %files -n %{name}+scoped_threadpool-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tga-devel %package -n %{name}+tga-devel
Summary: %{summary} Summary: %{summary}
@ -231,7 +234,7 @@ This package contains library source intended for building other packages
which use "tga" feature of "%{crate}" crate. which use "tga" feature of "%{crate}" crate.
%files -n %{name}+tga-devel %files -n %{name}+tga-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tiff-devel %package -n %{name}+tiff-devel
Summary: %{summary} Summary: %{summary}
@ -243,7 +246,7 @@ This package contains library source intended for building other packages
which use "tiff" feature of "%{crate}" crate. which use "tiff" feature of "%{crate}" crate.
%files -n %{name}+tiff-devel %files -n %{name}+tiff-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+webp-devel %package -n %{name}+webp-devel
Summary: %{summary} Summary: %{summary}
@ -255,7 +258,7 @@ This package contains library source intended for building other packages
which use "webp" feature of "%{crate}" crate. which use "webp" feature of "%{crate}" crate.
%files -n %{name}+webp-devel %files -n %{name}+webp-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -277,6 +280,9 @@ which use "webp" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.22.4-1
- Update to 0.22.4
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.22.3-1 * Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.22.3-1
- Update to 0.22.3 - Update to 0.22.3

@ -1 +1 @@
SHA512 (image-0.22.3.crate) = 358947a27c59dd0c075995e638a55dc5c0ccd4c003442a676ca5175547c0fb898129f61992c241f729b312f5a5fd88d12b45d0ae3dfe7dfbf3f33990b479e003 SHA512 (image-0.22.4.crate) = d6e2c0582661939769e888e07160d6ace7501ce8dc43474ca75fb6ab9bacb0446f0862b1fed83e25ce19ca551405bdaaa61d26761c58f0f31a3637fb8adaf31b

Loading…
Cancel
Save