Import rpm: 534823a42182b3b8dc9d099287c259c35e2cce83
This commit is contained in:
parent
c4bb0c3e6f
commit
b64334e480
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/compiler-rt-14.0.0.src.tar.xz
|
||||
SOURCES/tstellar-gpg-key.asc
|
||||
SOURCES/compiler-rt-15.0.7.src.tar.xz
|
||||
SOURCES/release-keys.asc
|
||||
|
BIN
compiler-rt-15.0.7.src.tar.xz.sig
Normal file
BIN
compiler-rt-15.0.7.src.tar.xz.sig
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
%global compiler_rt_version 14.0.0
|
||||
%global compiler_rt_version 15.0.7
|
||||
#global rc_ver 2
|
||||
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
@ -10,14 +10,14 @@
|
||||
|
||||
Name: compiler-rt
|
||||
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: LLVM "compiler-rt" runtime libraries
|
||||
|
||||
License: NCSA or MIT
|
||||
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
|
||||
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
|
||||
|
||||
@ -117,6 +117,15 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-1
|
||||
- Update to LLVM 15.0.7
|
||||
|
||||
* 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
|
||||
- 14.0.6 Release
|
||||
|
||||
* Wed May 25 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-3
|
||||
- Fix page size constant size on aarch64 and ppc64le
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (compiler-rt-14.0.0.src.tar.xz) = 9df73ef3b81f2b70902726e0dc5529c0cc1e976ce75fbfb1c3d7930882d82fc0896934a32d1c9511b08962cac5b409c14f54dc53833fbf0724256b22165c4439
|
||||
SHA512 (tstellar-gpg-key.asc) = a6720905008fab485d24263c4a65b0b379636a2dfa38e14bbcd2cc9a48afb9f66afe179f5f455c49902512ddb76517afd456a2c02d942fec1a2d764142834f4d
|
||||
SHA1 (compiler-rt-15.0.7.src.tar.xz) = 40f2a886636168f6478e20933906bcece2fd6b97
|
||||
SHA1 (release-keys.asc) = 347bdd5ee6d6b93c9644c268511815912c0fb2dc
|
||||
|
Loading…
Reference in New Issue
Block a user