From e53e186c24cfc85d0bcb597786e9dd516b9098d9 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:47:14 -0700 Subject: [PATCH] feat: Update Mesa to 26.0.3 (#10748) (#10749) (cherry picked from commit acd4c21ddf597397bd71a84e8b9b94a026691649) Co-authored-by: Kyle Gospodnetich --- anda/lib/mesa/mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 9ec4758104..830da80b99 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -84,10 +84,10 @@ Name: %{srcname} Summary: Mesa graphics libraries -%global ver 26.0.2 +%global ver 26.0.3 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 3 +Release: 1 Packager: Kyle Gospodnetich License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: https://mesa3d.org