6.0.0-rc1 Release

This commit is contained in:
Tom Stellard 2018-01-25 18:37:18 +00:00
parent cbfdd41c36
commit da75323270
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/lld-4.0.1.src.tar.xz /lld-4.0.1.src.tar.xz
/lld-5.0.0.src.tar.xz /lld-5.0.0.src.tar.xz
/lld-5.0.1.src.tar.xz /lld-5.0.1.src.tar.xz
/lld-6.0.0rc1.src.tar.xz

View File

@ -1,11 +1,14 @@
%global rc_ver 1
Name: lld Name: lld
Version: 5.0.1 Version: 6.0.0
Release: 1%{?dist} Release: 0.1.rc%{rc_ver}%{?dist}
Summary: The LLVM Linker Summary: The LLVM Linker
License: NCSA License: NCSA
URL: http://llvm.org URL: http://llvm.org
Source0: http://llvm.org/releases/%{version}/lld-%{version}.src.tar.xz Source0: http://llvm.org/releases/%{version}/lld-%{version}%{?rc_ver:rc%{rc_ver}}.src.tar.xz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: llvm-devel = %{version} BuildRequires: llvm-devel = %{version}
@ -30,7 +33,7 @@ Summary: LLD shared libraries
Shared libraries for LLD. Shared libraries for LLD.
%prep %prep
%autosetup -n %{name}-%{version}.src -p1 %autosetup -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src -p1
%build %build
@ -67,6 +70,8 @@ chrpath --delete %{buildroot}%{_libdir}/*.so*
%files %files
%{_bindir}/lld* %{_bindir}/lld*
%{_bindir}/ld.lld %{_bindir}/ld.lld
%{_bindir}/ld64.lld
%{_bindir}/wasm-ld
%files devel %files devel
%{_includedir}/lld %{_includedir}/lld
@ -76,6 +81,9 @@ chrpath --delete %{buildroot}%{_libdir}/*.so*
%{_libdir}/liblld*.so.* %{_libdir}/liblld*.so.*
%changelog %changelog
* Thu Jan 25 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.1.rc1
- 6.0.0-rc1 Release
* Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1 * Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
- 5.0.1 Release - 5.0.1 Release

View File

@ -1 +1 @@
SHA512 (lld-5.0.1.src.tar.xz) = 62c9682ae4e18a64af2c9e13d45925fbe022ca332d03b1c4232c6b730dab327418555c8da2b2bf8c6126032dfd378a0b9dedba83351d928784bf2b1f30dfaaca SHA512 (lld-6.0.0rc1.src.tar.xz) = ca2ecb86bd5fa90082bc3c40a773699a49dcdda9532e6c79c2bef4f47e589756e527fb02965ad7173feec32dc21a32f2781e6cb87a23b8f728b140e9c9088db0