diff --git a/.gitignore b/.gitignore index 15a7d2d..192982a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /tiff-0.6.0.crate /tiff-0.6.1.crate /tiff-0.7.3.crate +/tiff-0.8.1.crate diff --git a/rust-tiff.spec b/rust-tiff.spec index 000b74c..4cded52 100644 --- a/rust-tiff.spec +++ b/rust-tiff.spec @@ -5,7 +5,7 @@ %global crate tiff Name: rust-tiff -Version: 0.7.3 +Version: 0.8.1 Release: %autorelease Summary: TIFF decoding and encoding library in pure Rust diff --git a/sources b/sources index 61bbdc5..5effc5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tiff-0.7.3.crate) = fb5248ae56320ec0ed98c85b545996461924c422b2b1d916b46a2fc04394ee12e111132fea6cda27c53cdf492285797fe46bd4a403a1a598bd8c8dd327814356 +SHA512 (tiff-0.8.1.crate) = 8a71882990b07d77ba81a4aef6c8614659ba3a37de845123fe4f4c3c5840a1d2929b4d79133b32e641cd23a856251bec46cdf6eb5e0be72a568761fc4f8ea77d diff --git a/tiff-fix-metadata.diff b/tiff-fix-metadata.diff index ca8f925..be278a3 100644 --- a/tiff-fix-metadata.diff +++ b/tiff-fix-metadata.diff @@ -1,6 +1,6 @@ ---- 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 @@ +--- tiff-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tiff-0.8.1/Cargo.toml 2023-05-17T11:26:20.246742+00:00 +@@ -43,6 +43,3 @@ [dependencies.weezl] version = "0.1.0"