Update to version 0.10.2; Fixes RHBZ#2112597

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

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sha3 %global crate sha3
Name: rust-%{crate} Name: rust-sha3
Version: 0.10.1 Version: 0.10.2
Release: %autorelease Release: %autorelease
Summary: SHA-3 (Keccak) hash function Summary: SHA-3 (Keccak) hash function
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/sha3 URL: https://crates.io/crates/sha3
Source: %{crates_source} Source: %{crates_source}
@ -51,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}+reset-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+reset-devel %{_description}
This package contains library source intended for building other packages which
use the "reset" feature of the "%{crate}" crate.
%files -n %{name}+reset-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (sha3-0.10.1.crate) = 1aafd9075a96a2fc5855dc70d48516b4beb15fe15c16c75d32c8dbeb09a3c931700a3cc650045524d7434ba5b7c28a36c659b71fc1abc581c3cd31486cb1f66b SHA512 (sha3-0.10.2.crate) = 1f073a05602ded6ac08cce21a6f25a59df3ba64451491260ffa74743ba9b54c2728c6498cf5b02adfbe3a3d41b58629c61acb22f387b00baabebeec0945e1ef3

Loading…
Cancel
Save