diff --git a/.gitignore b/.gitignore index 5399b56..8ea2f97 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /ahash-0.3.8.crate /ahash-0.4.5.crate /ahash-0.7.2.crate +/ahash-0.7.3.crate diff --git a/rust-ahash.spec b/rust-ahash.spec index 33357c9..7179ec7 100644 --- a/rust-ahash.spec +++ b/rust-ahash.spec @@ -1,16 +1,12 @@ # Generated by rust2rpm 17 -# * test failures on 32-bit architectures: -# 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 +%bcond_without check %global debug_package %{nil} %global crate ahash Name: rust-%{crate} -Version: 0.7.2 -Release: 2%{?dist} +Version: 0.7.3 +Release: 1%{?dist} Summary: Non-cryptographic hash function using AES-NI for high performance # Upstream license specification: MIT OR Apache-2.0 @@ -119,10 +115,20 @@ which use "std" feature of "%{crate}" crate. %if %{with check} %check +%ifnarch aarch64 %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 %changelog +* Sat May 22 2021 Fabio Valentini - 0.7.3-1 +- Update to version 0.7.3. +- Fixes RHBZ#1963306 + * Sat May 01 2021 Fabio Valentini - 0.7.2-2 - Temporarily disable tests due to architecture-specific issues. diff --git a/sources b/sources index 08dbccd..853539c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ahash-0.7.2.crate) = 77886a994102c1edf93b133e27658e3c84152c83597191d58c571dc7dfc765d41c2879ea55d64e04e3af804a4f10aeb1c10e33a924fd967b288e6d0b12728b34 +SHA512 (ahash-0.7.3.crate) = 533aff9921557269a28c21a54fdc95f0c9bd404aa488e67e73371c7a1b4ce43bf23869aacfba2b4bc4532f1350e0d4dfc3ec8060d43c90a7a0e33f169f546789