f76054b
%global toolchain clang
6e0ae30
6e0ae30
# Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer
6e0ae30
# https://bugzilla.redhat.com/show_bug.cgi?id=2158587
6e0ae30
%undefine _include_frame_pointers
6e0ae30
c1779d8
%global lldb_version 16.0.0
cd48f14
%global rc_ver 3
d756e6d
%global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src
c1779d8
%global cmake_srcdir cmake-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src
0205b57
b6ce653
Name:		lldb
d756e6d
Version:	%{lldb_version}%{?rc_ver:~rc%{rc_ver}}
c1779d8
Release:	1%{?dist}
b6ce653
Summary:	Next generation high-performance debugger
b6ce653
bd529be
License:	Apache-2.0 WITH LLVM-exception OR NCSA
8d3d3b0
URL:		http://lldb.llvm.org/
d756e6d
Source0:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz
d756e6d
Source1:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig
c1779d8
Source2:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz
c1779d8
Source3:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz.sig
c1779d8
Source4:	release-keys.asc
bf5e98e
f76054b
BuildRequires:	clang
b6ce653
BuildRequires:	cmake
d317ca4
BuildRequires:	ninja-build
853b230
BuildRequires:	llvm-devel = %{version}
106738d
BuildRequires:	llvm-test = %{version}
853b230
BuildRequires:	clang-devel = %{version}
853b230
BuildRequires:	ncurses-devel
853b230
BuildRequires:	swig
853b230
BuildRequires:	llvm-static = %{version}
853b230
BuildRequires:	libffi-devel
853b230
BuildRequires:	zlib-devel
853b230
BuildRequires:	libxml2-devel
853b230
BuildRequires:	libedit-devel
baa20f7
BuildRequires:	python3-lit
470d00d
BuildRequires:	multilib-rpm-config
853b230
baa20f7
Requires:	python3-lldb
cec2081
89b8044
# For origin certification
89b8044
BuildRequires:	gnupg2
89b8044
b6ce653
%description
b6ce653
LLDB is a next generation, high-performance debugger. It is built as a set
b6ce653
of reusable components which highly leverage existing libraries in the
b6ce653
larger LLVM Project, such as the Clang expression parser and LLVM
b6ce653
disassembler.
b6ce653
b6ce653
%package devel
b6ce653
Summary:	Development header files for LLDB
b6ce653
Requires:	%{name}%{?_isa} = %{version}-%{release}
b6ce653
b6ce653
%description devel
b6ce653
The package contains header files for the LLDB debugger.
b6ce653
baa20f7
%package -n python3-lldb
baa20f7
%{?python_provide:%python_provide python3-lldb}
b6ce653
Summary:	Python module for LLDB
baa20f7
BuildRequires:	python3-devel
9507ed2
BuildRequires:	python3-setuptools
baa20f7
Requires:	python3-six
873af4c
Requires:	%{name}%{?_isa} = %{version}-%{release}
b6ce653
baa20f7
%description -n python3-lldb
b6ce653
The package contains the LLDB Python module.
b6ce653
b6ce653
%prep
c1779d8
%{gpgverify} --keyring='%{SOURCE4}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
c1779d8
%{gpgverify} --keyring='%{SOURCE4}' --signature='%{SOURCE3}' --data='%{SOURCE2}'
c1779d8
%setup -T -q -b 2 -n %{cmake_srcdir}
c1779d8
# TODO: It would be more elegant to set -DLLVM_COMMON_CMAKE_UTILS=%{_builddir}/%{cmake_srcdir},
c1779d8
# but this is not a CACHED variable, so we can't actually set it externally :(
c1779d8
cd ..
c1779d8
mv %{cmake_srcdir} cmake
1214bc7
%autosetup -n %{lldb_srcdir} -p2
b6ce653
b6ce653
%build
f76054b
%global _lto_cflags -flto=thin
f76054b
89b8044
%cmake  -GNinja \
b6ce653
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
37f1742
	-DCMAKE_SKIP_RPATH:BOOL=ON \
6729b69
	-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
b6ce653
	-DLLVM_CONFIG:FILEPATH=/usr/bin/llvm-config-%{__isa_bits} \
b6ce653
	\
b6ce653
	-DLLDB_DISABLE_CURSES:BOOL=OFF \
Jan Kratochvil 683e84e
	-DLLDB_DISABLE_LIBEDIT:BOOL=OFF \
b6ce653
	-DLLDB_DISABLE_PYTHON:BOOL=OFF \
964e9c6
%if 0%{?__isa_bits} == 64
853b230
	-DLLVM_LIBDIR_SUFFIX=64 \
964e9c6
%else
853b230
	-DLLVM_LIBDIR_SUFFIX= \
964e9c6
%endif
b6ce653
	\
baa20f7
	-DPYTHON_EXECUTABLE:STRING=%{__python3} \
baa20f7
	-DPYTHON_VERSION_MAJOR:STRING=$(%{__python3} -c "import sys; print(sys.version_info.major)") \
baa20f7
	-DPYTHON_VERSION_MINOR:STRING=$(%{__python3} -c "import sys; print(sys.version_info.minor)") \
bfab69e
	-DLLVM_EXTERNAL_LIT=%{_bindir}/lit \
9ba4991
	-DCLANG_LINK_CLANG_DYLIB=ON \
bfab69e
	-DLLVM_LIT_ARGS="-sv \
bfab69e
	--path %{_libdir}/llvm" \
b6ce653
89b8044
%cmake_build
b6ce653
b6ce653
%install
89b8044
%cmake_install
b6ce653
470d00d
%multilib_fix_c_header --file %{_includedir}/lldb/Host/Config.h
470d00d
b6ce653
# remove static libraries
b6ce653
rm -fv %{buildroot}%{_libdir}/*.a
b6ce653
b6ce653
# python: fix binary libraries location
b6ce653
liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
baa20f7
ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
baa20f7
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/lldb
649dc81
649dc81
# remove bundled six.py
baa20f7
rm -f %{buildroot}%{python3_sitearch}/six.*
b6ce653
4daaece
%ldconfig_scriptlets
b6ce653
89b8044
%check
89b8044
89b8044
b6ce653
%files
d317ca4
%license LICENSE.TXT
b6ce653
%{_bindir}/lldb*
b6ce653
%{_libdir}/liblldb.so.*
763e371
%{_libdir}/liblldbIntelFeatures.so.*
b6ce653
b6ce653
%files devel
b6ce653
%{_includedir}/lldb
b6ce653
%{_libdir}/*.so
b6ce653
baa20f7
%files -n python3-lldb
baa20f7
%{python3_sitearch}/lldb
b6ce653
b6ce653
%changelog
cd48f14
* Thu Feb 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-1
cd48f14
- Update to LLVM 16.0.0 RC3
cd48f14
c1779d8
* Tue Feb 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc1-1
c1779d8
- Update to LLVM 16.0.0 RC1
c1779d8
bd529be
* Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3
bd529be
- Include the Apache license adopted in 2019.
bd529be
50329e6
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-2
50329e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
50329e6
b11d9f3
* Fri Jan 13 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-1
b11d9f3
- Update to LLVM 15.0.7
b11d9f3
6e0ae30
* Thu Jan 12 2023 Tom Stellard <tstellar@redhat.com> - 15.0.6-2
6e0ae30
- Omit frame pointers when building
6e0ae30
160cc89
* Tue Dec 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-1
160cc89
- Update to LLVM 15.0.6
160cc89
1fc6c9c
* Mon Nov 07 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
1fc6c9c
- Update to LLVM 15.0.4
1fc6c9c
44dbd88
* Tue Oct 18 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
44dbd88
- Fix crash on ppc64le (fix rhbz#2121369)
44dbd88
bf5e98e
* Mon Oct 03 2022 sguelton@redhat.com - 15.0.0-2
bf5e98e
- Backport compat patches for swig 4.1.0, see rhbz#2128646
bf5e98e
f76054b
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
f76054b
- Update to LLVM 15.0.0
f76054b
442947b
* Tue Aug 09 2022 Nikita Popov <npopov@redhat.com> - 14.0.5-3
442947b
- Fix s390x build
442947b
c13d2b2
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.5-2
c13d2b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
c13d2b2
1d13dfc
* Mon Jun 20 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
1d13dfc
- Update to 14.0.5
1d13dfc
009b19a
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 14.0.0-2
009b19a
- Rebuilt for Python 3.11
009b19a
d154031
* Wed Mar 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
d154031
- Update to 14.0.0
d154031
d7f0933
* Thu Feb 03 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
d7f0933
- Update to LLVM 13.0.1 final
d7f0933
efa23df
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.1~rc2-2
efa23df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
efa23df
9763cab
* Fri Jan 14 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc2-1
9763cab
- Update to LLVM 13.0.1rc2
9763cab
1502204
* Wed Jan 12 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc1-1
1502204
- Update to LLVM 13.0.1rc1
1502204
4017b14
* Fri Oct 01 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
4017b14
- 13.0.0 Release
4017b14
42d5070
* Wed Sep 22 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc3-1
42d5070
- 13.0.0-rc3 Release
42d5070
46cf497
* Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1
46cf497
- 13.0.0-rc1 Release
46cf497
49ed7a1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2
49ed7a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
49ed7a1
d3469aa
* Wed Jul 14 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1-1
d3469aa
- 12.0.1 Release
d3469aa
59fe5c1
* Thu Jul 01 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0~rc3-1
59fe5c1
- 12.0.0-rc3 Release
59fe5c1
43f83f3
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 12.0.1~rc1-2
43f83f3
- Rebuilt for Python 3.10
43f83f3
d756e6d
* Thu Jun 03 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0~rc1-1
d756e6d
- 12.0.0-rc1 Release
d756e6d
6ad1ba9
* Fri Apr 16 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-1
6ad1ba9
- 12.0.0 Release
6ad1ba9
21fb0e6
* Thu Apr 08 2021 sguelton@redhat.com - 12.0.0-11.rc5
21fb0e6
- New upstream release candidate
21fb0e6
943a442
* Fri Apr 02 2021 sguelton@redhat.com - 12.0.0-10.rc4
943a442
- New upstream release candidate
943a442
9595b5d
* Wed Mar 31 2021 Jonathan Wakely <jwakely@redhat.com> - 12.0.0-9.rc3
9595b5d
- Rebuilt for removed libstdc++ symbols (#1937698)
9595b5d
c7f64b9
* Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-8.rc3
c7f64b9
- LLVM 12.0.0 rc3
c7f64b9
e6a1794
* Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-7.rc2
e6a1794
- rebuilt
e6a1794
69b4e9a
* Tue Mar 02 2021 sguelton@redhat.com - 12.0.0-6.rc2
69b4e9a
- Update test regexp
69b4e9a
b1a0a6d
* Tue Mar 02 2021 sguelton@redhat.com - 12.0.0-5.rc2
b1a0a6d
- Improve CI debugging
b1a0a6d
56faaa0
* Tue Mar 02 2021 sguelton@redhat.com - 12.0.0-4.rc2
56faaa0
- Apply upstream D97721
56faaa0
76ffb7c
* Mon Mar 01 2021 sguelton@redhat.com - 12.0.0-3.rc2
76ffb7c
- Update CI test
76ffb7c
07b0597
* Thu Feb 25 2021 sguelton@redhat.com - 12.0.0-0.2.rc2
07b0597
- 12.0.0-rc2 release
07b0597
2878ee5
* Wed Feb 17 2021 sguelton@redhat.com - 12.0.0-0.1.rc1
2878ee5
- 12.0.0-rc1 release
2878ee5
5411ec7
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.0-3.rc2
5411ec7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5411ec7
f6f4c12
* Fri Jan 22 2021 Serge Guelton - 11.1.0-2.rc2
f6f4c12
- llvm 11.1.0-rc2 release
f6f4c12
f86f547
* Thu Jan 14 2021 Serge Guelton - 11.1.0-0.1.rc1
f86f547
- 11.1.0-rc1 release
f86f547
e6aec2a
* Wed Jan 06 2021 Serge Guelton - 11.0.1-3
e6aec2a
- LLVM 11.0.1 final
e6aec2a
f2fde25
* Tue Dec 22 2020 sguelton@redhat.com - 11.0.1-2.rc2
f2fde25
- llvm 11.0.1-rc2
f2fde25
16f9770
* Tue Dec 01 2020 sguelton@redhat.com - 11.0.1-1.rc1
16f9770
- llvm 11.0.1-rc1
16f9770
2dde36c
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
2dde36c
- Fix NVR
2dde36c
9441499
* Mon Oct 12 2020 sguelton@redhat.com - 11.0.0-0.5
9441499
- llvm 11.0.0 - final release
9441499
ce9caaf
* Thu Oct 08 2020 sguelton@redhat.com - 11.0.0-0.4.rc6
ce9caaf
- 11.0.0-rc6
ce9caaf
8821b5f
* Fri Oct 02 2020 sguelton@redhat.com - 11.0.0-0.3.rc5
8821b5f
- 11.0.0-rc5 Release
8821b5f
0e22384
* Sun Sep 27 2020 sguelton@redhat.com - 11.0.0-0.2.rc3
0e22384
- Fix NVR
0e22384
457ba6b
* Thu Sep 24 2020 sguelton@redhat.com - 11.0.0-0.1.rc3
457ba6b
- 11.0.0-rc3 Release
457ba6b
8492037
* Tue Sep 01 2020 sguelton@redhat.com - 11.0.0-0.1.rc2
8492037
- 11.0.0-rc2 Release
8492037
8a10e20
* Mon Aug 10 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-0.1.rc1
8a10e20
- 11.0.0-rc1 Release
8a10e20
d317ca4
* Wed Jul 29 2020 sguelton@redhat.com - 10.0.0-8
d317ca4
- Make gcc dependency explicit, see https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires
d317ca4
- use %%license macro
d317ca4
e045e93
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-7
e045e93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e045e93
89b8044
* Fri Jul 17 2020 sguelton@redhat.com - 10.0.0-6
89b8044
- Use ninja and according macros as build system
89b8044
873af4c
* Tue Jun 16 2020 sguelton@redhat.com - 10.0.0-5
873af4c
- Finer grain specification of python3-lldb deps
873af4c
470d00d
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-4
470d00d
- Fix arch-dependent header
470d00d
37f1742
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-3
37f1742
- Instruct cmake not to generate RPATH
37f1742
719a10f
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 10.0.0-2
719a10f
- Rebuilt for Python 3.9
719a10f
203c331
* Mon Mar 30 2020 sguelton@redhat.com - 10.0.0-1
203c331
- 10.0.0 final
203c331
36cca3b
* Wed Mar 25 2020 sguelton@redhat.com - 10.0.0-0.6.rc6
36cca3b
- 10.0.0 rc6
36cca3b
cca9485
* Fri Mar 20 2020 sguelton@redhat.com - 10.0.0-0.5.rc5
cca9485
- 10.0.0 rc5
cca9485
4a5ea30
* Sun Mar 15 2020 sguelton@redhat.com - 10.0.0-0.4.rc4
4a5ea30
- 10.0.0 rc4
4a5ea30
660c083
* Thu Mar 05 2020 sguelton@redhat.com - 10.0.0-0.3.rc3
660c083
- 10.0.0 rc3
660c083
8f08a6c
* Fri Feb 14 2020 sguelton@redhat.com - 10.0.0-0.2.rc2
8f08a6c
- 10.0.0 rc2
8f08a6c
7e5edd2
* Fri Jan 31 2020 sguelton@redhat.com - 10.0.0-0.1.rc1
7e5edd2
- 10.0.0 rc1
7e5edd2
9ba4991
* Wed Jan 29 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-4
9ba4991
- Link against libclang-cpp.so
9ba4991
- https://fedoraproject.org/wiki/Changes/Stop-Shipping-Individual-Component-Libraries-In-clang-lib-Package
9ba4991
6f55b3e
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-3
6f55b3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6f55b3e
f41797e
* Sat Dec 21 2019 Tom Stellard <tstellar@redhat.com> - 9.0.1-2
f41797e
- 9.0.1 Release
f41797e
8ee37a2
* Thu Sep 19 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-1
8ee37a2
- 9.0.0 Release
8ee37a2
23d0ba4
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc3
23d0ba4
- 9.0.0-rc3 Release
23d0ba4
5300611
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 8.0.0-2.2
5300611
- Rebuilt for Python 3.8
5300611
7f60e10
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2.1
7f60e10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7f60e10
baa20f7
* Tue Mar 26 2019 sguelton@redhat.com - 8.0.0-2
baa20f7
- Only depend on Python3
baa20f7
dfb4c77
* Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1
dfb4c77
- 8.0.0 final
dfb4c77
0ae7fc8
* Tue Mar 12 2019 sguelton@redhat.com - 8.0.0-0.4.rc4
0ae7fc8
- 8.0.0 Release candidate 4
0ae7fc8
106738d
* Tue Mar 5 2019 sguelton@redhat.com - 8.0.0-0.3.rc3
106738d
- 8.0.0 Release candidate 3
106738d
f64e830
* Fri Feb 22 2019 sguelton@redhat.com - 8.0.0-0.2.rc2
f64e830
- 8.0.0 Release candidate 2
f64e830
f64e830
* Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-0.1.rc1
bfab69e
- 8.0.0 Release candidate 1
bfab69e
87ca330
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-1.1
87ca330
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
87ca330
0205b57
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
0205b57
- 7.0.1 Release
0205b57
853b230
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-2
853b230
- Ensure rpmlint passes on specfile
853b230
30ee05f
* Tue Sep 25 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
30ee05f
- 7.0.0 Release
30ee05f
cec2081
* Fri Sep 21 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.5.rc3
cec2081
- lldb should depend on python2-lldb
cec2081
f163e5e
* Mon Sep 17 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.4.rc3
f163e5e
- 7.0.0-rc3 Release
f163e5e
7308715
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.3.rc2
7308715
- Enable build on s390x
7308715
b90a327
* Fri Aug 31 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.2.rc2
b90a327
- 7.0.0-rc2 Release
b90a327
f471dad
* Tue Aug 14 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc1
f471dad
- 7.0.1-rc1 Release
f471dad
43ce403
* Tue Aug 07 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-3
43ce403
- Enable ppc64le arch
43ce403
48d88ca
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-2
48d88ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
48d88ca
928da30
* Mon May 21 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-1
928da30
- 6.0.1 Release
928da30
cb0ac89
* Mon May 21 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.1.rc1
cb0ac89
- 6.0.1-rc1 Release
cb0ac89
b0dee0d
* Sat May 05 2018 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-4
b0dee0d
- Update Python macros to new packaging standards
b0dee0d
  (See https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build)
b0dee0d
a2b98ea
* Tue Mar 20 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-3
a2b98ea
- Rebuild against llvm with the rhbz#1558657 fix
a2b98ea
Tilmann Scheller 44958ca
* Wed Mar 14 2018 Tilmann Scheller <tschelle@redhat.com> - 6.0.0-2
Tilmann Scheller 44958ca
- Restore LLDB SB API headers, fixes rhbz#1548758
Tilmann Scheller 44958ca
6f4f23f
* Fri Mar 09 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-1
6f4f23f
- 6.0.0 Release
6f4f23f
3496185
* Tue Feb 13 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.3.rc2
3496185
- 6.0.0-rc2 release
3496185
587e506
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-0.2.rc1
587e506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
587e506
763e371
* Thu Jan 25 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.1.rc1
763e371
- 6.0.1-rc1 Release
50b8628
2c45db9
* Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
2c45db9
- 5.0.1 Release
2c45db9
c3523b3
* Fri Oct 06 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-1
c3523b3
- 5.0.0 Release
c3523b3
269f7d5
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.0.1-4
269f7d5
- Python 2 binary package renamed to python2-lldb
269f7d5
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
269f7d5
Jan Kratochvil 683e84e
* Mon Jul 31 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 4.0.1-3
Jan Kratochvil 683e84e
- Backport lldb r303907
Jan Kratochvil 683e84e
  Resolves rhbz #1356140
Jan Kratochvil 683e84e
851a3f5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
851a3f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
851a3f5
740adb6
* Mon Jun 26 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-1
740adb6
- 4.0.1 Release
740adb6
6c004cd
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
6c004cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
6c004cd
866111a
* Fri Mar 24 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-1
866111a
- lldb 4.0.0
866111a
71df412
* Tue Mar 21 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-4
71df412
- Add explicit Requires for llvm-libs and clang-libs
71df412
be64a97
* Fri Mar 17 2017 Tom Stellard <tstellar@redhat.org> - 3.9.1-3
be64a97
- Adjust python sys.path so lldb can find readline.so
be64a97
7391dd6
* Tue Mar 14 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-2
7391dd6
- Fix build with gcc 7
7391dd6
1da0c1e
* Thu Mar 02 2017 Dave Airlie 
1da0c1e
- lldb 3.9.1
1da0c1e
e3b8942
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-4
e3b8942
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e3b8942
d6f326a
* Mon Nov 14 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3.9.0-3
d6f326a
- Disable libedit support until upstream fixes it (#1356140)
d6f326a
8d3d3b0
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 3.9.0-2
8d3d3b0
- Set upstream supported architectures in an ExclusiveArch
8d3d3b0
964e9c6
* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-1
964e9c6
- lldb 3.9.0
Dave Airlie 26e4c25
- fixup some issues with MIUtilParse by removing it
Dave Airlie 26e4c25
- build with -fno-rtti
964e9c6
a0d9136
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-2
a0d9136
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a0d9136
22c21bf
* Thu Mar 10 2016 Dave Airlie <airlied@redhat.com> 3.8.0-1
22c21bf
- lldb 3.8.0
22c21bf
1c60079
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.3
1c60079
- lldb 3.8.0 rc3
1c60079
6729b69
* Wed Feb 24 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.2
6729b69
- dynamically link to llvm
6729b69
649dc81
* Thu Feb 18 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.1
649dc81
- lldb 3.8.0 rc2
649dc81
b66265d
* Sun Feb 14 2016 Dave Airlie <airlied@redhat.com> 3.7.1-3
b66265d
- rebuild lldb against latest llvm
b66265d
f8aa6a2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-2
f8aa6a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8aa6a2
b6ce653
* Tue Oct 06 2015 Jan Vcelak <jvcelak@fedoraproject.org> 3.7.0-100
b6ce653
- initial version using cmake build system