Update to version 0.8.1

epel9
Kalev Lember 2 years ago
parent d4180b83bc
commit 6d49f6df1a

1
.gitignore vendored

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

@ -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

@ -1 +1 @@
SHA512 (tiff-0.7.3.crate) = fb5248ae56320ec0ed98c85b545996461924c422b2b1d916b46a2fc04394ee12e111132fea6cda27c53cdf492285797fe46bd4a403a1a598bd8c8dd327814356
SHA512 (tiff-0.8.1.crate) = 8a71882990b07d77ba81a4aef6c8614659ba3a37de845123fe4f4c3c5840a1d2929b4d79133b32e641cd23a856251bec46cdf6eb5e0be72a568761fc4f8ea77d

@ -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"

Loading…
Cancel
Save