9.0.0-rc3 Release
This commit is contained in:
parent
34bc55f81c
commit
aea46521ae
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@
|
|||||||
/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
|
/compiler-rt-8.0.0.src.tar.xz
|
||||||
|
/compiler-rt-9.0.0rc2.src.tar.xz
|
||||||
|
/compiler-rt-9.0.0rc3.src.tar.xz
|
||||||
|
@ -3,13 +3,14 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#%%global rc_ver 4
|
%global rc_ver 3
|
||||||
|
%global baserelease 0.1
|
||||||
|
|
||||||
%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: 9.0.0
|
||||||
Release: 2%{?rc_ver:.rc%{rc_ver}}%{?dist}.1
|
Release: %{baserelease}%{?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
|
||||||
@ -70,7 +71,7 @@ done
|
|||||||
|
|
||||||
# move sanitizer libs to better place
|
# move sanitizer libs to better place
|
||||||
%global libclang_rt_installdir lib/linux
|
%global libclang_rt_installdir lib/linux
|
||||||
mv -v %{buildroot}%{_prefix}/%{libclang_rt_installdir}/libclang_rt* %{buildroot}%{_libdir}/clang/%{version}/lib
|
mv -v %{buildroot}%{_prefix}/%{libclang_rt_installdir}/*clang_rt* %{buildroot}%{_libdir}/clang/%{version}/lib
|
||||||
mkdir -p %{buildroot}%{_libdir}/clang/%{version}/lib/linux/
|
mkdir -p %{buildroot}%{_libdir}/clang/%{version}/lib/linux/
|
||||||
pushd %{buildroot}%{_libdir}/clang/%{version}/lib
|
pushd %{buildroot}%{_libdir}/clang/%{version}/lib
|
||||||
for i in *.a *.so
|
for i in *.a *.so
|
||||||
@ -115,6 +116,9 @@ fi
|
|||||||
%{_libdir}/clang/%{version}
|
%{_libdir}/clang/%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc3
|
||||||
|
- 9.0.0-rc3 Release
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2.1
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (compiler-rt-8.0.0.src.tar.xz) = fe9f69fe2269fa3d560ae97fdacd462f855fb0b7a5f647f5b8595206ff7febca6496725adc953de411a827c761e2b3ca11a2149f25707d6c62af0722b68ba913
|
SHA512 (compiler-rt-9.0.0rc3.src.tar.xz) = d5130d0667edd505bd796cd46c0ff13cbaf6d949b332907a0488e32d0a43e82a350efb8a01d46bfc2ef5f77cc61ff0c4650b7a677b3c2ad13c1ca2b5cc63c989
|
||||||
|
Loading…
Reference in New Issue
Block a user