Update to version 0.11.0; Fixes RHBZ#1955304

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/hkdf-0.9.0-alpha.0.crate /hkdf-0.9.0-alpha.0.crate
/hkdf-0.9.0.crate /hkdf-0.9.0.crate
/hkdf-0.10.0.crate /hkdf-0.10.0.crate
/hkdf-0.11.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 18
# * crypto-tests is not packaged # * crypto-tests dev-dependency is really old and not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hkdf %global crate hkdf
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.0 Version: 0.11.0
Release: %autorelease Release: %autorelease
Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF) Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (hkdf-0.10.0.crate) = c75ea5b79953d28a793ddef5eabae8754ba74b5e57bd7953be6e4e8f9ebbc3b62d29e06b1e15eb101b849d51f91df61f45766d4ccecffddad33c39ec5d5668ef SHA512 (hkdf-0.11.0.crate) = 54255df9d478422d090103b6d66a31280a4c99025834e7930c21bfc7772f713015304f288de16ba3b91628714cde94b552eb1086724bc45e163c74fefa1393bf

Loading…
Cancel
Save