|
|
@ -5,14 +5,14 @@
|
|
|
|
%global crate rand
|
|
|
|
%global crate rand
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}0.4
|
|
|
|
Name: rust-%{crate}0.4
|
|
|
|
Version: 0.4.5
|
|
|
|
Version: 0.4.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Random number generators and other randomness functionality
|
|
|
|
Summary: Random number generators and other randomness functionality
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/rand
|
|
|
|
URL: https://crates.io/crates/rand
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Exclude unneeded files
|
|
|
|
# * Exclude unneeded files
|
|
|
|
# * Remove fuchsia, sgx, and windows dependencies
|
|
|
|
# * Remove fuchsia, sgx, and windows dependencies
|
|
|
@ -103,7 +103,7 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -118,6 +118,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 29 2019 Josh Stone <jistone@redhat.com> - 0.4.6-1
|
|
|
|
|
|
|
|
- Update to 0.4.6
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2019 Josh Stone <jistone@redhat.com> - 0.4.5-1
|
|
|
|
* Wed Jan 09 2019 Josh Stone <jistone@redhat.com> - 0.4.5-1
|
|
|
|
- Update to 0.4.5
|
|
|
|
- Update to 0.4.5
|
|
|
|
|
|
|
|
|
|
|
|