Update to 0.1.1

epel9
Josh Stone 6 years ago
parent 1911c04674
commit a7bd968f56

1
.gitignore vendored

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

@ -6,8 +6,8 @@
%global crate rand_chacha
Name: rust-%{crate}
Version: 0.1.0
Release: 2%{?dist}
Version: 0.1.1
Release: 1%{?dist}
Summary: ChaCha random number generator
# Upstream license specification: MIT/Apache-2.0
@ -18,8 +18,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(autocfg/default) >= 0.1.0 with crate(autocfg/default) < 0.2.0)
BuildRequires: (crate(rand_core) >= 0.2.0 with crate(rand_core) < 0.4.0)
BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0)
%global _description \
ChaCha random number generator.
@ -68,6 +68,9 @@ which use "default" 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_chacha-0.1.0.crate) = b911dea149eeb859e532d17074a4db8527da2d048b6f59b0d58fdbb51dfe3e839092e1c614e748f471a7381d28605e994ef8783643bb419eedb2c4e04f3dd0a3
SHA512 (rand_chacha-0.1.1.crate) = 200d39362ffd6d91cfe80634e951c7323a5df8a382c91e3afcef1ecb143a16dc47a17db7f1a746b18e4ea8bfd36bc31ceaeff6d0116e166f8b34e4a8530b3c1b

Loading…
Cancel
Save