Update to 0.3.3

epel9
Josh Stone 5 years ago
parent 51120d3a90
commit 1917fc2acd

1
.gitignore vendored

@ -1,2 +1,3 @@
/ahash-0.2.18.crate /ahash-0.2.18.crate
/ahash-0.3.2.crate /ahash-0.3.2.crate
/ahash-0.3.3.crate

@ -6,9 +6,9 @@
%global crate ahash %global crate ahash
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.3.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Non-cryprographic hash function using AES-NI for high performance Summary: Non-cryptographic hash function using AES-NI for high performance
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -23,7 +23,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Non-cryprographic hash function using AES-NI for high performance.} Non-cryptographic hash function using AES-NI for high performance.}
%description %{_description} %description %{_description}
@ -108,6 +108,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (ahash-0.3.2.crate) = 865b49307da093869fb72ec3455839aac78f2831157e5b3f6dc85b06235277ec1d7637315f0218a53322b2c7f7d001a2c7fa0d5f6c46cd2b0f3517c74489850a SHA512 (ahash-0.3.3.crate) = 7be0c0d79926c1bc6b0d4263ffd8af1edc5c9f0758a8ec3a00cb7fa86fc19d83366b20f8d974a596156e11a6223d902c167e95d6b3025b16a3b05c43536fb2f7

Loading…
Cancel
Save