Update to version 0.10.7; Fixes RHBZ#2155057

epel9 imports/e9/rust-digest-0.10.7-1.el9
Fabio Valentini 2 years ago
parent 01346645ae
commit d74ceb58e0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1,11 +0,0 @@
--- digest-0.10.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ digest-0.10.6/Cargo.toml 2022-12-10T19:08:50.587914+00:00
@@ -52,7 +52,7 @@
version = "0.1.3"
[dependencies.subtle]
-version = "=2.4"
+version = "2.4"
optional = true
default-features = false

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

@ -1 +1 @@
SHA512 (digest-0.10.6.crate) = 21d3c1dc64e640300c51e8a009af464d6e3cd2b10aa67c87a038165c11409d6e5faad1967236724a9a4cab8fdd88826cac1db4798245fd53ac2ff1a9b2b68b76
SHA512 (digest-0.10.7.crate) = 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c

Loading…
Cancel
Save