update to version 1.7.1

epel10
Fabio Valentini 4 years ago
parent e7b8f96f33
commit 844c82b01a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/imgref-1.6.0.crate /imgref-1.6.0.crate
/imgref-1.6.1.crate /imgref-1.6.1.crate
/imgref-1.7.0.crate /imgref-1.7.0.crate
/imgref-1.7.1.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate imgref %global crate imgref
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.7.0 Version: 1.7.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Trivial Rust struct for interchange of pixel buffers with width Summary: Interchange of 2-dimensional pixel buffers with width, height & stride
# Upstream license specification: CC0-1.0 # Upstream license specification: CC0-1.0
License: CC0 License: CC0
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Dec 31 2020 Fabio Valentini <decathorpe@gmail.com> - 1.7.1-1
- Update to version 1.7.1.
- Fixes RHBZ#1911702
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 1.7.0-1 * Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 1.7.0-1
- Update to 1.7.0 - Update to 1.7.0

@ -1 +1 @@
SHA512 (imgref-1.7.0.crate) = d64b16b989a8d073a213d8c3ba1738b2c918c5dad6be2f7297fbb6d573f9a1b8cb58bc5c6b95c70d1dd54be94e6dc72ee14e01073a92ac8b860010fb285c90b7 SHA512 (imgref-1.7.1.crate) = f44f2f88e6ee88a9457905f13f8e3a61ff4299defe2c3aa84e67e3c58e801cc2f34ee0b43944cbdfd927cfd1284dfbfd3d7b7f4d5b8eacb8c1625910d5504025

Loading…
Cancel
Save