update to version 0.3.5

epel9
Fabio Valentini 4 years ago
parent a234939b85
commit 2cdb5f143d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/siphasher-0.3.1.crate
/siphasher-0.3.2.crate
/siphasher-0.3.3.crate
/siphasher-0.3.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate siphasher
Name: rust-%{crate}
Version: 0.3.3
Release: 4%{?dist}
Version: 0.3.5
Release: 1%{?dist}
Summary: SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust
# Upstream license specification: MIT/Apache-2.0
@ -119,6 +119,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.5-1
- Update to version 0.3.5.
- Fixes RHBZ#1941093
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (siphasher-0.3.3.crate) = 53bec96ee1edcd658886ac650a1528ce5186a203a412d4dce5a95ede4b50ab5ef9406af5150fafff220484ef96ab5a883dc9ba4b0927d6bc42321a4b0cbf454e
SHA512 (siphasher-0.3.5.crate) = 4887f7b7b4c0df55c185249a16041052e16ad1f7c80d69ca69dba76af7b25095f2ace3d5b2a33346797f74b63c476a67055929c2856a6b4dff60e8fe2147f8ae

Loading…
Cancel
Save