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