From 482eb73e02c87c8b5f1f3b9c751d1e5213abec79 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 4 Feb 2026 13:52:59 -0800 Subject: [PATCH] fix: Use tags instead of branches for patches from OGC (#9665) --- 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 d1c0cc0226..b5581037d9 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -119,8 +119,8 @@ Source15: https://crates.io/api/v1/crates/rustc-hash/%{rustc_hash_ver}/dow Patch12: mesa-38532.patch # Open Gaming Collective Patches -Patch30: https://raw.githubusercontent.com/OpenGamingCollective/mesa/refs/heads/%{ver}/limiter.patch -Patch31: https://raw.githubusercontent.com/OpenGamingCollective/mesa/refs/heads/%{ver}/radv-defaults.patch +Patch30: https://raw.githubusercontent.com/OpenGamingCollective/mesa/refs/tags/%{ver}/limiter.patch +Patch31: https://raw.githubusercontent.com/OpenGamingCollective/mesa/refs/tags/%{ver}/radv-defaults.patch BuildRequires: meson >= 1.3.0 BuildRequires: gcc