mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Backport CPU affinity fixes.
This commit is contained in:
parent
fbdfb2fbc8
commit
58055e55da
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,7 @@ Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 20.3.5
|
%global ver 20.3.5
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
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.
|
# 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
|
Source1: Mesa-MLAA-License-Clarification-Email.txt
|
||||||
|
|
||||||
|
Patch0: cpu-affinity-fixes-20.3.3.patch
|
||||||
BuildRequires: meson >= 0.45
|
BuildRequires: meson >= 0.45
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
@ -591,6 +592,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 01 2021 Dave Airlie <airlied@redhat.com> - 20.3.5-2
|
||||||
|
- Backport CPU affinity fixes.
|
||||||
|
|
||||||
* Wed Mar 24 2021 Pete Walter <pwalter@fedoraproject.org> - 20.3.5-1
|
* Wed Mar 24 2021 Pete Walter <pwalter@fedoraproject.org> - 20.3.5-1
|
||||||
- Update to 20.3.5
|
- Update to 20.3.5
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue