apply the patch from -4

This commit is contained in:
Dave Airlie 2016-10-26 14:24:54 +10:00
parent f943e7f14b
commit 88bc7e0447
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: llvm
Version: 3.9.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
@ -88,6 +88,7 @@ Static libraries for the LLVM compiler infrastructure.
%patch2 -p1 -b .docs2
%patch3 -p1 -b .docs3
%patch4 -p1 -b .docs4
%patch5 -p1 -b .lldbfix
%patch47 -p1 -b .rust47
%patch48 -p1 -b .rust48
%patch51 -p1 -b .rust51
@ -208,6 +209,9 @@ make check-all || :
%{_libdir}/*.a
%changelog
* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-5
- apply the patch from -4
* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-4
- add fix for lldb out-of-tree build