Update to version 0.7.3; Fixes RHBZ#1964672

epel9
Fabio Valentini 3 years ago
parent 2498ddbebe
commit ad145f793a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/tiff-0.5.0.crate
/tiff-0.6.0.crate
/tiff-0.6.1.crate
/tiff-0.7.3.crate

@ -5,7 +5,7 @@
%global crate tiff
Name: rust-tiff
Version: 0.6.1
Version: 0.7.3
Release: %autorelease
Summary: TIFF decoding and encoding library in pure Rust
@ -14,7 +14,6 @@ URL: https://crates.io/crates/tiff
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * bump miniz_oxide from 0.4.1 to 0.5
Patch: tiff-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -68,7 +67,7 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
# * files that are required by doctests are not included in published crates
# * files for unit / integration tests are not included in published crates
%cargo_test -- --doc
%endif

@ -1 +1 @@
SHA512 (tiff-0.6.1.crate) = ece5aaef610e0a7bcdea8c40571d497cd3ec79931e25129060b4f51cb40a28ef03fc131494bc841fa5b08eaa49a5acbc9332553cbc542019f1ec5eb5945d3538
SHA512 (tiff-0.7.3.crate) = fb5248ae56320ec0ed98c85b545996461924c422b2b1d916b46a2fc04394ee12e111132fea6cda27c53cdf492285797fe46bd4a403a1a598bd8c8dd327814356

@ -1,14 +1,9 @@
--- tiff-0.6.1/Cargo.toml 2020-12-12T19:23:19+00:00
+++ tiff-0.6.1/Cargo.toml 2022-08-09T09:24:26.267859+00:00
@@ -29,10 +29,7 @@
package = "jpeg-decoder"
[dependencies.miniz_oxide]
-version = "0.4.1"
-features = ["no_extern_crate_alloc"]
+version = "0.5"
--- tiff-0.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tiff-0.7.3/Cargo.toml 2022-08-21T11:11:10.914463+00:00
@@ -37,6 +37,3 @@
[dependencies.weezl]
version = "0.1.0"
-
-[dev-dependencies.criterion]
-version = "0.3.1"

Loading…
Cancel
Save