Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2025-09-14 18:48:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meson" Sun Sep 14 18:48:19 2025 rev:132 rq:1304211 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2025-09-04 17:58:59.849735600 +0200 +++ /work/SRC/openSUSE:Factory/.meson.new.1977/meson.changes 2025-09-14 18:48:22.641575607 +0200 @@ -1,0 +2,5 @@ +Thu Sep 11 20:12:22 UTC 2025 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Add get_llvm_tool_names-llvm21.patch to accept LLVM 21. + +------------------------------------------------------------------- New: ---- get_llvm_tool_names-llvm21.patch ----------(New B)---------- New: - Add get_llvm_tool_names-llvm21.patch to accept LLVM 21. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.n08Bka/_old 2025-09-14 18:48:23.441609132 +0200 +++ /var/tmp/diff_new_pack.n08Bka/_new 2025-09-14 18:48:23.441609132 +0200 @@ -54,6 +54,8 @@ Patch3: reproducible.patch # PATCH-FIX-UPSTREAM -- rpm macros do not allow to override verbosity Patch4: meson-issue-15992.patch +# PATCH-FIX-UPSTREAM get_llvm_tool_names-llvm21.patch -- Accept LLVM 21.1. +Patch5: get_llvm_tool_names-llvm21.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes ++++++ get_llvm_tool_names-llvm21.patch ++++++ --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -215,6 +215,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]: # unless it becomes a stable release. suffixes = [ '', # base (no suffix) + '-21.1', '211', + '-21', '21', '-20.1', '20.1', '-20', '20', '-19.1', '19.1',