SHA256
1
0
forked from pool/Mesa

- Update to version 22.3.5

* bug fix release which fixes bugs found since Mesa 22.3.4
  * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
    details
- refreshed u_dep_xcb.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1191
This commit is contained in:
Stefan Dirsch 2023-02-09 11:53:11 +00:00 committed by Git OBS Bridge
parent 8b55289a82
commit 343a5d4738
7 changed files with 23 additions and 14 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 9 10:39:08 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 22.3.5
* bug fix release which fixes bugs found since Mesa 22.3.4
* see https://docs.mesa3d.org/relnotes/22.3.5.html for more
details
- refreshed u_dep_xcb.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 6 13:52:18 UTC 2023 - Andreas Schwab <schwab@suse.de> Mon Feb 6 13:52:18 UTC 2023 - Andreas Schwab <schwab@suse.de>

View File

@ -42,7 +42,7 @@
%define glamor 1 %define glamor 1
%define _name_archive mesa %define _name_archive mesa
%define _version 22.3.4 %define _version 22.3.5
%define with_opencl 0 %define with_opencl 0
%define with_rusticl 0 %define with_rusticl 0
%define with_vulkan 0 %define with_vulkan 0
@ -123,7 +123,7 @@
%endif %endif
Name: Mesa%{psuffix} Name: Mesa%{psuffix}
Version: 22.3.4 Version: 22.3.5
Release: 0 Release: 0
Summary: System for rendering 3-D graphics Summary: System for rendering 3-D graphics
License: MIT License: MIT

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593
size 17041184

Binary file not shown.

3
mesa-22.3.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
size 17069488

BIN
mesa-22.3.5.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
Index: mesa-22.3.2/meson.build Index: mesa-22.3.5/meson.build
=================================================================== ===================================================================
--- mesa-22.3.2.orig/meson.build --- mesa-22.3.5.orig/meson.build
+++ mesa-22.3.2/meson.build +++ mesa-22.3.5/meson.build
@@ -2143,9 +2143,11 @@ if with_platform_x11 @@ -2141,9 +2141,11 @@ if with_platform_x11
endif endif
endif endif
if with_any_vk or with_egl or (with_glx == 'dri' and with_dri_platform == 'drm') if with_any_vk or with_egl or (with_glx == 'dri' and with_dri_platform == 'drm')
@ -14,16 +14,16 @@ Index: mesa-22.3.2/meson.build
dep_xcb_dri3 = dependency('xcb-dri3') dep_xcb_dri3 = dependency('xcb-dri3')
dep_xcb_present = dependency('xcb-present') dep_xcb_present = dependency('xcb-present')
# until xcb-dri3 has been around long enough to make a hard-dependency: # until xcb-dri3 has been around long enough to make a hard-dependency:
Index: mesa-22.3.2/src/loader/meson.build Index: mesa-22.3.5/src/loader/meson.build
=================================================================== ===================================================================
--- mesa-22.3.2.orig/src/loader/meson.build --- mesa-22.3.5.orig/src/loader/meson.build
+++ mesa-22.3.2/src/loader/meson.build +++ mesa-22.3.5/src/loader/meson.build
@@ -28,7 +28,7 @@ if with_platform_x11 and with_dri3 @@ -28,7 +28,7 @@ if with_platform_x11 and with_dri3
include_directories : [inc_include, inc_src], include_directories : [inc_include, inc_src],
dependencies : [ dependencies : [
dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence, dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence,
- dep_xcb_xfixes, - dep_xcb_xfixes, dep_xcb_xrandr,
+ dep_xcb_xfixes, dep_xcb, + dep_xcb_xfixes, dep_xcb_xrandr, dep_xcb,
], ],
build_by_default : false, build_by_default : false,
) )