Update to version 0.10.7; Fixes RHBZ#2186022

epel9
Fabio Valentini 2 years ago
parent bd97c4b19e
commit 4524cdc81e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-sha3
The rust-sha3 package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sha3 %global crate sha3
Name: rust-sha3 Name: rust-sha3
Version: 0.10.6 Version: 0.10.7
Release: %autorelease Release: %autorelease
Summary: SHA-3 (Keccak) hash function Summary: SHA-3 (Keccak) hash function
@ -16,7 +16,9 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
SHA-3 (Keccak) hash function.} Pure Rust implementation of SHA-3, a family of Keccak-based hash
functions including the SHAKE family of eXtendable-Output Functions
(XOFs), as well as the accelerated variant TurboSHAKE.}
%description %{_description} %description %{_description}
@ -48,6 +50,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+asm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+asm-devel %{_description}
This package contains library source intended for building other packages which
use the "asm" feature of the "%{crate}" crate.
%files -n %{name}+asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+oid-devel %package -n %{name}+oid-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (sha3-0.10.6.crate) = b6f9ffc6f1cc638f215434c2d1c9c46c3d9541aa2d0273245565509ae83c2c042cfef936c4441c0962068f8deacace6f760e2d2a15756e584b2ccf946dc73d73 SHA512 (sha3-0.10.7.crate) = 992003db8a3beb2de8819a70eefaf064b72d3256be1e65e32ce5e39627889e08095a66c8e52cccdc0518c96e0c05048b1ffb16821503ce4a6447ca2eeaff2977

Loading…
Cancel
Save