From bdab9e87dfa7ca9e12b0a384be22f29d2577cc2c Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 25 Mar 2021 10:56:53 +1000 Subject: [PATCH] fix zink loading in places it shouldn't. --- mesa.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index f9e8300..0c9f33f 100644 --- a/mesa.spec +++ b/mesa.spec @@ -52,7 +52,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 21.0.1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.mesa3d.org @@ -65,6 +65,8 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt # https://gitlab.freedesktop.org/mesa/mesa/-/issues/4442 Patch0: mesa-llvm12.patch +Patch1: 0001-drisw-move-zink-down-the-list-below-the-sw-drivers.patch + BuildRequires: meson >= 0.45 BuildRequires: gcc BuildRequires: gcc-c++ @@ -598,6 +600,9 @@ popd %endif %changelog +* Thu Mar 25 2021 Dave Airlie - 21.0.1-2 +- fix zink loading in places it shouldn't. + * Wed Mar 24 2021 Pete Walter - 21.0.1-1 - Update to 21.0.1