Update to 2.2.1

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/data-encoding-2.1.1.crate
/data-encoding-2.1.2.crate
/data-encoding-2.2.0.crate
/data-encoding-2.2.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate data-encoding
Name: rust-%{crate}
Version: 2.2.0
Version: 2.2.1
Release: 1%{?dist}
Summary: Efficient and customizable data-encoding functions
@ -22,7 +22,8 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
Efficient and customizable data-encoding functions.}
Efficient and customizable data-encoding functions like base64, base32, and
hex.}
%description %{_description}
@ -95,6 +96,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 23 20:16:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.1-1
- Update to 2.2.1
* Sun Feb 23 10:31:41 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.0-1
- Update to 2.2.0

@ -1 +1 @@
SHA512 (data-encoding-2.2.0.crate) = 66996717b5e596bcfc2117c3a4566be22cf07c347bdfaa31fbe3f4df567663a54d716f079e7fc75b4c48ad548b08ed6f6b18443d17549d29c954c9f166f22cb7
SHA512 (data-encoding-2.2.1.crate) = 17a0d2077cc26c0fc99f3d4d73b3c9ba579a5d3f43beb22a2edd4dbadbb3c0e7b05d60c62d146edc3c9981ecff71c8b87036850d4090c73b07e8e10949048477

Loading…
Cancel
Save