diff --git a/SPECS/rust.spec b/SPECS/rust.spec index 3553ecc..b7f9a4d 100644 --- a/SPECS/rust.spec +++ b/SPECS/rust.spec @@ -63,7 +63,7 @@ Name: rust Version: 1.53.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -260,7 +260,7 @@ BuildRequires: %{devtoolset_name}-gcc-c++ # brp-strip-static-archive breaks the archive index for wasm %global __os_install_post \ %__os_install_post \ -find %{buildroot}%{rustlibdir} -type f -path '*/wasm*/lib/*.rlib' -exec ranlib '{}' ';' \ +find %{buildroot}%{rustlibdir} -type f -path '*/wasm*/lib/*.rlib' -exec llvm-ranlib '{}' ';' \ %{nil} %endif @@ -816,6 +816,9 @@ end} %changelog +* Tue Jul 20 2021 Josh Stone - 1.53.0-2 +- Use llvm-ranlib to fix wasm archives. + * Mon Jun 21 2021 Josh Stone - 1.53.0-1 - Update to 1.53.0.