Rebuild with LLVM 9.

This commit is contained in:
Josh Stone 2020-05-19 17:09:31 -07:00
parent 15bd97302d
commit b659c74ccd
1 changed files with 5 additions and 2 deletions

View File

@ -56,7 +56,7 @@
Name: rust Name: rust
Version: 1.43.1 Version: 1.43.1
Release: 1%{?dist} Release: 1%{?dist}.1
Summary: The Rust Programming Language Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and MIT) License: (ASL 2.0 or MIT) and (BSD and MIT)
# ^ written as: (rust itself) and (bundled libraries) # ^ written as: (rust itself) and (bundled libraries)
@ -175,7 +175,7 @@ Provides: bundled(llvm) = 9.0.0
%else %else
BuildRequires: cmake >= 2.8.11 BuildRequires: cmake >= 2.8.11
%if 0%{?epel} %if 0%{?epel}
%global llvm llvm7.0 %global llvm llvm9.0
%endif %endif
%if %defined llvm %if %defined llvm
%global llvm_root %{_libdir}/%{llvm} %global llvm_root %{_libdir}/%{llvm}
@ -734,6 +734,9 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
%changelog %changelog
* Tue May 19 2020 Josh Stone <jistone@redhat.com> - 1.43.1-1.1
- Rebuild with LLVM 9.
* Thu May 07 2020 Josh Stone <jistone@redhat.com> - 1.43.1-1 * Thu May 07 2020 Josh Stone <jistone@redhat.com> - 1.43.1-1
- Update to 1.43.1. - Update to 1.43.1.