Update to version 1.6.0; Fixes RHBZ#2173450

epel9 imports/e9/rust-base64ct-1.6.0-1.el9
Fabio Valentini 2 years ago
parent 8d3d8489a6
commit f51fbd688d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/base64ct-1.5.0.crate /base64ct-1.5.0.crate
/base64ct-1.5.1.crate /base64ct-1.5.1.crate
/base64ct-1.5.3.crate /base64ct-1.5.3.crate
/base64ct-1.6.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate base64ct %global crate base64ct
Name: rust-base64ct Name: rust-base64ct
Version: 1.5.3 Version: 1.6.0
Release: %autorelease Release: %autorelease
Summary: Pure Rust, constant-time implementation of Base64 (RFC 4648) Summary: Pure Rust, constant-time implementation of Base64 (RFC 4648)
@ -16,9 +16,9 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data- Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
dependent branches/LUTs and thereby provides portable "best effort" constant- data-dependent branches/LUTs and thereby provides portable "best effort"
time operation and embedded-friendly no_std support.} constant-time operation and embedded-friendly no_std support.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (base64ct-1.5.3.crate) = a10861d777fb7766d97ef247aef32f086b4c0043d367ba8a427a6292b2762190a41bb7da36f6a71af5cf4254f6dd513ee45452a9c1103aebee326a91894264e2 SHA512 (base64ct-1.6.0.crate) = e3a267dce49257b6990d8d0842299d75b49a9af635082dfee25e314f5ab9067b339c877a4c7b012a1eaf9a84a7f8ddf0173c6f9d8695be81b8b4db03df66c92c

Loading…
Cancel
Save