Update to version 2.1.0; Fixes RHBZ#2331190

epel10 imports/epel10/rust-twox-hash-2.1.0-1.el10
Fabio Valentini 2 months ago
parent 64da4ec0c4
commit d04078f9b3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -5,7 +5,7 @@
%global crate twox-hash
Name: rust-twox-hash
Version: 2.0.1
Version: 2.1.0
Release: %autorelease
Summary: Rust implementation of the XXHash and XXH3 algorithms
@ -107,6 +107,18 @@ use the "xxhash32" feature of the "%{crate}" crate.
%files -n %{name}+xxhash32-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+xxhash3_128-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+xxhash3_128-devel %{_description}
This package contains library source intended for building other packages which
use the "xxhash3_128" feature of the "%{crate}" crate.
%files -n %{name}+xxhash3_128-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+xxhash3_64-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (twox-hash-2.0.1.crate) = 0e2574219e394e2d4edeee9c6bf619365514adce48e7fee993dc943be8e4f3aba494f36bb769318fbc0a4cf4893298b3e5e16d788ab0ac1d609a9df48d08cfea
SHA512 (twox-hash-2.1.0.crate) = 33c9b3c30bfc8c0e24424a3f1cf328745db17cccd2711a4f7449b252a4977969d09367ce68c3dc16dce7ccf0d7f785e25c86cb433737675da135e8561eede523

Loading…
Cancel
Save