|
|
@ -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}
|
|
|
|
|
|
|
|
|
|
|
|