import compiler-rt-15.0.0-1.module+el8.8.0+17086+d202f307
This commit is contained in:
parent
13d1888406
commit
6df8942351
@ -1,2 +1,2 @@
|
|||||||
91f03b578aff0fda6b9d3e2185e6ea5e588c6d47 SOURCES/compiler-rt-14.0.6.src.tar.xz
|
15879f50459c7b2e7b5fb77c6b845c39c91a04fc SOURCES/compiler-rt-15.0.0.src.tar.xz
|
||||||
b8d2648a01d36ed0186fd2c5af325fd28797f9a0 SOURCES/tstellar-gpg-key.asc
|
347bdd5ee6d6b93c9644c268511815912c0fb2dc SOURCES/release-keys.asc
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/compiler-rt-14.0.6.src.tar.xz
|
SOURCES/compiler-rt-15.0.0.src.tar.xz
|
||||||
SOURCES/tstellar-gpg-key.asc
|
SOURCES/release-keys.asc
|
||||||
|
Binary file not shown.
BIN
SOURCES/compiler-rt-15.0.0.src.tar.xz.sig
Normal file
BIN
SOURCES/compiler-rt-15.0.0.src.tar.xz.sig
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
%global compiler_rt_version 14.0.6
|
%global compiler_rt_version 15.0.0
|
||||||
#global rc_ver 2
|
#global rc_ver 2
|
||||||
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ License: NCSA or MIT
|
|||||||
URL: http://llvm.org
|
URL: http://llvm.org
|
||||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz
|
||||||
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig
|
||||||
Source2: tstellar-gpg-key.asc
|
Source2: release-keys.asc
|
||||||
|
|
||||||
Patch0: add-llvm-cmake-package.patch
|
Patch0: add-llvm-cmake-package.patch
|
||||||
|
|
||||||
@ -117,6 +117,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
||||||
|
- Update to LLVM 15.0.0
|
||||||
|
|
||||||
* Tue Jun 28 2022 Tom Stellard <tstellar@redhat.com> - 14.0.6-1
|
* Tue Jun 28 2022 Tom Stellard <tstellar@redhat.com> - 14.0.6-1
|
||||||
- 14.0.6 Release
|
- 14.0.6 Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user