update to version 0.4.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/rand_distr-0.2.2.crate
/rand_distr-0.3.0.crate
/rand_distr-0.4.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate rand_distr
Name: rust-%{crate}
Version: 0.3.0
Release: 2%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: Sampling from random number distributions
# Upstream license specification: MIT OR Apache-2.0
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Apr 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
- Update to version 0.4.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand_distr-0.3.0.crate) = ae13ed5ec04f93188ddca82fb3d38e02124df46ab3af6d1069feb3c44d2966b89054c09af045727b96fa717c4c81c397d6d96742a8bcc292540b1dfeb9f38550
SHA512 (rand_distr-0.4.0.crate) = e4670482a411be4257a7b3ebe4fa13a1f63acafd3a4bcc95a54c2e84183491b2539b02952b7ba654ed30e0c4e589ec452accf4c331af118285e26ac535278190

Loading…
Cancel
Save