import rust-tiff-0.9.1-1.el9

i9ce changed/i9ce/rust-tiff-0.9.1-1.el9
MSVSphere Packaging Team 1 year ago
parent e4dbb8879c
commit 02fd3f65a1

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/tiff-0.9.1.crate

@ -0,0 +1 @@
a9ce4d7b33ac239196234929615ac13a8c6ab2d8 SOURCES/tiff-0.9.1.crate

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

Binary file not shown.

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

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# 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
@ -23,10 +23,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.}
@ -61,7 +61,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
@ -80,9 +80,12 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.0-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.1-1
- Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.1-1
- Update to version 0.9.1; Fixes RHBZ#2258272
* Sat Aug 12 2023 Kalev Lember <klember@redhat.com> - 0.9.0-1
- Update to version 0.9.0; Fixes RHBZ#2138521

Loading…
Cancel
Save