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