Update to 14.0.5
This commit is contained in:
parent
009b19a9ee
commit
1d13dfc7d2
2
.gitignore
vendored
2
.gitignore
vendored
@ -93,3 +93,5 @@
|
||||
/lldb-13.0.1.src.tar.xz.sig
|
||||
/lldb-14.0.0.src.tar.xz
|
||||
/lldb-14.0.0.src.tar.xz.sig
|
||||
/lldb-14.0.5.src.tar.xz
|
||||
/lldb-14.0.5.src.tar.xz.sig
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global lldb_version 14.0.0
|
||||
%global lldb_version 14.0.5
|
||||
#global rc_ver 2
|
||||
%global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
Name: lldb
|
||||
Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Next generation high-performance debugger
|
||||
|
||||
License: NCSA
|
||||
@ -124,6 +124,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
||||
%{python3_sitearch}/lldb
|
||||
|
||||
%changelog
|
||||
* Mon Jun 20 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
|
||||
- Update to 14.0.5
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 14.0.0-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (lldb-14.0.0.src.tar.xz) = 496121383b10c9feceb775f88fe5d1deb3c2c23b6993aabdb02c0e643c8eab9e86821ea5dd0ba37380ce6fa8aae99ad88616257f638d9642c06ba381a1acbf4e
|
||||
SHA512 (lldb-14.0.0.src.tar.xz.sig) = 362b334376220a0a68f338c494fa7b7b6281cdb50b4ce13c505e54afa0f0c4eb2ad546cdd0e56122b6802b1d9a2ef21e3f8210ef7783ca97e9f1649f4d486475
|
||||
SHA512 (lldb-14.0.5.src.tar.xz) = 3e1576c3cf8712f2bc39fdce0cb1382d51ccf7e380a2dcf78300c1f528a170e551a0cb39f0cfca83f961a2e94b9dc0bfc6784520cf40a928538b694f7c1ad323
|
||||
SHA512 (lldb-14.0.5.src.tar.xz.sig) = a0b398f3d763351bd67609f8ebdeb37130ff3eeead9ba4c10db284a7832442da98ab917f398b78d77223a64020e784dd2ecaca8d582c45e070d0eff0da94c9f2
|
||||
|
Loading…
Reference in New Issue
Block a user