diff --git a/Mesa.changes b/Mesa.changes index 52d14d0..a76e41a 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 24 09:36:23 UTC 2023 - Stefan Dirsch + +- Update to bugfix release 23.1.4 + --> https://docs.mesa3d.org/relnotes/23.1.4.html +- supersedes u_fix-glx-context-opengl-4.5.patch + ------------------------------------------------------------------- Fri Jun 23 07:24:59 UTC 2023 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 396189e..2f6927c 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 23.1.3 +%define _version 23.1.4 %define with_opencl 0 %define with_rusticl 0 %define with_vulkan 0 @@ -123,7 +123,7 @@ %endif Name: Mesa%{psuffix} -Version: 23.1.3 +Version: 23.1.4 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -144,7 +144,6 @@ Patch58: u_dep_xcb.patch Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch Patch200: u_fix-build-on-ppc64le.patch Patch400: n_stop-iris-flicker.patch -Patch800: u_fix-glx-context-opengl-4.5.patch %ifarch %{ix86} x86_64 BuildRequires: DirectX-Headers %endif @@ -779,7 +778,6 @@ rm -rf docs/README.{VMS,WIN32,OS2} %patch100 -p1 %patch200 -p1 %patch400 -p1 -%patch800 -p1 # Remove requires to vulkan libs from baselibs.conf on platforms # where vulkan build is disabled; ugly ... diff --git a/mesa-23.1.3.tar.xz b/mesa-23.1.3.tar.xz deleted file mode 100644 index 054d1b3..0000000 --- a/mesa-23.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f6d7381bc10fbd2d6263ad1022785b8b511046c1a904162f8f7da18eea8aed9 -size 18358052 diff --git a/mesa-23.1.3.tar.xz.sig b/mesa-23.1.3.tar.xz.sig deleted file mode 100644 index e2fa01a..0000000 Binary files a/mesa-23.1.3.tar.xz.sig and /dev/null differ diff --git a/mesa-23.1.4.tar.xz b/mesa-23.1.4.tar.xz new file mode 100644 index 0000000..c1a33b2 --- /dev/null +++ b/mesa-23.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7261a17fb94867e3dc5a90d8a1f100fa04b0cbbde51d25302c0872b5e9a10959 +size 18414456 diff --git a/mesa-23.1.4.tar.xz.sig b/mesa-23.1.4.tar.xz.sig new file mode 100644 index 0000000..598209f Binary files /dev/null and b/mesa-23.1.4.tar.xz.sig differ diff --git a/u_fix-glx-context-opengl-4.5.patch b/u_fix-glx-context-opengl-4.5.patch deleted file mode 100644 index 853e966..0000000 --- a/u_fix-glx-context-opengl-4.5.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/glx/create_context.c -+++ b/src/glx/create_context.c -@@ -115,6 +115,9 @@ glXCreateContextAttribsARB(Display *dpy, - #endif - - if (gc == NULL) { -+ /* increment dpy->request in order to give a unique serial number to the -+ * error */ -+ XNoOp(dpy); - /* -1 isn't a legal XID, which is sort of the point, we've failed - * before we even got to XID allocation. - */