diff --git a/.gitignore b/.gitignore index 192982a..87b4cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /tiff-0.6.1.crate /tiff-0.7.3.crate /tiff-0.8.1.crate +/tiff-0.9.0.crate diff --git a/rust-tiff.spec b/rust-tiff.spec index 4cded52..bca9f01 100644 --- a/rust-tiff.spec +++ b/rust-tiff.spec @@ -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 diff --git a/sources b/sources index 5effc5e..daf1502 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tiff-0.8.1.crate) = 8a71882990b07d77ba81a4aef6c8614659ba3a37de845123fe4f4c3c5840a1d2929b4d79133b32e641cd23a856251bec46cdf6eb5e0be72a568761fc4f8ea77d +SHA512 (tiff-0.9.0.crate) = cd13530a976cc8cb24e649568b1833ec7eed1709a41b02c298b68e406b78b6de622d3ce32123fbbbbf0e5fcfab9a6c319a356db352fa83fec819dd318cb1e6ff diff --git a/tiff-fix-metadata.diff b/tiff-fix-metadata.diff index be278a3..4edabf1 100644 --- a/tiff-fix-metadata.diff +++ b/tiff-fix-metadata.diff @@ -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]