Compare commits

..

11 Commits

Author SHA1 Message Date
Fedora Release Engineering faf77f9d28 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
blinxen 644b193acf Update to version 0.8.11; Fixes RHBZ#2265030
11 months ago
Fabio Valentini e8b3455e39
Ignore one harmless test failure on s390x and one OOM issue on i686
1 year ago
Fabio Valentini 80ac6fe11c
Update to version 0.8.8; Fixes RHBZ#2263708
1 year ago
Fedora Release Engineering c848548c61 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 9af36d6e69
Update to version 0.8.7; Fixes RHBZ#2256230
1 year ago
Fabio Valentini a4bc0669ab
Update to version 0.8.6; Fixes RHBZ#2245597
1 year ago
Fedora Release Engineering 916a374014 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 5e53061cae
Update to version 0.8.3; Fixes RHBZ#2164234
2 years ago
Fedora Release Engineering ae26d670a4 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini edc41fed65
Update to version 0.8.2; Fixes RHBZ#2117147
2 years ago

2
.gitignore vendored

@ -14,3 +14,5 @@
/ahash-0.8.5.crate
/ahash-0.8.6.crate
/ahash-0.8.7.crate
/ahash-0.8.8.crate
/ahash-0.8.11.crate

@ -1,5 +1,5 @@
--- ahash-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ahash-0.8.7/Cargo.toml 2024-01-04T16:34:49.328136+00:00
--- ahash-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ahash-0.8.11/Cargo.toml 2024-03-31T21:46:41.442254+00:00
@@ -75,16 +75,6 @@
bench = true
doc = true

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate ahash
Name: rust-ahash
Version: 0.8.7
Version: 0.8.11
Release: %autorelease
Summary: Non-cryptographic hash function using AES-NI for high performance
@ -176,12 +176,17 @@ rm tests/{bench.rs,map_tests.rs}
%if %{with check}
%check
%ifarch x86_64 aarch64 ppc64le
%cargo_test
%endif
%ifarch %{ix86}
# * skip tests that cannot allocate enough memory
%cargo_test -- -- --skip hash_quality_test::fallback_tests::fallback_test_no_full_collisions
%endif
%ifarch s390x
# * one test fails only on s390x:
# https://github.com/tkaitchuck/aHash/issues/152
%cargo_test -- -- --skip operations::test::test_add_length
%else
%cargo_test
%endif
%endif

@ -1 +1 @@
SHA512 (ahash-0.8.7.crate) = 2c9eaa22f7bda47a781994c769d4a2ef15ba0f511fdd4ec4680c13d4c1809f1ce01adecc3b3776793158062d28ad9e5f0b1d1c0a9429e43dd07cd99540eae7a6
SHA512 (ahash-0.8.11.crate) = 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d

Loading…
Cancel
Save