update to version 0.9.3

epel9
Fabio Valentini 4 years ago
parent ee491bd63a
commit 9577e9f649
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/sha2-0.9.0.crate
/sha2-0.9.1.crate
/sha2-0.9.2.crate
/sha2-0.9.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate sha2
Name: rust-%{crate}
Version: 0.9.2
Release: 2%{?dist}
Version: 0.9.3
Release: 1%{?dist}
Summary: Pure Rust implementation of the SHA-2 hash function family
# Upstream license specification: MIT OR Apache-2.0
@ -111,6 +111,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.3-1
- Update to version 0.9.3.
- Fixes RHBZ#1922661
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1,5 +1,5 @@
--- sha2-0.9.2/Cargo.toml 2020-11-03T15:01:48+00:00
+++ sha2-0.9.2/Cargo.toml 2020-11-05T12:22:56.021167+00:00
--- sha2-0.9.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sha2-0.9.3/Cargo.toml 2021-02-15T13:42:27.886545+00:00
@@ -34,9 +34,6 @@
[dependencies.opaque-debug]
version = "0.3"
@ -10,7 +10,7 @@
[dev-dependencies.digest]
version = "0.9"
features = ["dev"]
@@ -45,14 +42,10 @@
@@ -45,14 +42,9 @@
version = "0.2"
[features]
@ -21,8 +21,7 @@
force-soft = []
std = ["digest/std"]
-[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
-version = "0.2.80"
-version = "0.2.84"
-optional = true
+
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpuid-bool]
version = "0.1"

@ -1 +1 @@
SHA512 (sha2-0.9.2.crate) = 8d028a011b22f9e89a29513f4c25b2cd551aa71ff61f5247b31bea9d3291af8fd340ec0b33496b68e4057be30072fa50d81a2d8293ce248eeab1f2035e6a05d6
SHA512 (sha2-0.9.3.crate) = 95c6c30b73bd3ee712b29be6ebb66f6fdf5256f37a6345e9412db74bc294260d6edf2ff0c21ac768e7cf0fb100f45f23489138e8ec1d4ca6f695028ac42806a5

Loading…
Cancel
Save