update to version 0.3.1

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/rand_pcg-0.2.0.crate
/rand_pcg-0.2.1.crate
/rand_pcg-0.3.0.crate
/rand_pcg-0.3.1.crate

@ -5,8 +5,8 @@
%global crate rand_pcg
Name: rust-%{crate}
Version: 0.3.0
Release: 2%{?dist}
Version: 0.3.1
Release: 1%{?dist}
Summary: Selected PCG random number generators
# Upstream license specification: MIT OR Apache-2.0
@ -36,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE COPYRIGHT
%doc README.md CHANGELOG.md
%license COPYRIGHT LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -95,6 +95,10 @@ which use "serde1" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
- Fixes RHBZ#1972299
* 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_pcg-0.3.0.crate) = 23ec3ae84e493c22ecd09833e39c62c10594fa8b44223ec43ff5d3e3017bfe28e069320768514f4da97606a9b9b377ba72e01ea36780e30f0401515629334025
SHA512 (rand_pcg-0.3.1.crate) = 6386c23c26fb911c3b20718e31b6a2f395e3cb46b59351cbd58bbc0666f1d42c2092638360162079387e0d61f7591d01271cb50212b91db6df78a76bae239dc4

Loading…
Cancel
Save