diff --git a/Mesa.changes b/Mesa.changes index bcc9a3b..3691a9f 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 9 10:39:08 UTC 2023 - Stefan Dirsch + +- 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 diff --git a/Mesa.spec b/Mesa.spec index 4781d3f..9822e96 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.3.4 +%define _version 22.3.5 %define with_opencl 0 %define with_rusticl 0 %define with_vulkan 0 @@ -123,7 +123,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.3.4 +Version: 22.3.5 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-22.3.4.tar.xz b/mesa-22.3.4.tar.xz deleted file mode 100644 index 5a2e958..0000000 --- a/mesa-22.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593 -size 17041184 diff --git a/mesa-22.3.4.tar.xz.sig b/mesa-22.3.4.tar.xz.sig deleted file mode 100644 index 752a126..0000000 Binary files a/mesa-22.3.4.tar.xz.sig and /dev/null differ diff --git a/mesa-22.3.5.tar.xz b/mesa-22.3.5.tar.xz new file mode 100644 index 0000000..7bc9e40 --- /dev/null +++ b/mesa-22.3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9 +size 17069488 diff --git a/mesa-22.3.5.tar.xz.sig b/mesa-22.3.5.tar.xz.sig new file mode 100644 index 0000000..8f6a4bf Binary files /dev/null and b/mesa-22.3.5.tar.xz.sig differ diff --git a/u_dep_xcb.patch b/u_dep_xcb.patch index 17cbff8..22a7890 100644 --- a/u_dep_xcb.patch +++ b/u_dep_xcb.patch @@ -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.2/meson.build -@@ -2143,9 +2143,11 @@ if with_platform_x11 +--- mesa-22.3.5.orig/meson.build ++++ mesa-22.3.5/meson.build +@@ -2141,9 +2141,11 @@ if with_platform_x11 endif endif 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_present = dependency('xcb-present') # 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.2/src/loader/meson.build +--- mesa-22.3.5.orig/src/loader/meson.build ++++ mesa-22.3.5/src/loader/meson.build @@ -28,7 +28,7 @@ if with_platform_x11 and with_dri3 include_directories : [inc_include, inc_src], dependencies : [ dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence, -- dep_xcb_xfixes, -+ dep_xcb_xfixes, dep_xcb, +- dep_xcb_xfixes, dep_xcb_xrandr, ++ dep_xcb_xfixes, dep_xcb_xrandr, dep_xcb, ], build_by_default : false, )