Update to 2.4.0

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/subtle-2.2.2.crate /subtle-2.2.2.crate
/subtle-2.2.3.crate /subtle-2.2.3.crate
/subtle-2.3.0.crate /subtle-2.3.0.crate
/subtle-2.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate subtle %global crate subtle
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.3.0 Version: 2.4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Pure-Rust traits and utilities for constant-time cryptographic implementations Summary: Pure-Rust traits and utilities for constant-time cryptographic implementations
@ -107,6 +107,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Dec 27 10:59:17 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.4.0-1
- Update to 2.4.0 (Fixes: RHBZ#1908568)
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1 * Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
- Update to version 2.3.0. - Update to version 2.3.0.

@ -1 +1 @@
SHA512 (subtle-2.3.0.crate) = 80c61e908a94c449a77ba412531496c089da3a2a583017f05b55bfd1e8eaca215db2358222ca06696d0bbd7a79027dca8fb4031f63df314fad646ae10c6d55a7 SHA512 (subtle-2.4.0.crate) = ffa173d6678879c382d9165ed8ac4480bfda2f03a451ff120767d90b2fa17ecaf234af15c2d153be0d96c8363de82f0be1fffb7770f3bd417e2567d146b61c86

Loading…
Cancel
Save