add back accidentally removed std feature

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

@ -3,7 +3,6 @@ unwanted-features =
compiler_builtins compiler_builtins
core core
rustc-dep-of-std rustc-dep-of-std
std
stdweb stdweb
test-in-browser test-in-browser
wasm-bindgen wasm-bindgen

@ -6,7 +6,7 @@
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.15 Version: 0.1.15
Release: 2%{?dist} Release: 3%{?dist}
Summary: Small cross-platform library for retrieving random data from system source Summary: Small cross-platform library for retrieving random data from system source
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -79,6 +79,18 @@ which use "log" feature of "%{crate}" crate.
%files -n %{name}+log-devel %files -n %{name}+log-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -98,6 +110,9 @@ which use "log" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-3
- Add back accidentally removed std feature.
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-2 * Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-2
- Remove dependencies on compiler internals. - Remove dependencies on compiler internals.

Loading…
Cancel
Save