Update to version 0.9.8; Fixes RHBZ#1998540

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/sha-1-0.9.3.crate /sha-1-0.9.3.crate
/sha-1-0.9.4.crate /sha-1-0.9.4.crate
/sha-1-0.9.7.crate /sha-1-0.9.7.crate
/sha-1-0.9.8.crate

@ -5,7 +5,7 @@
%global crate sha-1 %global crate sha-1
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.7 Version: 0.9.8
Release: %autorelease Release: %autorelease
Summary: SHA-1 hash function Summary: SHA-1 hash function

@ -1,5 +1,5 @@
--- sha-1-0.9.7/Cargo.toml 1970-01-01T00:00:00+00:00 --- sha-1-0.9.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sha-1-0.9.7/Cargo.toml 2021-07-27T21:27:12.997846+00:00 +++ sha-1-0.9.8/Cargo.toml 2021-09-29T15:53:47.730917+00:00
@@ -40,9 +40,6 @@ @@ -40,9 +40,6 @@
[dependencies.opaque-debug] [dependencies.opaque-debug]
version = "0.3" version = "0.3"

@ -1 +1 @@
SHA512 (sha-1-0.9.7.crate) = d592f7ffa58dbc5aba3a5d6ac96aa27be01e0d54ae63ffb339bb17689f0023819044713b7cf386396fe71555a3da603a4419b36b6594629bd7e43f70d92a67f5 SHA512 (sha-1-0.9.8.crate) = d4708a762d5f3dfd902ed335f0383cf63b442f95b1aebbaca3643606ed2480060d2ed04f123d0c44496147ecbb06a093980b435f9d3ff9e0f5c908389736aa9f

Loading…
Cancel
Save