Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm18 for openSUSE:Factory checked in at 2024-09-06 17:17:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm18 (Old) and /work/SRC/openSUSE:Factory/.llvm18.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm18" Fri Sep 6 17:17:32 2024 rev:9 rq:1199059 version:18.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm18/llvm18.changes 2024-08-26 22:06:44.265265822 +0200 +++ /work/SRC/openSUSE:Factory/.llvm18.new.10096/llvm18.changes 2024-09-06 17:17:37.289589089 +0200 @@ -1,0 +2,5 @@ +Tue Sep 3 13:30:40 UTC 2024 - Martin Liška <martin.li...@hey.com> + +- Enable zstd compression support again. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm18.spec ++++++ --- /var/tmp/diff_new_pack.sOgdm5/_old 2024-09-06 17:17:39.129665544 +0200 +++ /var/tmp/diff_new_pack.sOgdm5/_new 2024-09-06 17:17:39.133665710 +0200 @@ -440,6 +440,7 @@ BuildRequires: python-rpm-macros BuildRequires: python3-base BuildRequires: pkgconfig(libedit) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(zlib) Requires(post): update-alternatives Requires(postun): update-alternatives @@ -780,6 +781,7 @@ BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(panel) BuildRequires: pkgconfig(python3) @@ -1019,7 +1021,6 @@ -DLLVM_BUILD_UTILS:BOOL=OFF \ -DLLVM_BUILD_EXAMPLES:BOOL=OFF \ -DLLVM_BUILD_RUNTIME:BOOL=OFF \ - -DLLVM_ENABLE_ZSTD:BOOL=OFF \ -DLLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD:BOOL=OFF \ -DLLVM_INCLUDE_BENCHMARKS:BOOL=OFF \ -DLLVM_INCLUDE_TESTS:BOOL=OFF \ @@ -1113,7 +1114,6 @@ -DLLVM_ENABLE_PIC=ON \ -DLLVM_BINUTILS_INCDIR=%{_includedir} \ -DPython3_EXECUTABLE=%{_bindir}/python3 \ - -DLLVM_ENABLE_ZSTD:BOOL=OFF \ -DLLVM_TARGETS_TO_BUILD=%{llvm_targets} \ -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=%{llvm_experimental_targets} \ -DLLVM_TOOL_LLVM_EXEGESIS_BUILD:BOOL=OFF \