From 58055e55dabdec0be2df80e197cc8a7160a1524a Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 1 Apr 2021 10:53:21 +1000 Subject: [PATCH] Backport CPU affinity fixes. --- mesa.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 99e62fd..0d7fe89 100644 --- a/mesa.spec +++ b/mesa.spec @@ -52,7 +52,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 20.3.5 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.mesa3d.org @@ -62,6 +62,7 @@ Source0: https://mesa.freedesktop.org/archive/%{name}-%{ver}.tar.xz # Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD. Source1: Mesa-MLAA-License-Clarification-Email.txt +Patch0: cpu-affinity-fixes-20.3.3.patch BuildRequires: meson >= 0.45 BuildRequires: gcc BuildRequires: gcc-c++ @@ -591,6 +592,9 @@ popd %endif %changelog +* Thu Apr 01 2021 Dave Airlie - 20.3.5-2 +- Backport CPU affinity fixes. + * Wed Mar 24 2021 Pete Walter - 20.3.5-1 - Update to 20.3.5