SHA256
1
0
forked from pool/Mesa

update also Mesa-drivers.spec

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1076
This commit is contained in:
Stefan Dirsch 2022-01-06 23:23:44 +00:00 committed by Git OBS Bridge
parent b78f080d59
commit bf4320f8a7
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,11 @@
-------------------------------------------------------------------
Fri Dec 31 12:37:29 UTC 2021 - Aaron Stern <ukbeast89@protonmail.com>
Thu Jan 6 16:34:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- n_no-sse2-on-ix86.patch
* disabled sse2 support on %ix86 (boo#1190409)
-------------------------------------------------------------------
Fri Dec 31 12:42:24 UTC 2021 - Aaron Stern <ukbeast89@protonmail.com>
- update to 21.3.3
* Bug fixes

View File

@ -135,6 +135,7 @@ Patch58: u_dep_xcb.patch
Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch
Patch200: u_fix-build-on-ppc64le.patch
Patch300: n_buildfix-21.3.0.patch
Patch400: n_no-sse2-on-ix86.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
@ -770,6 +771,9 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch100 -p1
%patch200 -p1
%patch300 -p1
%ifarch %{ix86}
%patch400 -p1
%endif
# Remove requires to vulkan libs from baselibs.conf on platforms
# where vulkan build is disabled; ugly ...