Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm13 for openSUSE:Factory checked in at 2021-11-23 22:09:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm13 (Old) and /work/SRC/openSUSE:Factory/.llvm13.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm13" Tue Nov 23 22:09:43 2021 rev:3 rq:932977 version:13.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm13/llvm13.changes 2021-11-12 15:59:10.834562592 +0100 +++ /work/SRC/openSUSE:Factory/.llvm13.new.1895/llvm13.changes 2021-11-23 22:11:58.158600334 +0100 @@ -1,0 +2,6 @@ +Fri Nov 12 13:30:15 UTC 2021 - Alberto Planas Dominguez <apla...@suse.com> + +- Add FileCheck into the devel package, as is required for testing + Rust (boo#1192629) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm13.spec ++++++ --- /var/tmp/diff_new_pack.dxbCkS/_old 2021-11-23 22:11:59.330596459 +0100 +++ /var/tmp/diff_new_pack.dxbCkS/_new 2021-11-23 22:11:59.330596459 +0100 @@ -853,6 +853,9 @@ %install %cmake_install +# Install FileCheck needed for testing Rust boo#1192629 +install -m 0755 build/bin/FileCheck %{buildroot}%{_bindir}/FileCheck + # Remove files that won't be needed anymore. # This reduces the total amount of disk space used during build. (bnc#1074625) find ./build \( -name '*.o' -or -name '*.a' \) -delete @@ -938,7 +941,7 @@ mv %{buildroot}%{_datadir}/clang/bash-autocomplete.sh %{buildroot}%{_datadir}/bash-completion/completions/clang rm %{buildroot}%{_mandir}/man1/{,clang-,lldb-,mlir-}tblgen.1 -rm %{buildroot}%{_mandir}/man1/{FileCheck,llvm-locstats}.1 +rm %{buildroot}%{_mandir}/man1/llvm-locstats.1 chmod -x %{buildroot}%{_mandir}/man1/scan-build.1 %if %{with lldb_python} @@ -1923,6 +1926,7 @@ %files devel %license CREDITS.TXT LICENSE.TXT +%{_bindir}/FileCheck %{_bindir}/llvm-config %{_libdir}/libLLVM.so %{_libdir}/libLLVMTableGen.so @@ -1930,6 +1934,7 @@ %{_includedir}/llvm/ %{_includedir}/llvm-c/ %{_libdir}/cmake/llvm +%{_mandir}/man1/FileCheck.1%{ext_man} %{_mandir}/man1/llvm-config.1%{ext_man} %{_rpmconfigdir}/macros.d/macros.llvm