|
|
@ -1,13 +1,13 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate digest
|
|
|
|
%global crate digest
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-digest
|
|
|
|
Name: rust-digest
|
|
|
|
Version: 0.10.5
|
|
|
|
Version: 0.10.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Traits for cryptographic hash functions
|
|
|
|
Summary: Traits for cryptographic hash functions and message authentication codes
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/digest
|
|
|
|
URL: https://crates.io/crates/digest
|
|
|
@ -16,12 +16,10 @@ Source: %{crates_source}
|
|
|
|
# * relax subtle dependency from =2.4 to ^2.4
|
|
|
|
# * relax subtle dependency from =2.4 to ^2.4
|
|
|
|
Patch: digest-fix-metadata.diff
|
|
|
|
Patch: digest-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Traits for cryptographic hash functions.}
|
|
|
|
Traits for cryptographic hash functions and message authentication codes.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|