update to version 1.9.0

epel10
Fabio Valentini 4 years ago
parent c15a70443f
commit 96742216a0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/imgref-1.7.0.crate
/imgref-1.7.1.crate
/imgref-1.8.0.crate
/imgref-1.9.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate imgref
Name: rust-%{crate}
Version: 1.8.0
Version: 1.9.0
Release: 1%{?dist}
Summary: Interchange of 2-dimensional pixel buffers with width, height & stride
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue May 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1
- Update to version 1.9.0.
- Fixes RHBZ#1944107
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 1.8.0-1
- Update to version 1.8.0.
- Fixes RHBZ#1938551

@ -1 +1 @@
SHA512 (imgref-1.8.0.crate) = fbee0cf9241f8e69817e35a51da914ccb91d9a098baddaaa6907cbbccf8bd713b9899a5527f1c7ef983945e179f9b5766f818ded57ebfa413e48835b988dfed3
SHA512 (imgref-1.9.0.crate) = 252b3f7dd5c16b5fcd6741fb8b8a63b7ffed1db51665d271e6e3708d2ff457f63bd9680df79dd8d8430d8e552f71ba6051ca72cf916635e5c39876f6052e4278

Loading…
Cancel
Save