Update to version 0.10.7; Fixes RHBZ#2215399

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/sha2-0.10.2.crate /sha2-0.10.2.crate
/sha2-0.10.3.crate /sha2-0.10.3.crate
/sha2-0.10.6.crate /sha2-0.10.6.crate
/sha2-0.10.7.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sha2 %global crate sha2
Name: rust-sha2 Name: rust-sha2
Version: 0.10.6 Version: 0.10.7
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
@ -13,13 +13,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/sha2 URL: https://crates.io/crates/sha2
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Pure Rust implementation of the SHA-2 hash function family including SHA-224, Pure Rust implementation of the SHA-2 hash function family including
SHA-256, SHA-384, and SHA-512.} SHA-224, SHA-256, SHA-384, and SHA-512.}
%description %{_description} %description %{_description}

@ -1,4 +1,5 @@
[DEFAULT] [DEFAULT]
summary = Pure Rust implementation of the SHA-2 hash function family
unwanted-features = unwanted-features =
asm asm
asm-aarch64 asm-aarch64

@ -1 +1 @@
SHA512 (sha2-0.10.6.crate) = 38dea4c300ea8dee22587ab0af6d66dbde824e1cb071e02e7790bf978efff6bdb6d4076d61c5acb38e86e69261a65811a7bd0182299d53ef053202ee54d2b05c SHA512 (sha2-0.10.7.crate) = c33d6bdecaf49d0f60276531e845231425f62d2ec18c4d53c43e49f506a2dcb2548f5866c6642806b6b64f008a481c48920b7b4fc867df7443dc31b44f297fdc

Loading…
Cancel
Save