import lldb-11.0.1-1.module+el8.4.0+12483+89b287b0

This commit is contained in:
CentOS Sources 2021-11-02 06:37:05 -04:00 committed by Stepan Oksanichenko
parent 4fbb6048dc
commit 29766d9290
5 changed files with 6 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/hans-gpg-key.asc SOURCES/lldb-11.0.1.src.tar.xz
SOURCES/lldb-11.0.0.src.tar.xz

View File

@ -1,2 +1 @@
32fa4b0193960f05064f2ab31b5a89c7cf48a0b9 SOURCES/hans-gpg-key.asc 49f5d91e20672b9e9756a776fc800c8c7da8eba2 SOURCES/lldb-11.0.1.src.tar.xz
6bdb22e6b5e4700269f23452d66b0bddee93e008 SOURCES/lldb-11.0.0.src.tar.xz

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@
%global _smp_mflags -j8 %global _smp_mflags -j8
Name: lldb Name: lldb
Version: 11.0.0 Version: 11.0.1
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
Summary: Next generation high-performance debugger Summary: Next generation high-performance debugger
@ -14,7 +14,6 @@ License: NCSA
URL: http://lldb.llvm.org/ URL: http://lldb.llvm.org/
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig
Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -133,6 +132,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
%{python3_sitearch}/lldb %{python3_sitearch}/lldb
%changelog %changelog
* Thu Sep 02 2021 Tom Stellard <tstellar@redhat.com> 11.0.1-1
- 11.0.1 Release
* Thu Oct 29 2020 sguelton@redhat.com - 11.0.0-1 * Thu Oct 29 2020 sguelton@redhat.com - 11.0.0-1
- 11.0.0 final - 11.0.0 final