Update to version 0.9.8; Fixes RHBZ#1998541

epel9
Fabio Valentini 3 years ago
parent b2500f26ef
commit 60b3ac394c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/sha2-0.9.2.crate /sha2-0.9.2.crate
/sha2-0.9.3.crate /sha2-0.9.3.crate
/sha2-0.9.5.crate /sha2-0.9.5.crate
/sha2-0.9.8.crate

@ -5,7 +5,7 @@
%global crate sha2 %global crate sha2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.5 Version: 0.9.8
Release: %autorelease Release: %autorelease
Summary: Pure Rust implementation of the SHA-2 hash function family Summary: Pure Rust implementation of the SHA-2 hash function family

@ -1,6 +1,6 @@
--- sha2-0.9.5/Cargo.toml 1970-01-01T00:00:00+00:00 --- sha2-0.9.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sha2-0.9.5/Cargo.toml 2021-07-27T10:39:22.487593+00:00 +++ sha2-0.9.8/Cargo.toml 2021-09-29T15:54:59.898165+00:00
@@ -37,9 +37,6 @@ @@ -36,9 +36,6 @@
[dependencies.opaque-debug] [dependencies.opaque-debug]
version = "0.3" version = "0.3"
@ -10,7 +10,7 @@
[dev-dependencies.digest] [dev-dependencies.digest]
version = "0.9" version = "0.9"
features = ["dev"] features = ["dev"]
@@ -48,8 +45,6 @@ @@ -47,8 +44,6 @@
version = "0.2" version = "0.2"
[features] [features]

@ -1 +1 @@
SHA512 (sha2-0.9.5.crate) = c4149abf96d9ba5bf18a29c45dbc0e7d44bb5eadbed26fe2915a7e3b9f253381d090d880a96e9d79eb6399bfdd9d27550961ae07a96d1cf8070ad77d09a1fe52 SHA512 (sha2-0.9.8.crate) = 4bd858f67a3ee5a22769aaf4161d823884e112f99911d5461cafe746a19fafd2d8946eb3aa234953efa06a4dcf7becda70db6721c0d4a9b6f1fb670f31f6343d

Loading…
Cancel
Save