diff --git a/llvm18.changes b/llvm18.changes index 38215ce..e7a4421 100644 --- a/llvm18.changes +++ b/llvm18.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Aug 23 21:41:32 UTC 2024 - Aaron Puchert + +- Split off clang shared runtime libraries into libclang_rtX, so + that they can be used by other packages without requiring the + entire compiler tool chain. This is still not ergonomical: the + libraries don't sit in %{_libdir}, so an RPATH or setting + LD_LIBRARY_PATH is required, and they don't have an SO version, + so zypper won't know which version to is needed. (boo#1225784) + +------------------------------------------------------------------- +Tue Aug 20 21:20:37 UTC 2024 - Aaron Puchert + +- Add minor version to Python shebangs. (boo#1212476) +- Remove shebang and executable bit where not needed. + ------------------------------------------------------------------- Sun Jun 30 17:44:44 UTC 2024 - Aaron Puchert diff --git a/llvm18.spec b/llvm18.spec index 75e30e4..0c36bda 100644 --- a/llvm18.spec +++ b/llvm18.spec @@ -531,6 +531,7 @@ This package contains documentation for the LLVM infrastructure. Summary: CLANG frontend for LLVM Group: Development/Languages/C and C++ URL: https://clang.llvm.org/ +Requires: libclang_rt%{_sonum} Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: clang-tools @@ -543,6 +544,15 @@ Suggests: libc++-devel %description -n clang%{_sonum} This package contains the clang (C language) frontend for LLVM. +%package -n libclang_rt%{_sonum} +Summary: Clang shared runtime libraries +Group: System/Libraries +URL: https://compiler-rt.llvm.org/ + +%description -n libclang_rt%{_sonum} +The runtime libraries needed to run programs compiled with the -shared-libsan +of Clang. Also known as compiler-rt. + %package -n clang-tools Summary: Tools for Clang Group: Development/Languages/C and C++ @@ -1360,8 +1370,8 @@ cat > %{buildroot}%{_rpmconfigdir}/macros.d/macros.llvm <