Mesa 25.0.1

This commit is contained in:
Anders Rytter Hansen 2025-03-07 13:41:10 +01:00
commit c6a5d3001f

View file

@ -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++