From c6a5d3001f9ec0e242194b8ce051cdfaa42702fe Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Fri, 7 Mar 2025 13:41:10 +0100 Subject: [PATCH] Mesa 25.0.1 --- my-ostree-os/mesa.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/my-ostree-os/mesa.spec b/my-ostree-os/mesa.spec index dfd0754..cf4fc8b 100644 --- a/my-ostree-os/mesa.spec +++ b/my-ostree-os/mesa.spec @@ -69,7 +69,7 @@ Name: mesa Summary: Mesa graphics libraries -%global ver 25.0.0 +%global ver 25.0.1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 11.clang.skylake%{?dist} License: MIT AND BSD-3-Clause AND SGI-B-2.0 @@ -83,8 +83,6 @@ Source1: https://src.fedoraproject.org/rpms/mesa/raw/f41/f/Mesa-MLAA-Lice Patch10: https://src.fedoraproject.org/rpms/mesa/raw/f41/f/gnome-shell-glthread-disable.patch -Patch20: https://src.fedoraproject.org/rpms/mesa/raw/f41/f/0001-vulkan-wsi-x11-fix-use-of-uninitialised-xfixes-regio.patch - BuildRequires: meson >= 1.3.0 BuildRequires: gcc BuildRequires: gcc-c++