6.0.0 Release
This commit is contained in:
parent
84f2679457
commit
f7a732078c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/compiler-rt-5.0.1.src.tar.xz
|
/compiler-rt-5.0.1.src.tar.xz
|
||||||
/compiler-rt-6.0.0rc1.src.tar.xz
|
/compiler-rt-6.0.0rc1.src.tar.xz
|
||||||
/compiler-rt-6.0.0rc2.src.tar.xz
|
/compiler-rt-6.0.0rc2.src.tar.xz
|
||||||
|
/compiler-rt-6.0.0.src.tar.xz
|
||||||
|
@ -3,11 +3,9 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rc_ver 2
|
|
||||||
|
|
||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
Version: 6.0.0
|
Version: 6.0.0
|
||||||
Release: 0.4.rc%{rc_ver}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: LLVM "compiler-rt" runtime libraries
|
Summary: LLVM "compiler-rt" runtime libraries
|
||||||
|
|
||||||
License: NCSA or MIT
|
License: NCSA or MIT
|
||||||
@ -75,6 +73,9 @@ cd _build
|
|||||||
%{_libdir}/clang/%{version}
|
%{_libdir}/clang/%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 08 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-1
|
||||||
|
- 6.0.0 Release
|
||||||
|
|
||||||
* Tue Feb 13 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.4.rc2
|
* Tue Feb 13 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.4.rc2
|
||||||
- 6.0.0-rc2 Release
|
- 6.0.0-rc2 Release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (compiler-rt-6.0.0rc2.src.tar.xz) = 3c279f2c5fdad6ed3a2c49809eb2879cb6615d27920046f4d9bb1cc4d66da949b3b90f26dc8208dbea5602cb5f85e1a4d1e72daca7b7dfa4d405aed4743c7604
|
SHA512 (compiler-rt-6.0.0.src.tar.xz) = 717bed116ef43ebb2e18daf6fb737472edf57564947f53fe6368d3bbb080f63e986c0d1b94dbd087be998196ad7be54f4361854f8eb5214600b82449ba02c9c1
|
||||||
|
Loading…
Reference in New Issue
Block a user