update to version 1.1.1

epel9
Fabio Valentini 4 years ago
parent 511bb61eb8
commit 442160c509
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,13 +1,12 @@
# Generated by rust2rpm 13
# https://github.com/iqlusioninc/crates/issues/474
%bcond_with check
%bcond_without check
%global debug_package %{nil}
%global crate zeroize
Name: rust-%{crate}
Version: 1.1.0
Release: 3%{?dist}
Version: 1.1.1
Release: 1%{?dist}
Summary: Securely clear secrets from memory
# Upstream license specification: Apache-2.0 OR MIT
@ -40,8 +39,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
# include ASL - https://github.com/iqlusioninc/crates/issues/475
%license LICENSE-MIT
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -100,6 +98,9 @@ which use "zeroize_derive" feature of "%{crate}" crate.
%endif
%changelog
* Thu Sep 17 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (zeroize-1.1.0.crate) = 19ebb9515b7c8bc384c180e4ec8b6f77dc84fbc49a3690af972918b2ca73695b935d4673ff17ec8ae95a1824e5b261838e656e7939f10e3b14b3b984180aecbd
SHA512 (zeroize-1.1.1.crate) = 748c8113abb0d70700a600088a51bf09620562db57dfbd5596af31d3a43b8fb587401755c4d9da689fb1443384492684eeb5acfc8c4db2d60b93f7214791f29b

Loading…
Cancel
Save