update to version 0.7.3

epel9
Fabio Valentini 4 years ago
parent e62cec4d0b
commit 6447c74118
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/ahash-0.3.8.crate /ahash-0.3.8.crate
/ahash-0.4.5.crate /ahash-0.4.5.crate
/ahash-0.7.2.crate /ahash-0.7.2.crate
/ahash-0.7.3.crate

@ -1,16 +1,12 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 17
# * test failures on 32-bit architectures: %bcond_without check
# https://github.com/tkaitchuck/aHash/issues/83
# * doctests fail to compile on aarch64:
# https://bugzilla.redhat.com/show_bug.cgi?id=1902663
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ahash %global crate ahash
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.2 Version: 0.7.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Non-cryptographic hash function using AES-NI for high performance Summary: Non-cryptographic hash function using AES-NI for high performance
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -119,10 +115,20 @@ which use "std" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifnarch aarch64
%cargo_test %cargo_test
%else
# rustdoc fails to compile some doctests on aarch64
# https://bugzilla.redhat.com/show_bug.cgi?id=1902663
%cargo_test -- --lib
%endif
%endif %endif
%changelog %changelog
* Sat May 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.3-1
- Update to version 0.7.3.
- Fixes RHBZ#1963306
* Sat May 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-2 * Sat May 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-2
- Temporarily disable tests due to architecture-specific issues. - Temporarily disable tests due to architecture-specific issues.

@ -1 +1 @@
SHA512 (ahash-0.7.2.crate) = 77886a994102c1edf93b133e27658e3c84152c83597191d58c571dc7dfc765d41c2879ea55d64e04e3af804a4f10aeb1c10e33a924fd967b288e6d0b12728b34 SHA512 (ahash-0.7.3.crate) = 533aff9921557269a28c21a54fdc95f0c9bd404aa488e67e73371c7a1b4ce43bf23869aacfba2b4bc4532f1350e0d4dfc3ec8060d43c90a7a0e33f169f546789

Loading…
Cancel
Save