Update to version 0.9.1; Fixes RHBZ#2258272

epel9 imports/e9/rust-tiff-0.9.1-1.el9
Fabio Valentini 1 year ago
parent 17dcf1a081
commit 7f2e2b3c4f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/tiff-0.7.3.crate
/tiff-0.8.1.crate
/tiff-0.9.0.crate
/tiff-0.9.1.crate

@ -1,3 +0,0 @@
# rust-tiff
The rust-tiff package

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate tiff
Name: rust-tiff
Version: 0.9.0
Version: 0.9.1
Release: %autorelease
Summary: Decoding and encoding library in pure Rust
@ -13,10 +13,10 @@ License: MIT
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
# * drop unused, benchmark-only criterion dev-dependency
Patch: tiff-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
TIFF decoding and encoding library in pure Rust.}
@ -51,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["doc"]
comments = ["files for unit / integration tests are not included in published crates"]

@ -1 +1 @@
SHA512 (tiff-0.9.0.crate) = cd13530a976cc8cb24e649568b1833ec7eed1709a41b02c298b68e406b78b6de622d3ce32123fbbbbf0e5fcfab9a6c319a356db352fa83fec819dd318cb1e6ff
SHA512 (tiff-0.9.1.crate) = 82419e671c6a896f1d639d46a3c5a019e3bff6c75d961b838f5311e5ecb31c3baafc5f88fe928e88f6b3b31881a867ea4ca9905f43e3e24f77f183260dc27b93

@ -1,6 +1,17 @@
--- 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 @@
--- tiff-0.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tiff-0.9.1/Cargo.toml 2024-01-13T21:57:31.938819+00:00
@@ -29,10 +29,6 @@
repository = "https://github.com/image-rs/image-tiff"
resolver = "2"
-[[bench]]
-name = "lzw"
-harness = false
-
[dependencies.flate2]
version = "1.0.20"
@@ -43,6 +39,3 @@
[dependencies.weezl]
version = "0.1.0"

Loading…
Cancel
Save