Update to version 0.10.6; Fixes RHBZ#2143466

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/digest-0.9.0.crate /digest-0.9.0.crate
/digest-0.10.3.crate /digest-0.10.3.crate
/digest-0.10.5.crate /digest-0.10.5.crate
/digest-0.10.6.crate

@ -1,6 +1,6 @@
--- digest-0.10.5/Cargo.toml 2022-09-16T01:41:42+00:00 --- digest-0.10.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ digest-0.10.5/Cargo.toml 2022-10-05T12:28:10.387041+00:00 +++ digest-0.10.6/Cargo.toml 2022-12-10T19:08:50.587914+00:00
@@ -41,7 +41,7 @@ @@ -52,7 +52,7 @@
version = "0.1.3" version = "0.1.3"
[dependencies.subtle] [dependencies.subtle]

@ -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}

@ -1 +1 @@
SHA512 (digest-0.10.5.crate) = 3542fc0322a8b10dbc229ae83475a0df5f9beee4f879eacab1fda53a7b61136df2961265472ae66d896681bd17f8a68148b25827733bd782c6bae05d2f307951 SHA512 (digest-0.10.6.crate) = 21d3c1dc64e640300c51e8a009af464d6e3cd2b10aa67c87a038165c11409d6e5faad1967236724a9a4cab8fdd88826cac1db4798245fd53ac2ff1a9b2b68b76

Loading…
Cancel
Save