Update to 14.0.0

This commit is contained in:
Timm Bäder 2022-03-30 08:34:22 +02:00
parent d7f0933e1e
commit d15403101b
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
%global lldb_version 14.0.0
#global rc_ver 2
%global lldb_version 13.0.1
%global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src
Name: lldb
@ -124,6 +124,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
%{python3_sitearch}/lldb
%changelog
* Wed Mar 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
- Update to 14.0.0
* Thu Feb 03 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
- Update to LLVM 13.0.1 final