update to version 0.6.1

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

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate tiff
Name: rust-%{crate}
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: TIFF decoding and encoding library in pure Rust
@ -39,6 +39,7 @@ which use "%{crate}" crate.
%license LICENSE
%doc README.md CHANGES.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/.github/
%package -n %{name}+default-devel
Summary: %{summary}
@ -72,6 +73,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.1-1
- Update to version 0.6.1.
- Fixes RHBZ#1907077
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
- Update to version 0.6.0.
- Fixes RHBZ#1868785

@ -1 +1 @@
SHA512 (tiff-0.6.0.crate) = 2490ba638a860f7084f3fd57cdbb7cbe76c50394e14105c0bcfba87b6a42d5ac1b7e6ccb1a3919bc0c283503c68d2e659c2ffe3da6998085c3b20348ec9642df
SHA512 (tiff-0.6.1.crate) = ece5aaef610e0a7bcdea8c40571d497cd3ec79931e25129060b4f51cb40a28ef03fc131494bc841fa5b08eaa49a5acbc9332553cbc542019f1ec5eb5945d3538

Loading…
Cancel
Save