Update to version 1.5.3; Fixes RHBZ#2120852

epel9
Fabio Valentini 2 years ago
parent 0d0e65990c
commit 92355196e9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/base64ct-1.4.1.crate /base64ct-1.4.1.crate
/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

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate base64ct %global crate base64ct
Name: rust-%{crate} Name: rust-base64ct
Version: 1.5.1 Version: 1.5.3
Release: %autorelease Release: %autorelease
Summary: Pure Rust, constant-time implementation of Base64 (RFC 4648) Summary: Pure Rust, constant-time implementation of Base64 (RFC 4648)
# Upstream license specification: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/base64ct URL: https://crates.io/crates/base64ct
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (base64ct-1.5.1.crate) = ce3e582fcdf525ec87e772e09c6b75a4f633e43840bf502f882ea00a4d00c954d613b6823350e1cc6e2105f9dd7ee477411a09f550817edcf77298d1b0b68ffd SHA512 (base64ct-1.5.3.crate) = a10861d777fb7766d97ef247aef32f086b4c0043d367ba8a427a6292b2762190a41bb7da36f6a71af5cf4254f6dd513ee45452a9c1103aebee326a91894264e2

Loading…
Cancel
Save