Update to version 2.4.0; Fixes RHBZ#2208772

epel9
Fabio Valentini 1 year ago
parent d1cd69a9a4
commit eefd25aa12
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/data-encoding-2.3.1.crate
/data-encoding-2.3.2.crate
/data-encoding-2.3.3.crate
/data-encoding-2.4.0.crate

@ -1,3 +0,0 @@
# rust-data-encoding
The rust-data-encoding package

@ -1,13 +1,13 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate data-encoding
Name: rust-data-encoding
Version: 2.3.3
Version: 2.4.0
Release: %autorelease
Summary: Efficient and customizable data-encoding functions
Summary: Efficient and customizable data-encoding functions like base64, base32, and hex
License: MIT
URL: https://crates.io/crates/data-encoding
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Efficient and customizable data-encoding functions like base64, base32, and
hex.}
Efficient and customizable data-encoding functions like base64, base32,
and hex.}
%description %{_description}

@ -1 +1 @@
SHA512 (data-encoding-2.3.3.crate) = 5922cdfaaa9b4c3b2faa68e86018653dac7bccef3f2a1e16f6c599dc8c3e98a644f29c3a9082234d3a58f9feb0eb54842e57ab62ceadcf287c43f7eed1906d93
SHA512 (data-encoding-2.4.0.crate) = b16c4bd5999a4f1281d6691ce05f8bc2a109cf422dd4fa4e7b26b573b2a4b7e33e2fb246681846bbf85fcb6361c115f509898724eb6526f1f49f55acb4f9ad7a

Loading…
Cancel
Save