lldb 3.8.0 rc3

This commit is contained in:
Dave Airlie 2016-03-03 09:29:20 +10:00
parent 6729b6905d
commit 1c60079d94
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/lldb-3.7.1.src.tar.xz
/lldb-3.8.0rc2.src.tar.xz
/lldb-3.8.0rc3.src.tar.xz

View File

@ -1,11 +1,11 @@
Name: lldb
Version: 3.8.0
Release: 0.2%{?dist}
Release: 0.3%{?dist}
Summary: Next generation high-performance debugger
License: NCSA
URL: http://llvm.org
Source0: http://llvm.org/pre-releases/%{version}/%{name}-%{version}rc2.src.tar.xz
Source0: http://llvm.org/pre-releases/%{version}/%{name}-%{version}rc3.src.tar.xz
# hack patch from upstream review systems to fix out of tree builds.
Patch0: D15067.id41365.diff
@ -42,7 +42,7 @@ Requires: python2-six
The package contains the LLDB Python module.
%prep
%setup -q -n %{name}-%{version}rc2.src
%setup -q -n %{name}-%{version}rc3.src
%patch0 -p1 -b .dave
%build
@ -104,6 +104,9 @@ rm -f %{buildroot}%{python_sitearch}/six.*
%{python_sitearch}/lldb
%changelog
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.3
- lldb 3.8.0 rc3
* Wed Feb 24 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.2
- dynamically link to llvm

View File

@ -1 +1,2 @@
23e56b44aea571a17786d5ae5cac733c lldb-3.8.0rc2.src.tar.xz
fa450dbcc11bbb7ea367fec0fa424e73 lldb-3.8.0rc3.src.tar.xz