import compiler-rt-11.0.1-1.module+el8.4.0+12483+89b287b0
This commit is contained in:
parent
0ee596e79b
commit
d8ff6ae4ec
@ -1,2 +1 @@
|
|||||||
be3e79fb93cd99135643a191f27c49449bf9c0ee SOURCES/compiler-rt-11.0.0.src.tar.xz
|
c492a0142887efbe667f6b3994b43a48f53d4832 SOURCES/compiler-rt-11.0.1.src.tar.xz
|
||||||
32fa4b0193960f05064f2ab31b5a89c7cf48a0b9 SOURCES/hans-gpg-key.asc
|
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/compiler-rt-11.0.0.src.tar.xz
|
SOURCES/compiler-rt-11.0.1.src.tar.xz
|
||||||
SOURCES/hans-gpg-key.asc
|
|
||||||
|
Binary file not shown.
BIN
SOURCES/compiler-rt-11.0.1.src.tar.xz.sig
Normal file
BIN
SOURCES/compiler-rt-11.0.1.src.tar.xz.sig
Normal file
Binary file not shown.
@ -11,7 +11,7 @@
|
|||||||
%global optflags %(echo %{optflags} -Dasm=__asm__)
|
%global optflags %(echo %{optflags} -Dasm=__asm__)
|
||||||
|
|
||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
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: LLVM "compiler-rt" runtime libraries
|
Summary: LLVM "compiler-rt" runtime libraries
|
||||||
|
|
||||||
@ -19,7 +19,6 @@ License: NCSA or MIT
|
|||||||
URL: http://llvm.org
|
URL: http://llvm.org
|
||||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz
|
||||||
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig
|
||||||
Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc
|
|
||||||
|
|
||||||
Patch0: 0001-PATCH-std-thread-copy.patch
|
Patch0: 0001-PATCH-std-thread-copy.patch
|
||||||
|
|
||||||
@ -109,6 +108,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%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 release
|
- 11.0.0 final release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user