Make rust-lldb arch-specific to deal with lldb deps

This commit is contained in:
Josh Stone 2017-03-20 17:41:56 -07:00
parent 9245da2d8a
commit 989c07ab79
1 changed files with 2 additions and 5 deletions

View File

@ -48,7 +48,7 @@
Name: rust
Version: 1.16.0
Release: 3%{?dist}
Release: 2%{?dist}
Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and ISC and MIT)
# ^ written as: (rust itself) and (bundled libraries)
@ -418,12 +418,9 @@ make check || :
%changelog
* Mon Mar 20 2017 Josh Stone <jistone@redhat.com> - 1.16.0-3
* Mon Mar 20 2017 Josh Stone <jistone@redhat.com> - 1.16.0-2
- Make rust-lldb arch-specific to deal with lldb deps
* Fri Mar 17 2017 Josh Stone <jistone@redhat.com> - 1.16.0-2
- Limit rust-lldb arches
* Thu Mar 16 2017 Josh Stone <jistone@redhat.com> - 1.16.0-1
- Update to 1.16.0.
- Use rustbuild instead of the old makefiles.