8.0.0rc4
This commit is contained in:
parent
3f72936baf
commit
ed162623d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/compiler-rt-8.0.0rc1.src.tar.xz
|
||||
/compiler-rt-8.0.0rc2.src.tar.xz
|
||||
/compiler-rt-8.0.0rc3.src.tar.xz
|
||||
/compiler-rt-8.0.0rc4.src.tar.xz
|
||||
|
@ -3,13 +3,13 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global rc_ver 3
|
||||
%global rc_ver 4
|
||||
|
||||
%global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
Name: compiler-rt
|
||||
Version: 8.0.0
|
||||
Release: 0.3%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Release: 0.4%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: LLVM "compiler-rt" runtime libraries
|
||||
|
||||
License: NCSA or MIT
|
||||
@ -85,6 +85,9 @@ done
|
||||
%{_libdir}/clang/%{version}
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2019 sguelton@redhat.com - 8.0.0-0.4.rc4
|
||||
- 8.0.0 Release candidate 4
|
||||
|
||||
* Mon Mar 4 2019 sguelton@redhat.com - 8.0.0-0.3.rc3
|
||||
- 8.0.0 Release candidate 3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (compiler-rt-8.0.0rc3.src.tar.xz) = b40c4cae673c45763e722f32faf2db810591b92b1eb7ca46214f3686c2c96106d3eb4962f6ed4d340666502216994589269661f2169fc8f7044f0423d22c380f
|
||||
SHA512 (compiler-rt-8.0.0rc4.src.tar.xz) = 63f70da16cc6fc364e26b3005dfdb6aaea48b5d8ad4a4dce4a5cf6dec50d0f9df5648289d8ca90612d831451471f42f7df775c6ba4f167babefd09c31b81c574
|
||||
|
Loading…
Reference in New Issue
Block a user