Update to version 1.9.3; Fixes RHBZ#2120127

epel10
Fabio Valentini 3 years ago
parent 10c997ef14
commit 2b4e9d6db9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/imgref-1.9.0.crate /imgref-1.9.0.crate
/imgref-1.9.1.crate /imgref-1.9.1.crate
/imgref-1.9.2.crate /imgref-1.9.2.crate
/imgref-1.9.3.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%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-imgref
Version: 1.9.2 Version: 1.9.3
Release: %autorelease Release: %autorelease
Summary: Interchange of 2-dimensional pixel buffers with width, height & stride Summary: Interchange of 2-dimensional pixel buffers with width, height & stride
# Upstream license specification: CC0-1.0 License: CC0-1.0
License: CC0
URL: https://crates.io/crates/imgref URL: https://crates.io/crates/imgref
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (imgref-1.9.2.crate) = bd0bad3ed8419a2dff9b85b11741071f8b92e150fdb1c9917c94e5cfe49b583453669f3794074ba42b6273d6f27c56f83b41aeae8e47448708f929986027fa81 SHA512 (imgref-1.9.3.crate) = 6ba583bb143d8c224bc47639f71e6ded707b818c642c47ca2f146a16dbd7214fd3cbb0ee4d9f1f08d3de2f7a13e176cda85c017302cbcb46dbc5bf1b19f1466e

Loading…
Cancel
Save