Update to version 0.11.0; Fixes RHBZ#1955259

epel9
Fabio Valentini 4 years ago
parent 98ccb67e20
commit ddf5e31574
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/hmac-0.8.0.crate /hmac-0.8.0.crate
/hmac-0.8.1.crate /hmac-0.8.1.crate
/hmac-0.10.1.crate /hmac-0.10.1.crate
/hmac-0.11.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hmac %global crate hmac
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.1 Version: 0.11.0
Release: %autorelease Release: %autorelease
Summary: Generic implementation of Hash-based Message Authentication Code (HMAC) Summary: Generic implementation of Hash-based Message Authentication Code (HMAC)

@ -1 +1 @@
SHA512 (hmac-0.10.1.crate) = ab61133d280fb1b149ad097e29f6028a1998475d2f1995e3ed4f354a8fc91eaff01cf9437a13da637ff433fa05b43d7b144b5726c1edba1130c7004bf18b1c3d SHA512 (hmac-0.11.0.crate) = 82d83071d1cea14603b1f1a85d564c78e28d982025a029779d8d83522fd5c56583303dd3a902d8023b5e9df2ddb5c5d9a5fc88000d41dba45dc026239ec81d0d

Loading…
Cancel
Save