7.0.0-1 Release
This commit is contained in:
parent
ee0db98ddd
commit
ad6209ddfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/compiler-rt-6.0.1.src.tar.xz
|
||||
/compiler-rt-7.0.0rc1.src.tar.xz
|
||||
/compiler-rt-7.0.0rc3.src.tar.xz
|
||||
/compiler-rt-7.0.0.src.tar.xz
|
||||
|
@ -3,13 +3,11 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global rc_ver 3
|
||||
|
||||
%global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
Name: compiler-rt
|
||||
Version: 7.0.0
|
||||
Release: 0.4.rc%{rc_ver}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: LLVM "compiler-rt" runtime libraries
|
||||
|
||||
License: NCSA or MIT
|
||||
@ -85,6 +83,9 @@ cd _build
|
||||
%{_libdir}/clang/%{version}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
||||
- 7.0.0-1 Release
|
||||
|
||||
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.4.rc3
|
||||
- 7.0.0-rc3 Release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (compiler-rt-7.0.0rc3.src.tar.xz) = 005283405e29ef29a298b82e64378445979c66c75051f45cb659fabd3e5d4a263416b0b9dbac504450ca46709f58efb3e528273253089ed6879411c902a181c9
|
||||
SHA512 (compiler-rt-7.0.0.src.tar.xz) = fb36aab38e7b7e3c23ad8598a54a5d7d36a30bc306c60c95b074029ffad48cb1d74fa5acde34b4affc50827562fd794969ae31067bd64e116281eb65ae4f4346
|
||||
|
Loading…
Reference in New Issue
Block a user