Accepting request 1100408 from X11:XOrg

- 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

OBS-URL: https://build.opensuse.org/request/show/1100408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=482
This commit is contained in:
Ana Guerrero 2023-07-25 09:22:55 +00:00 committed by Git OBS Bridge
commit 4d7c8cc0d9
7 changed files with 12 additions and 19 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 24 09:36:23 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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 ...

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -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.
*/