|
|
|
@ -6,10 +6,10 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}0.4
|
|
|
|
|
Version: 0.4.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Random number generators and other randomness functionality.
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Random number generators and other randomness functionality
|
|
|
|
|
|
|
|
|
|
License: 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
|
|
|
|
|
# Initial patched metadata
|
|
|
|
@ -57,6 +57,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jul 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-5
|
|
|
|
|
- Trivial fixes in spec
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Josh Stone <jistone@redhat.com> - 0.4.2-4
|
|
|
|
|
- Exclude python2 utilities
|
|
|
|
|
|
|
|
|
|