Update to 0.3.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 78c7e06c48
commit 909e830193
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/siphasher-0.2.2.crate
/siphasher-0.2.3.crate
/siphasher-0.3.0.crate
/siphasher-0.3.1.crate

@ -5,9 +5,9 @@
%global crate siphasher
Name: rust-%{crate}
Version: 0.3.0
Release: 3%{?dist}
Summary: SipHash functions from rust-core < 1.13
Version: 0.3.1
Release: 1%{?dist}
Summary: SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
SipHash functions from rust-core < 1.13.}
SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust.}
%description %{_description}
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Sep 21 08:56:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (siphasher-0.3.0.crate) = d0d38459015e329301c197572e1d1d91e6ba58d5fa14a1c49b6ae90f08fb58d60a275172cdae5d066a7a4b5c218912610575a77a877fdcc2d6c5d6ae9887c372
SHA512 (siphasher-0.3.1.crate) = d9fd40e7da5f2f24c7616a0a474392f9cdaf4d18b2ee8b137206068a9cddf37ad09e3aa7254e44b025f56cc1c590830de5163cca3f7d5d661370182db0c52f04

Loading…
Cancel
Save