Update to version 0.9.0; Fixes RHBZ#2138521

epel9
Kalev Lember 2 years ago
parent 6d49f6df1a
commit 17dcf1a081

1
.gitignore vendored

@ -6,3 +6,4 @@
/tiff-0.6.1.crate
/tiff-0.7.3.crate
/tiff-0.8.1.crate
/tiff-0.9.0.crate

@ -5,9 +5,9 @@
%global crate tiff
Name: rust-tiff
Version: 0.8.1
Version: 0.9.0
Release: %autorelease
Summary: TIFF decoding and encoding library in pure Rust
Summary: Decoding and encoding library in pure Rust
License: MIT
URL: https://crates.io/crates/tiff

@ -1 +1 @@
SHA512 (tiff-0.8.1.crate) = 8a71882990b07d77ba81a4aef6c8614659ba3a37de845123fe4f4c3c5840a1d2929b4d79133b32e641cd23a856251bec46cdf6eb5e0be72a568761fc4f8ea77d
SHA512 (tiff-0.9.0.crate) = cd13530a976cc8cb24e649568b1833ec7eed1709a41b02c298b68e406b78b6de622d3ce32123fbbbbf0e5fcfab9a6c319a356db352fa83fec819dd318cb1e6ff

@ -1,5 +1,5 @@
--- 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
--- tiff-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tiff-0.9.0/Cargo.toml 2023-08-12T10:33:11.633420+00:00
@@ -43,6 +43,3 @@
[dependencies.weezl]

Loading…
Cancel
Save