update to version 0.9.3

epel9
Fabio Valentini 4 years ago
parent 9cf1d67bee
commit 04fb632bd0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1,5 +1,5 @@
--- sha-1-0.9.2/Cargo.toml 2020-11-03T15:01:40+00:00 --- sha-1-0.9.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sha-1-0.9.2/Cargo.toml 2020-11-05T12:31:19.842614+00:00 +++ sha-1-0.9.3/Cargo.toml 2021-02-15T11:36:17.851842+00:00
@@ -37,9 +37,6 @@ @@ -37,9 +37,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,13 +45,9 @@ @@ -48,13 +45,8 @@
version = "0.2" version = "0.2"
[features] [features]
@ -20,8 +20,7 @@
force-soft = [] force-soft = []
std = ["digest/std"] std = ["digest/std"]
-[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc] -[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
-version = "0.2.80" -version = "0.2.84"
-optional = true -optional = true
+
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpuid-bool] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpuid-bool]
version = "0.1" version = "0.1"

@ -1 +1 @@
SHA512 (sha-1-0.9.2.crate) = 7ab98753f5d4b08dcf59c254bbd2d3e9576263b410b09a261d4020b7a44d68fa5f75dae1a548deb1f77c98dad87cd5417bfa1e969e9fab6aa6092d1a5ad9268a SHA512 (sha-1-0.9.3.crate) = a51cf63a0b29f92980093e6a388b979b6650fd72589b535c5916b77039d72062a2ff236777a58980c33f37551626e9dd7e7fcd6f60e0884a4292500bc3c5545f

Loading…
Cancel
Save