Update to 0.1.1

epel9
Josh Stone 6 years ago
parent c25f5d2e15
commit 6a466e4d53

1
.gitignore vendored

@ -1 +1,2 @@
/rand_xorshift-0.1.0.crate
/rand_xorshift-0.1.1.crate

@ -6,8 +6,8 @@
%global crate rand_xorshift
Name: rust-%{crate}
Version: 0.1.0
Release: 2%{?dist}
Version: 0.1.1
Release: 1%{?dist}
Summary: Xorshift random number generator
# Upstream license specification: MIT/Apache-2.0
@ -108,6 +108,9 @@ which use "serde_derive" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 10 2019 Josh Stone <jistone@redhat.com> - 0.1.1-1
- Update to 0.1.1
* Sat Dec 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-2
- Run tests in infrastructure

@ -1 +1 @@
SHA512 (rand_xorshift-0.1.0.crate) = 6bdec89da3e3c07c8fe42ba4ce5c24d76ea81b522fad533ae172c5d402f109fd9ce793bc13647dc1db188202bd78f48a9ad55f0caa43f1b88c711f3f2c18a0bb
SHA512 (rand_xorshift-0.1.1.crate) = 3205499ed2584467dedb4641a48f3ca8fedc263b1d9431d36a251af0bc4701d99ce4b5219d515b9b24210dd3ef2faace6efa886aa50f361e07f53dd0fb0841e5

Loading…
Cancel
Save