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

This commit is contained in:
CentOS Sources 2021-11-02 06:37:59 -04:00 committed by Stepan Oksanichenko
parent 367a392d30
commit be8cad976a
5 changed files with 7 additions and 7 deletions

3
.gitignore vendored
View File

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

View File

@ -1,2 +1 @@
32fa4b0193960f05064f2ab31b5a89c7cf48a0b9 SOURCES/hans-gpg-key.asc
60672d63fa16a0c3b6e267331fa605d76b79e87b SOURCES/lld-11.0.0.src.tar.xz
ef1679dd56bdab3fe8b2bb07721b0d99ee43ff5d SOURCES/lld-11.0.1.src.tar.xz

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,9 @@
#%%global rc_ver 6
%global baserelease 3
%global baserelease 1
%global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src
%global maj_ver 11
%global min_ver 0
%global patch_ver 0
%global patch_ver 1
# Don't include unittests in automatic generation of provides or requires.
%global __provides_exclude_from ^%{_libdir}/lld/.*$
@ -20,7 +20,6 @@ License: NCSA
URL: http://llvm.org
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{lld_srcdir}.tar.xz
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{lld_srcdir}.tar.xz.sig
Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc
Source3: run-lit-tests
Source4: lit.lld-test.cfg.py
@ -210,6 +209,9 @@ fi
%{_datadir}/lld/lit.lld-test.cfg.py
%changelog
* Thu Sep 02 2021 Tom Stellard <tstellar@redhat.com> - 11.0.1-1
- 11.0.1 Release
* Mon Nov 09 2020 sguelton@redhat.com - 11.0.0-3
- Exclude s390x, see rhbz#1894927