update to version 0.6.0

epel9
Fabio Valentini 4 years ago
parent 23388a2a61
commit 869ed2d43d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/tiff-0.3.1.crate
/tiff-0.4.0.crate
/tiff-0.5.0.crate
/tiff-0.6.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate tiff
Name: rust-%{crate}
Version: 0.5.0
Release: 3%{?dist}
Version: 0.6.0
Release: 1%{?dist}
Summary: TIFF decoding and encoding library in pure Rust
# Upstream license specification: MIT
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%doc README.md CHANGES.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
- Update to version 0.6.0.
- Fixes RHBZ#1868785
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (tiff-0.5.0.crate) = 56235e4a8417937810a44b4c2afaf03588daeb4f68b7147a9f127cb8864f6f560583ed76a04743f801ab88537f68b410f7780c6fb038b8b55433a8e07205c0b4
SHA512 (tiff-0.6.0.crate) = 2490ba638a860f7084f3fd57cdbb7cbe76c50394e14105c0bcfba87b6a42d5ac1b7e6ccb1a3919bc0c283503c68d2e659c2ffe3da6998085c3b20348ec9642df

Loading…
Cancel
Save