2020-03-30 21:00:28 +00:00
|
|
|
#%%global rc_ver 6
|
2020-07-28 06:11:07 +00:00
|
|
|
%global baserelease 7
|
2020-02-06 20:50:19 +00:00
|
|
|
%global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
2018-11-23 10:27:51 +00:00
|
|
|
|
2016-01-27 14:32:24 +00:00
|
|
|
Name: lldb
|
2020-02-06 20:50:19 +00:00
|
|
|
Version: 10.0.0
|
2019-09-12 20:38:04 +00:00
|
|
|
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
2016-01-27 14:32:24 +00:00
|
|
|
Summary: Next generation high-performance debugger
|
|
|
|
|
|
|
|
License: NCSA
|
2016-11-02 15:00:02 +00:00
|
|
|
URL: http://lldb.llvm.org/
|
2020-03-30 21:00:28 +00:00
|
|
|
%if 0%{?rc_ver:1}
|
|
|
|
Source0: https://prereleases.llvm.org/%{version}/rc%{rc_ver}/%{lldb_srcdir}.tar.xz
|
|
|
|
Source1: https://prereleases.llvm.org/%{version}/rc%{rc_ver}/%{lldb_srcdir}.tar.xz.sig
|
|
|
|
%else
|
|
|
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{lldb_srcdir}.tar.xz
|
2020-07-20 14:38:04 +00:00
|
|
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{lldb_srcdir}.tar.xz.sig
|
2020-03-30 21:00:28 +00:00
|
|
|
%endif
|
2020-02-06 20:50:19 +00:00
|
|
|
Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc
|
2020-01-29 15:01:37 +00:00
|
|
|
|
2016-01-27 14:32:24 +00:00
|
|
|
BuildRequires: cmake
|
2018-12-04 14:51:34 +00:00
|
|
|
BuildRequires: llvm-devel = %{version}
|
2019-03-06 18:01:06 +00:00
|
|
|
BuildRequires: llvm-test = %{version}
|
2018-12-04 14:51:34 +00:00
|
|
|
BuildRequires: clang-devel = %{version}
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: swig
|
|
|
|
BuildRequires: llvm-static = %{version}
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libedit-devel
|
2019-03-26 20:33:00 +00:00
|
|
|
BuildRequires: python3-lit
|
2020-06-02 20:02:19 +00:00
|
|
|
BuildRequires: multilib-rpm-config
|
2020-07-20 14:38:04 +00:00
|
|
|
BuildRequires: ninja-build
|
2018-12-04 14:51:34 +00:00
|
|
|
|
2019-03-26 20:33:00 +00:00
|
|
|
Requires: python3-lldb
|
2018-09-21 04:31:47 +00:00
|
|
|
|
2020-07-20 14:38:04 +00:00
|
|
|
# For origin certification
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
2016-01-27 14:32:24 +00:00
|
|
|
%description
|
|
|
|
LLDB is a next generation, high-performance debugger. It is built as a set
|
|
|
|
of reusable components which highly leverage existing libraries in the
|
|
|
|
larger LLVM Project, such as the Clang expression parser and LLVM
|
|
|
|
disassembler.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development header files for LLDB
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The package contains header files for the LLDB debugger.
|
|
|
|
|
2019-03-26 20:33:00 +00:00
|
|
|
%package -n python3-lldb
|
|
|
|
%{?python_provide:%python_provide python3-lldb}
|
2016-01-27 14:32:24 +00:00
|
|
|
Summary: Python module for LLDB
|
2019-03-26 20:33:00 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
Requires: python3-six
|
2020-06-16 12:38:05 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2016-01-27 14:32:24 +00:00
|
|
|
|
2019-03-26 20:33:00 +00:00
|
|
|
%description -n python3-lldb
|
2016-01-27 14:32:24 +00:00
|
|
|
The package contains the LLDB Python module.
|
|
|
|
|
|
|
|
%prep
|
2020-07-20 14:38:04 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
2020-03-30 21:00:28 +00:00
|
|
|
%autosetup -n %{lldb_srcdir} -p2
|
2016-01-27 14:32:24 +00:00
|
|
|
|
|
|
|
%build
|
2016-10-26 22:02:57 +00:00
|
|
|
|
2017-03-28 12:26:55 +00:00
|
|
|
CFLAGS="%{optflags} -Wno-error=format-security"
|
|
|
|
CXXFLAGS="%{optflags} -Wno-error=format-security"
|
2016-01-27 14:32:24 +00:00
|
|
|
|
2020-07-20 14:38:04 +00:00
|
|
|
%cmake -GNinja \
|
2016-01-27 14:32:24 +00:00
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
2020-06-02 18:02:56 +00:00
|
|
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
2016-02-24 23:48:14 +00:00
|
|
|
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
|
2016-01-27 14:32:24 +00:00
|
|
|
-DLLVM_CONFIG:FILEPATH=/usr/bin/llvm-config-%{__isa_bits} \
|
|
|
|
\
|
|
|
|
-DLLDB_DISABLE_CURSES:BOOL=OFF \
|
2017-07-31 17:27:33 +00:00
|
|
|
-DLLDB_DISABLE_LIBEDIT:BOOL=OFF \
|
2016-01-27 14:32:24 +00:00
|
|
|
-DLLDB_DISABLE_PYTHON:BOOL=OFF \
|
2016-10-26 00:00:54 +00:00
|
|
|
%if 0%{?__isa_bits} == 64
|
2018-12-04 14:51:34 +00:00
|
|
|
-DLLVM_LIBDIR_SUFFIX=64 \
|
2016-10-26 00:00:54 +00:00
|
|
|
%else
|
2018-12-04 14:51:34 +00:00
|
|
|
-DLLVM_LIBDIR_SUFFIX= \
|
2016-10-26 00:00:54 +00:00
|
|
|
%endif
|
2016-01-27 14:32:24 +00:00
|
|
|
\
|
2019-03-26 20:33:00 +00:00
|
|
|
-DPYTHON_EXECUTABLE:STRING=%{__python3} \
|
|
|
|
-DPYTHON_VERSION_MAJOR:STRING=$(%{__python3} -c "import sys; print(sys.version_info.major)") \
|
|
|
|
-DPYTHON_VERSION_MINOR:STRING=$(%{__python3} -c "import sys; print(sys.version_info.minor)") \
|
2019-02-13 15:58:07 +00:00
|
|
|
-DLLVM_EXTERNAL_LIT=%{_bindir}/lit \
|
2020-01-29 15:01:37 +00:00
|
|
|
-DCLANG_LINK_CLANG_DYLIB=ON \
|
2019-02-13 15:58:07 +00:00
|
|
|
-DLLVM_LIT_ARGS="-sv \
|
|
|
|
--path %{_libdir}/llvm" \
|
2016-01-27 14:32:24 +00:00
|
|
|
|
2020-07-20 14:38:04 +00:00
|
|
|
%cmake_build
|
2016-01-27 14:32:24 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-20 14:38:04 +00:00
|
|
|
%cmake_install
|
2016-01-27 14:32:24 +00:00
|
|
|
|
2020-06-02 20:02:19 +00:00
|
|
|
%multilib_fix_c_header --file %{_includedir}/lldb/Host/Config.h
|
|
|
|
|
2016-01-27 14:32:24 +00:00
|
|
|
# remove static libraries
|
|
|
|
rm -fv %{buildroot}%{_libdir}/*.a
|
|
|
|
|
|
|
|
# python: fix binary libraries location
|
|
|
|
liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
|
2019-03-26 20:33:00 +00:00
|
|
|
ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
|
|
|
|
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/lldb
|
2016-02-19 00:19:00 +00:00
|
|
|
|
|
|
|
# remove bundled six.py
|
2019-03-26 20:33:00 +00:00
|
|
|
rm -f %{buildroot}%{python3_sitearch}/six.*
|
2016-01-27 14:32:24 +00:00
|
|
|
|
2019-01-22 17:40:19 +00:00
|
|
|
%ldconfig_scriptlets
|
2016-01-27 14:32:24 +00:00
|
|
|
|
2020-07-20 14:38:04 +00:00
|
|
|
%check
|
|
|
|
|
|
|
|
|
2016-01-27 14:32:24 +00:00
|
|
|
%files
|
|
|
|
%{_bindir}/lldb*
|
|
|
|
%{_libdir}/liblldb.so.*
|
2018-01-25 22:12:17 +00:00
|
|
|
%{_libdir}/liblldbIntelFeatures.so.*
|
2016-01-27 14:32:24 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/lldb
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
2019-03-26 20:33:00 +00:00
|
|
|
%files -n python3-lldb
|
|
|
|
%{python3_sitearch}/lldb
|
2016-01-27 14:32:24 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-07-28 06:11:07 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-20 14:38:04 +00:00
|
|
|
* Fri Jul 17 2020 sguelton@redhat.com - 10.0.0-6
|
|
|
|
- Use ninja and according macros as build system
|
|
|
|
|
2020-06-16 12:38:05 +00:00
|
|
|
* Tue Jun 16 2020 sguelton@redhat.com - 10.0.0-5
|
|
|
|
- Finer grain specification of python3-lldb deps
|
|
|
|
|
2020-06-02 20:02:19 +00:00
|
|
|
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-4
|
|
|
|
- Fix arch-dependent header
|
|
|
|
|
2020-06-02 18:02:56 +00:00
|
|
|
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-3
|
|
|
|
- Instruct cmake not to generate RPATH
|
|
|
|
|
2020-05-26 00:52:07 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 10.0.0-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-03-30 21:00:28 +00:00
|
|
|
* Mon Mar 30 2020 sguelton@redhat.com - 10.0.0-1
|
|
|
|
- 10.0.0 final
|
|
|
|
|
2020-03-25 11:02:23 +00:00
|
|
|
* Wed Mar 25 2020 sguelton@redhat.com - 10.0.0-0.6.rc6
|
|
|
|
- 10.0.0 rc6
|
|
|
|
|
2020-03-20 22:04:17 +00:00
|
|
|
* Fri Mar 20 2020 sguelton@redhat.com - 10.0.0-0.5.rc5
|
|
|
|
- 10.0.0 rc5
|
|
|
|
|
2020-03-15 19:08:14 +00:00
|
|
|
* Sun Mar 15 2020 sguelton@redhat.com - 10.0.0-0.4.rc4
|
|
|
|
- 10.0.0 rc4
|
|
|
|
|
2020-03-05 11:22:34 +00:00
|
|
|
* Thu Mar 05 2020 sguelton@redhat.com - 10.0.0-0.3.rc3
|
|
|
|
- 10.0.0 rc3
|
|
|
|
|
2020-02-14 12:42:31 +00:00
|
|
|
* Fri Feb 14 2020 sguelton@redhat.com - 10.0.0-0.2.rc2
|
|
|
|
- 10.0.0 rc2
|
|
|
|
|
2020-02-06 20:50:19 +00:00
|
|
|
* Fri Jan 31 2020 sguelton@redhat.com - 10.0.0-0.1.rc1
|
|
|
|
- 10.0.0 rc1
|
|
|
|
|
2020-01-29 15:01:37 +00:00
|
|
|
* Wed Jan 29 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-4
|
|
|
|
- Link against libclang-cpp.so
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Stop-Shipping-Individual-Component-Libraries-In-clang-lib-Package
|
|
|
|
|
2020-01-29 11:08:40 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-21 00:46:49 +00:00
|
|
|
* Sat Dec 21 2019 Tom Stellard <tstellar@redhat.com> - 9.0.1-2
|
|
|
|
- 9.0.1 Release
|
|
|
|
|
2019-09-20 01:52:18 +00:00
|
|
|
* Thu Sep 19 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-1
|
|
|
|
- 9.0.0 Release
|
|
|
|
|
2019-09-12 20:38:04 +00:00
|
|
|
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc3
|
|
|
|
- 9.0.0-rc3 Release
|
|
|
|
|
2019-08-19 08:19:16 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 8.0.0-2.2
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-25 15:03:22 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-26 20:33:00 +00:00
|
|
|
* Tue Mar 26 2019 sguelton@redhat.com - 8.0.0-2
|
|
|
|
- Only depend on Python3
|
|
|
|
|
2019-03-21 06:00:09 +00:00
|
|
|
* Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1
|
|
|
|
- 8.0.0 final
|
|
|
|
|
2019-03-12 14:15:43 +00:00
|
|
|
* Tue Mar 12 2019 sguelton@redhat.com - 8.0.0-0.4.rc4
|
|
|
|
- 8.0.0 Release candidate 4
|
|
|
|
|
2019-03-06 18:01:06 +00:00
|
|
|
* Tue Mar 5 2019 sguelton@redhat.com - 8.0.0-0.3.rc3
|
|
|
|
- 8.0.0 Release candidate 3
|
|
|
|
|
2019-02-22 21:02:50 +00:00
|
|
|
* Fri Feb 22 2019 sguelton@redhat.com - 8.0.0-0.2.rc2
|
|
|
|
- 8.0.0 Release candidate 2
|
|
|
|
|
|
|
|
* Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-0.1.rc1
|
2019-02-13 15:58:07 +00:00
|
|
|
- 8.0.0 Release candidate 1
|
|
|
|
|
2019-02-01 08:52:10 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-23 10:27:51 +00:00
|
|
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
|
|
|
- 7.0.1 Release
|
|
|
|
|
2018-12-04 14:51:34 +00:00
|
|
|
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-2
|
|
|
|
- Ensure rpmlint passes on specfile
|
|
|
|
|
2018-09-25 13:08:39 +00:00
|
|
|
* Tue Sep 25 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
|
|
|
- 7.0.0 Release
|
|
|
|
|
2018-09-21 04:31:47 +00:00
|
|
|
* Fri Sep 21 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.5.rc3
|
|
|
|
- lldb should depend on python2-lldb
|
|
|
|
|
2018-09-17 14:55:55 +00:00
|
|
|
* Mon Sep 17 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.4.rc3
|
|
|
|
- 7.0.0-rc3 Release
|
|
|
|
|
2018-09-13 01:27:03 +00:00
|
|
|
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.3.rc2
|
|
|
|
- Enable build on s390x
|
|
|
|
|
2018-08-31 19:48:33 +00:00
|
|
|
* Fri Aug 31 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.2.rc2
|
|
|
|
- 7.0.0-rc2 Release
|
|
|
|
|
2018-08-15 03:09:51 +00:00
|
|
|
* Tue Aug 14 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc1
|
|
|
|
- 7.0.1-rc1 Release
|
|
|
|
|
2018-08-09 14:43:32 +00:00
|
|
|
* Tue Aug 07 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-3
|
|
|
|
- Enable ppc64le arch
|
|
|
|
|
2018-07-13 09:16:00 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-29 05:00:19 +00:00
|
|
|
* Mon May 21 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-1
|
|
|
|
- 6.0.1 Release
|
|
|
|
|
2018-05-24 20:04:27 +00:00
|
|
|
* Mon May 21 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.1.rc1
|
|
|
|
- 6.0.1-rc1 Release
|
|
|
|
|
2018-05-05 19:22:51 +00:00
|
|
|
* Sat May 05 2018 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-4
|
|
|
|
- Update Python macros to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build)
|
|
|
|
|
2018-03-21 04:44:35 +00:00
|
|
|
* Tue Mar 20 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-3
|
|
|
|
- Rebuild against llvm with the rhbz#1558657 fix
|
|
|
|
|
2018-03-08 14:52:49 +00:00
|
|
|
* Wed Mar 14 2018 Tilmann Scheller <tschelle@redhat.com> - 6.0.0-2
|
|
|
|
- Restore LLDB SB API headers, fixes rhbz#1548758
|
|
|
|
|
2018-03-09 17:01:54 +00:00
|
|
|
* Fri Mar 09 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-1
|
|
|
|
- 6.0.0 Release
|
|
|
|
|
2018-02-13 19:52:38 +00:00
|
|
|
* Tue Feb 13 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.3.rc2
|
|
|
|
- 6.0.0-rc2 release
|
|
|
|
|
2018-02-08 00:01:25 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-0.2.rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-25 22:12:17 +00:00
|
|
|
* Thu Jan 25 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.1.rc1
|
|
|
|
- 6.0.1-rc1 Release
|
2018-01-25 00:28:55 +00:00
|
|
|
|
2017-12-21 15:57:05 +00:00
|
|
|
* Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
|
|
|
|
- 5.0.1 Release
|
|
|
|
|
2017-10-06 16:28:37 +00:00
|
|
|
* Fri Oct 06 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-1
|
|
|
|
- 5.0.0 Release
|
|
|
|
|
2017-08-19 13:38:55 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.0.1-4
|
|
|
|
- Python 2 binary package renamed to python2-lldb
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-07-31 17:27:33 +00:00
|
|
|
* Mon Jul 31 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 4.0.1-3
|
|
|
|
- Backport lldb r303907
|
|
|
|
Resolves rhbz #1356140
|
|
|
|
|
2017-07-26 20:13:20 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-26 23:44:03 +00:00
|
|
|
* Mon Jun 26 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-1
|
|
|
|
- 4.0.1 Release
|
|
|
|
|
2017-05-15 21:12:31 +00:00
|
|
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
|
|
|
2017-03-28 12:26:55 +00:00
|
|
|
* Fri Mar 24 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-1
|
|
|
|
- lldb 4.0.0
|
|
|
|
|
2017-03-21 19:08:03 +00:00
|
|
|
* Tue Mar 21 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-4
|
|
|
|
- Add explicit Requires for llvm-libs and clang-libs
|
|
|
|
|
2017-03-17 19:53:42 +00:00
|
|
|
* Fri Mar 17 2017 Tom Stellard <tstellar@redhat.org> - 3.9.1-3
|
|
|
|
- Adjust python sys.path so lldb can find readline.so
|
|
|
|
|
2017-03-14 18:17:44 +00:00
|
|
|
* Tue Mar 14 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-2
|
|
|
|
- Fix build with gcc 7
|
|
|
|
|
2017-03-01 19:20:44 +00:00
|
|
|
* Thu Mar 02 2017 Dave Airlie <airlied@redhat.com - 3.9.1-1
|
|
|
|
- lldb 3.9.1
|
|
|
|
|
2017-02-10 19:54:17 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-14 19:00:20 +00:00
|
|
|
* Mon Nov 14 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3.9.0-3
|
|
|
|
- Disable libedit support until upstream fixes it (#1356140)
|
|
|
|
|
2016-11-02 15:00:02 +00:00
|
|
|
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 3.9.0-2
|
|
|
|
- Set upstream supported architectures in an ExclusiveArch
|
|
|
|
|
2016-10-26 00:00:54 +00:00
|
|
|
* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-1
|
|
|
|
- lldb 3.9.0
|
2016-10-26 22:02:57 +00:00
|
|
|
- fixup some issues with MIUtilParse by removing it
|
|
|
|
- build with -fno-rtti
|
2016-10-26 00:00:54 +00:00
|
|
|
|
2016-07-19 07:51:03 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-10 01:06:05 +00:00
|
|
|
* Thu Mar 10 2016 Dave Airlie <airlied@redhat.com> 3.8.0-1
|
|
|
|
- lldb 3.8.0
|
|
|
|
|
2016-03-02 23:29:20 +00:00
|
|
|
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.3
|
|
|
|
- lldb 3.8.0 rc3
|
|
|
|
|
2016-02-24 23:48:14 +00:00
|
|
|
* Wed Feb 24 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.2
|
|
|
|
- dynamically link to llvm
|
|
|
|
|
2016-02-19 00:19:00 +00:00
|
|
|
* Thu Feb 18 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.1
|
|
|
|
- lldb 3.8.0 rc2
|
|
|
|
|
2016-02-14 03:16:20 +00:00
|
|
|
* Sun Feb 14 2016 Dave Airlie <airlied@redhat.com> 3.7.1-3
|
|
|
|
- rebuild lldb against latest llvm
|
|
|
|
|
2016-02-04 04:21:04 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-27 14:32:24 +00:00
|
|
|
* Tue Oct 06 2015 Jan Vcelak <jvcelak@fedoraproject.org> 3.7.0-100
|
|
|
|
- initial version using cmake build system
|