Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2026-08-30 19:06:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meson" Sun Aug 30 19:06:45 2026 rev:146 rq:1374614 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2026-08-13 13:14:59.359193603 +0200 +++ /work/SRC/openSUSE:Factory/.meson.new.1265/meson.changes 2026-08-30 19:06:56.696393220 +0200 @@ -1,0 +2,5 @@ +Sat Aug 29 15:37:22 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Add 16167.patch: Add LLVM 23 version suffixes. + +------------------------------------------------------------------- New: ---- 16167.patch ----------(New B)---------- New: - Add 16167.patch: Add LLVM 23 version suffixes. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.EULu0B/_old 2026-08-30 19:06:57.578423896 +0200 +++ /var/tmp/diff_new_pack.EULu0B/_new 2026-08-30 19:06:57.580423966 +0200 @@ -50,6 +50,7 @@ Patch1: extend-test-timeout-on-qemu-builds.patch # PATCH-FEATURE-UPSTREAM -- based on https://github.com/mesonbuild/meson/pull/14001/commits Patch2: 14001.patch +Patch3: https://github.com/mesonbuild/meson/pull/16167.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes ++++++ 16167.patch ++++++ >From 8cd863b7304fa2079bc517ba315ac8e4fdf53edb Mon Sep 17 00:00:00 2001 From: Tristan Partin <[email protected]> Date: Fri, 28 Aug 2026 14:46:40 +0000 Subject: [PATCH] Add LLVM 23 version suffixes Signed-off-by: Tristan Partin <[email protected]> --- mesonbuild/tooldetect.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mesonbuild/tooldetect.py b/mesonbuild/tooldetect.py index cc8e8ddf6af3..967d7ef5e783 100644 --- a/mesonbuild/tooldetect.py +++ b/mesonbuild/tooldetect.py @@ -140,6 +140,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]: # unless it becomes a stable release. suffixes = [ '', # base (no suffix) + '-23.1', '23.1', + '-23', '23', '-22.1', '22.1', '-22', '22', '-21.1', '21.1',
