diff --git a/lld.spec b/lld.spec index ee05b9c..f2e5b52 100644 --- a/lld.spec +++ b/lld.spec @@ -1,10 +1,10 @@ %bcond_without check -#global rc_ver 3 +%global rc_ver 1 %global lld_srcdir lld-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:rc%{rc_ver}}.src -%global maj_ver 13 +%global maj_ver 14 %global min_ver 0 -%global patch_ver 1 +%global patch_ver 0 # Don't include unittests in automatic generation of provides or requires. %global __provides_exclude_from ^%{_libdir}/lld/.*$ @@ -145,7 +145,7 @@ install -m 0755 %{SOURCE3} %{buildroot}%{_libexecdir}/tests/lld # Install unit test binaries install -d %{buildroot}%{_libdir}/lld/ -cp -R %{__cmake_builddir}/unittests %{buildroot}%{_libdir}/lld/ + rm -rf `find %{buildroot}%{_libdir}/lld/ -iname '*make*'` # Install gtest libraries @@ -186,8 +186,6 @@ fi %{_bindir}/lld* %{_bindir}/ld.lld %{_bindir}/ld64.lld -%{_bindir}/ld64.lld.darwinnew -%{_bindir}/ld64.lld.darwinold %{_bindir}/wasm-ld %files devel @@ -207,6 +205,9 @@ fi %{_datadir}/lld/lit.lld-test.cfg.py %changelog +* Mon Feb 28 2022 Timm Bäder - 14.0.0~rc1-1 +- Update to 14.0.0rc1 + * Thu Feb 03 2022 Nikita Popov - 13.0.1-1 - Update to LLVM 13.0.1 final