Bump version to 7.0.1
This commit is contained in:
parent
3f05fc2767
commit
4928a610de
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/lld-7.0.0rc2.src.tar.xz
|
/lld-7.0.0rc2.src.tar.xz
|
||||||
/lld-7.0.0rc3.src.tar.xz
|
/lld-7.0.0rc3.src.tar.xz
|
||||||
/lld-7.0.0.src.tar.xz
|
/lld-7.0.0.src.tar.xz
|
||||||
|
/lld-7.0.1.src.tar.xz
|
||||||
|
14
lld.spec
14
lld.spec
@ -1,8 +1,9 @@
|
|||||||
|
#%%global rc_ver 3
|
||||||
%global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
%global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
Name: lld
|
Name: lld
|
||||||
Version: 7.0.0
|
Version: 7.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||||
Summary: The LLVM Linker
|
Summary: The LLVM Linker
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -21,8 +22,9 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
|
|
||||||
# For make check:
|
# For make check:
|
||||||
BuildRequires: python3-lit
|
BuildRequires: python3-rpm-macros
|
||||||
BuildRequires: llvm-googletest
|
BuildRequires: python3-lit = 0.7.0
|
||||||
|
BuildRequires: llvm-googletest = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The LLVM project linker.
|
The LLVM project linker.
|
||||||
@ -51,6 +53,7 @@ cd %{_target_platform}
|
|||||||
%cmake .. \
|
%cmake .. \
|
||||||
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
|
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
|
||||||
-DLLVM_DYLIB_COMPONENTS="all" \
|
-DLLVM_DYLIB_COMPONENTS="all" \
|
||||||
|
-DPYTHON_EXECUTABLE=%{__python3} \
|
||||||
-DLLVM_INCLUDE_TESTS=ON \
|
-DLLVM_INCLUDE_TESTS=ON \
|
||||||
-DLLVM_MAIN_SRC_DIR=%{_datadir}/llvm/src \
|
-DLLVM_MAIN_SRC_DIR=%{_datadir}/llvm/src \
|
||||||
-DLLVM_EXTERNAL_LIT=%{_bindir}/lit \
|
-DLLVM_EXTERNAL_LIT=%{_bindir}/lit \
|
||||||
@ -95,6 +98,9 @@ make -C %{_target_platform} %{?_smp_mflags} check-lld
|
|||||||
%{_libdir}/liblld*.so.*
|
%{_libdir}/liblld*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
||||||
|
- 7.0.1 Release
|
||||||
|
|
||||||
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-2
|
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-2
|
||||||
- Ensure rpmlint passes on specfile
|
- Ensure rpmlint passes on specfile
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lld-7.0.0.src.tar.xz) = 14f34557d8b72b252632e7aae2e0c0551b829026a152659cc290ead68d5944a7ffb1906af95b9265228fee2b45cc561c6261cc56bb1bd61dca01149e80ca9d56
|
SHA512 (lld-7.0.1.src.tar.xz) = e5d3ed280d8ac6014cd6bbe080b11e2c4ebbae81dc14b637e779ec027d818dbae91c6f0de9e94bcecd6bdaa37f12c35141b5d81f0a15251d27932aa9bebd4047
|
||||||
|
Loading…
Reference in New Issue
Block a user