From 964e9c66cc919386752ab2f45be4a49a5b7e9f5b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 26 Oct 2016 10:00:54 +1000 Subject: [PATCH] lldb 3.9.0 --- .gitignore | 1 + lldb.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd12274..7b7d7ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /lldb-3.8.0rc2.src.tar.xz /lldb-3.8.0rc3.src.tar.xz /lldb-3.8.0.src.tar.xz +/lldb-3.9.0.src.tar.xz diff --git a/lldb.spec b/lldb.spec index e57c51e..9325389 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,6 +1,6 @@ Name: lldb -Version: 3.8.0 -Release: 2%{?dist} +Version: 3.9.0 +Release: 1%{?dist} Summary: Next generation high-performance debugger License: NCSA @@ -67,6 +67,11 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=format-security" -DLLDB_DISABLE_CURSES:BOOL=OFF \ -DLLDB_DISABLE_LIBEDIT:BOOL=OFF \ -DLLDB_DISABLE_PYTHON:BOOL=OFF \ +%if 0%{?__isa_bits} == 64 + -DLLVM_LIBDIR_SUFFIX=64 \ +%else + -DLLVM_LIBDIR_SUFFIX= \ +%endif \ -DPYTHON_EXECUTABLE:STRING=%{__python} \ -DPYTHON_VERSION_MAJOR:STRING=$(%{__python} -c "import sys; print sys.version_info.major") \ @@ -104,6 +109,9 @@ rm -f %{buildroot}%{python_sitearch}/six.* %{python_sitearch}/lldb %changelog +* Wed Oct 26 2016 Dave Airlie - 3.9.0-1 +- lldb 3.9.0 + * Tue Jul 19 2016 Fedora Release Engineering - 3.8.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index f864122..d09be27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5da35ed9cc8c8817ee854e3dbfba00e lldb-3.8.0.src.tar.xz +968d053c3c3d7297983589164c6999e9 lldb-3.9.0.src.tar.xz