From 4194c8a7f433011e36db43d90103f4f8bc05f815 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 01 2022 11:16:28 +0000 Subject: import compiler-rt-13.0.1-1.el9 --- diff --git a/.compiler-rt.metadata b/.compiler-rt.metadata index 6ae9c8d..181a005 100644 --- a/.compiler-rt.metadata +++ b/.compiler-rt.metadata @@ -1,2 +1,2 @@ -f3241c200e739abbfa846c707175fd711d3cf4fe SOURCES/compiler-rt-13.0.0.src.tar.xz +68e9e2f569ccfe0af9f5df61ec74808688198946 SOURCES/compiler-rt-13.0.1.src.tar.xz b8d2648a01d36ed0186fd2c5af325fd28797f9a0 SOURCES/tstellar-gpg-key.asc diff --git a/.gitignore b/.gitignore index 8805ec4..941953c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/compiler-rt-13.0.0.src.tar.xz +SOURCES/compiler-rt-13.0.1.src.tar.xz SOURCES/tstellar-gpg-key.asc diff --git a/SOURCES/0001-Fix-compiler-rt-arch-detection-for-ppc64le.patch b/SOURCES/0001-Fix-compiler-rt-arch-detection-for-ppc64le.patch deleted file mode 100644 index 7ad9295..0000000 --- a/SOURCES/0001-Fix-compiler-rt-arch-detection-for-ppc64le.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 72191190adea8e861e9a383b83799e7472b80e30 Mon Sep 17 00:00:00 2001 -From: Tom Stellard -Date: Thu, 23 Sep 2021 18:06:41 -0700 -Subject: [PATCH] Fix compiler-rt arch detection for ppc64le - ---- - compiler-rt/cmake/base-config-ix.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/compiler-rt/cmake/base-config-ix.cmake b/compiler-rt/cmake/base-config-ix.cmake -index c11342e68813..3ca9dc0f5515 100644 ---- a/compiler-rt/cmake/base-config-ix.cmake -+++ b/compiler-rt/cmake/base-config-ix.cmake -@@ -204,7 +204,7 @@ macro(test_targets) - test_target_arch(x86_64 "" "") - endif() - endif() -- elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc64le") -+ elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc64le|ppc64le") - test_target_arch(powerpc64le "" "-m64") - elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc") - if(CMAKE_SYSTEM_NAME MATCHES "AIX") --- -2.27.0 - diff --git a/SOURCES/compiler-rt-13.0.0.src.tar.xz.sig b/SOURCES/compiler-rt-13.0.0.src.tar.xz.sig deleted file mode 100644 index 09d9dfd..0000000 Binary files a/SOURCES/compiler-rt-13.0.0.src.tar.xz.sig and /dev/null differ diff --git a/SOURCES/compiler-rt-13.0.1.src.tar.xz.sig b/SOURCES/compiler-rt-13.0.1.src.tar.xz.sig new file mode 100644 index 0000000..92caabc Binary files /dev/null and b/SOURCES/compiler-rt-13.0.1.src.tar.xz.sig differ diff --git a/SPECS/compiler-rt.spec b/SPECS/compiler-rt.spec index 8cf01cc..a7ca0fa 100644 --- a/SPECS/compiler-rt.spec +++ b/SPECS/compiler-rt.spec @@ -1,6 +1,6 @@ #global rc_ver 3 -%global compiler_rt_version 13.0.0 +%global compiler_rt_version 13.0.1 %global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src # see https://sourceware.org/bugzilla/show_bug.cgi?id=25271 @@ -21,7 +21,6 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compil Source2: tstellar-gpg-key.asc Patch0: 0001-PATCH-compiler-rt-Workaround-libstdc-limitation-wrt..patch -Patch1: 0001-Fix-compiler-rt-arch-detection-for-ppc64le.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -112,6 +111,9 @@ popd %endif %changelog +* Thu Feb 03 2022 Tom Stellard - 13.0.1-1 +- 13.0.1 Release + * Tue Oct 12 2021 Timm Bäder - 13.0.0-1 - 13.0.0 Release - skip rpath