13.0.1 Release
Also remove the compat lib. Resolves: rhbz#2001132
This commit is contained in:
parent
b948e87695
commit
df7ee2f3e3
2
.gitignore
vendored
2
.gitignore
vendored
@ -106,3 +106,5 @@
|
|||||||
/llvm-12.0.1.src.tar.xz.sig
|
/llvm-12.0.1.src.tar.xz.sig
|
||||||
/llvm-13.0.0.src.tar.xz
|
/llvm-13.0.0.src.tar.xz
|
||||||
/llvm-13.0.0.src.tar.xz.sig
|
/llvm-13.0.0.src.tar.xz.sig
|
||||||
|
/llvm-13.0.1.src.tar.xz
|
||||||
|
/llvm-13.0.1.src.tar.xz.sig
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
commit 46c947af7ead0a939fbd7a93c370e7ead2128d07
|
|
||||||
Author: serge-sans-paille <sguelton@redhat.com>
|
|
||||||
Date: Wed Aug 18 23:48:14 2021 +0200
|
|
||||||
|
|
||||||
Have lit preserve SOURCE_DATE_EPOCH
|
|
||||||
|
|
||||||
This environment variable has been standardized for reproducible builds. Setting
|
|
||||||
it can help to have reproducible tests too, so keep it as part of the testing
|
|
||||||
env when set.
|
|
||||||
|
|
||||||
See https://reproducible-builds.org/docs/source-date-epoch/
|
|
||||||
|
|
||||||
Differential Revision: https://reviews.llvm.org/D108332
|
|
||||||
|
|
||||||
diff --git a/llvm/utils/lit/lit/TestingConfig.py b/llvm/utils/lit/lit/TestingConfig.py
|
|
||||||
index d534d895e4ba..37558bd5059c 100644
|
|
||||||
--- a/llvm/utils/lit/lit/TestingConfig.py
|
|
||||||
+++ b/llvm/utils/lit/lit/TestingConfig.py
|
|
||||||
@@ -28,7 +28,7 @@ class TestingConfig(object):
|
|
||||||
'TMPDIR', 'TMP', 'TEMP', 'TEMPDIR', 'AVRLIT_BOARD',
|
|
||||||
'AVRLIT_PORT', 'FILECHECK_OPTS', 'VCINSTALLDIR',
|
|
||||||
'VCToolsinstallDir', 'VSINSTALLDIR', 'WindowsSdkDir',
|
|
||||||
- 'WindowsSDKLibVersion']
|
|
||||||
+ 'WindowsSDKLibVersion', 'SOURCE_DATE_EPOCH']
|
|
||||||
|
|
||||||
if sys.platform == 'win32':
|
|
||||||
pass_vars.append('INCLUDE')
|
|
@ -7,7 +7,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%bcond_with compat_build
|
%bcond_with compat_build
|
||||||
%bcond_without bundle_compat_lib
|
%bcond_with bundle_compat_lib
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%if %{with bundle_compat_lib}
|
%if %{with bundle_compat_lib}
|
||||||
@ -20,7 +20,7 @@
|
|||||||
#%%global rc_ver 5
|
#%%global rc_ver 5
|
||||||
%global maj_ver 13
|
%global maj_ver 13
|
||||||
%global min_ver 0
|
%global min_ver 0
|
||||||
%global patch_ver 0
|
%global patch_ver 1
|
||||||
%if !%{maj_ver} && 0%{?rc_ver}
|
%if !%{maj_ver} && 0%{?rc_ver}
|
||||||
%global abi_revision 2
|
%global abi_revision 2
|
||||||
%endif
|
%endif
|
||||||
@ -86,8 +86,6 @@ Patch2: 0001-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch
|
|||||||
|
|
||||||
# RHEL-specific patches
|
# RHEL-specific patches
|
||||||
Patch101: 0001-Deactivate-markdown-doc.patch
|
Patch101: 0001-Deactivate-markdown-doc.patch
|
||||||
# Fixes the compress-debug-sections-zlib-gnu test failing on s390x
|
|
||||||
Patch102: 0001-have-lit-preserve-SOURCE_DATE_EPOCH.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -585,6 +583,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 02 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-1
|
||||||
|
- 13.0.1 Release
|
||||||
|
|
||||||
* Wed Oct 06 2021 Timm Bäder <tbaeder@redhat.com> - 13.0.0-1
|
* Wed Oct 06 2021 Timm Bäder <tbaeder@redhat.com> - 13.0.0-1
|
||||||
- 13.0.0 Release
|
- 13.0.0 Release
|
||||||
|
|
||||||
|
5
sources
5
sources
@ -1,3 +1,2 @@
|
|||||||
SHA512 (llvm-13.0.0.src.tar.xz) = c307500a5fdc2bf6d768a808cf879d33914e24437f4f794361eccedb28ac6a98ebc41ca6140d09364c9bdec565fabd049e364d3f5b39f1751ecff51b687c4eff
|
SHA512 (llvm-13.0.1.src.tar.xz) = 05fbe8708ac3d0dfef3a9135ee88185a95ed492095429a97d33b8aadb0187e59ad42d1a7184f02b5c84fdd31f3d7227c65bd292ed0aa039b29522e59cf90a965
|
||||||
SHA512 (llvm-13.0.0.src.tar.xz.sig) = 790af8c3cad8789bb04fdb9046c973bc41eea76b6865d76e49ccc8db487cae41365ea99b770f1642f5c7dbde036f56428d261871c40fe61c584d13d36f9d491c
|
SHA512 (llvm-13.0.1.src.tar.xz.sig) = 0db0076fee269faa477ff7ff42c3ef5bd24cb3816219bbc093080fd4f7516e5414dc0f686325761ff57255d91307cd3f4dbba9066ea7cd69fb819a856f05bde8
|
||||||
SHA512 (llvm-12.0.1.src.tar.xz) = ff674afb4c8eea699a4756f1bb463f15098a7fa354c733de83c024f8f0cf238cd5f19ae3ec446831c7109235e293e2bf31d8562567ede163c8ec53af7306ba0f
|
|
||||||
|
Loading…
Reference in New Issue
Block a user