Update to 0.4.3

epel9
Josh Stone 7 years ago
parent 11135066bd
commit f515c7e062

1
.gitignore vendored

@ -2,3 +2,4 @@
/rand-0.3.18.crate
/rand-0.4.1.crate
/rand-0.4.2.crate
/rand-0.4.3.crate

@ -5,10 +5,11 @@
%global crate rand
Name: rust-%{crate}0.4
Version: 0.4.2
Release: 6%{?dist}
Version: 0.4.3
Release: 1%{?dist}
Summary: Random number generators and other randomness functionality
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/rand
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -57,6 +58,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Fri Sep 07 2018 Josh Stone <jistone@redhat.com> - 0.4.3-1
- Update to 0.4.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand-0.4.2.crate) = ac6eaf9f0914fd966c835a04ec644c5a8d62a4a634187d538cecfb711955a977234dc5fe487cd4d351514bc0de4f51cbd0f09a8f6aac56aa0467ae5eb17a4fad
SHA512 (rand-0.4.3.crate) = d287faa583d07134a10db61d1dad30a3ac006624815240d50a8a21faca49085c3ef5c01c3741def25b3e93cb52507fff36497521caacf525e106f419013381d3

Loading…
Cancel
Save