Update to 0.9.0-alpha.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent d43375c73a
commit 9c167a754a
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,2 +1,3 @@
/hkdf-0.7.0.crate
/hkdf-0.8.0.crate
/hkdf-0.9.0-alpha.0.crate

@ -1,23 +0,0 @@
--- hkdf-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hkdf-0.7.0/Cargo.toml 2019-06-22T10:44:08.534026+00:00
@@ -37,16 +37,16 @@
version = "0.1"
[dev-dependencies.crypto-tests]
-version = "0.5.*"
+version = "0.5"
[dev-dependencies.hex]
-version = "0.3.*"
+version = "0.3"
[dev-dependencies.sha-1]
-version = "0.8.*"
+version = "0.8"
[dev-dependencies.sha2]
-version = "0.8.*"
+version = "0.8"
[features]
std = []

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * crypto-tests is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate hkdf
Name: rust-%{crate}
Version: 0.8.0
Version: 0.9.0~alpha.0
Release: 1%{?dist}
Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
@ -14,9 +14,6 @@ Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
License: MIT or ASL 2.0
URL: https://crates.io/crates/hkdf
Source: %{crates_source}
# Initial patched metadata
# * Mangle '*' dependencies
Patch0: hkdf-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -87,6 +84,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 21 18:27:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0~alpha.0-1
- Update to 0.9.0-alpha.0
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
- Update to 0.8.0

@ -1 +1 @@
SHA512 (hkdf-0.8.0.crate) = eb313e491599ad8e52afde820e6b5e1a93f72548c6e35e82652185c38d8805deea21095f04f5e1ed850ea97971225a1055cdcdca6e4eb8eaea08e984afed09ed
SHA512 (hkdf-0.9.0-alpha.0.crate) = 9a58d2112d8b9ef283e8a50b5da3e157695c9f9366d139c12731a1aebcc45493ef57f3bf69a9dc3f0e8911da912b06a5794e27a55d75d1481136a05944b65c47

Loading…
Cancel
Save