Update to version 0.8.8; Fixes RHBZ#2255350

epel9 imports/e9/rust-xxhash-rust-0.8.8-1.el9
Fabio Valentini 1 year ago
parent ddab9f62c4
commit eae564004e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/xxhash-rust-0.8.5.crate
/xxhash-rust-0.8.6.crate
/xxhash-rust-0.8.7.crate
/xxhash-rust-0.8.8.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate xxhash-rust
Name: rust-xxhash-rust
Version: 0.8.7
Version: 0.8.8
Release: %autorelease
Summary: Implementation of xxhash
@ -13,7 +13,7 @@ License: BSL-1.0
URL: https://crates.io/crates/xxhash-rust
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation of xxhash.}
@ -119,7 +119,7 @@ use the "xxh64" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -134,7 +134,7 @@ use the "xxh64" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip a test for which fixtures are not included in published crates
%cargo_test -a -- -- --skip test_vectors_xxh3
%cargo_test -a -- -- --exact --skip test_vectors_xxh3
%endif
%changelog

@ -1,2 +0,0 @@
[DEFAULT]
all-features = true

@ -0,0 +1,8 @@
[features]
enable-all = true
[tests]
skip = ["test_vectors_xxh3"]
skip-exact = true
comments = ["skip a test for which fixtures are not included in published crates"]

@ -1 +1 @@
SHA512 (xxhash-rust-0.8.7.crate) = 6c47fcd88966d09c4dc55e18e32ddec97d8befa56910428058361539dd36af3472beb7a6d7db7740a8b1adf73ef522e4c5f52208efd4c39226e094d1a3fd4658
SHA512 (xxhash-rust-0.8.8.crate) = f2c77a3132af7e4d61a375e038d20ff8d5acebf35385e2f2a283f1313a8ebb795cc7132f84d91ed2e6fe96a2925a6f1e5d4c1255b991d587470d5a8d8322cde5

Loading…
Cancel
Save