- update to 18.1.6

* autotools fixes for libglvnd, libgl naming, and pkgconfig
  * meson fixed its handling of stale symlinks wrt megadrivers
  * windows relaged fixes
  * some bug fixes for clover
  * plenty of egl, wayland, glx, and dri3 fixes
  * a couple of nir fixes
  * and on the driver side, radv, intel, vc4, etnaviv, swr, r600, amd, and
    nouveau all had a few fixes
- supersedes archlinux_glvnd-fix-gl-dot-pc.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=766
This commit is contained in:
2018-08-17 12:19:44 +00:00
committed by Git OBS Bridge
parent aaf56abff9
commit d5bc6b44c9
9 changed files with 36 additions and 24 deletions

View File

@@ -41,7 +41,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 18.1.5
%define _version 18.1.6
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@@ -111,7 +111,7 @@
%endif
Name: Mesa
Version: 18.1.5
Version: 18.1.6
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@@ -133,7 +133,6 @@ Source7: Mesa.keyring
Patch18: n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
# currently needed for libglvnd support
Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch
Patch32: archlinux_glvnd-fix-gl-dot-pc.patch
# Upstream
Patch43: u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
Patch44: u_intel_anv-make-scripts-python-2-3-compat.patch
@@ -742,7 +741,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%if 0%{?libglvnd}
%patch31 -p1
%patch32 -p1
%endif
%patch43 -p1