diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 759a147..9eb4b74 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 9 22:16:18 UTC 2019 - Stefan Dirsch + +- Update to version 19.2.1 + * fixes all over the tree: intel, amd, nine, nir, egl, gallium, + scons, meson, glsl, haiku, android, and nouveau all got fixes. + ------------------------------------------------------------------- Mon Oct 7 21:50:32 UTC 2019 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index a6c8dc9..3e81898 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.2.0 +%define _version 19.2.1 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.2.0 +Version: 19.2.1 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/Mesa.changes b/Mesa.changes index 759a147..9eb4b74 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 9 22:16:18 UTC 2019 - Stefan Dirsch + +- Update to version 19.2.1 + * fixes all over the tree: intel, amd, nine, nir, egl, gallium, + scons, meson, glsl, haiku, android, and nouveau all got fixes. + ------------------------------------------------------------------- Mon Oct 7 21:50:32 UTC 2019 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 43f5aab..88fa934 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.2.0 +%define _version 19.2.1 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa -Version: 19.2.0 +Version: 19.2.1 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-19.2.0.tar.xz b/mesa-19.2.0.tar.xz deleted file mode 100644 index 58c8efb..0000000 --- a/mesa-19.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b060caa2a00f856431160ff7377d0e8f58f2aa48c16ee5a9e265ebdccb10852a -size 11464180 diff --git a/mesa-19.2.0.tar.xz.sig b/mesa-19.2.0.tar.xz.sig deleted file mode 100644 index c610429..0000000 Binary files a/mesa-19.2.0.tar.xz.sig and /dev/null differ diff --git a/mesa-19.2.1.tar.xz b/mesa-19.2.1.tar.xz new file mode 100644 index 0000000..865cc74 --- /dev/null +++ b/mesa-19.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9 +size 11468492 diff --git a/mesa-19.2.1.tar.xz.sig b/mesa-19.2.1.tar.xz.sig new file mode 100644 index 0000000..244b124 Binary files /dev/null and b/mesa-19.2.1.tar.xz.sig differ diff --git a/u_dep_xcb.patch b/u_dep_xcb.patch index e6076bf..1677bd4 100644 --- a/u_dep_xcb.patch +++ b/u_dep_xcb.patch @@ -1,9 +1,9 @@ -Index: mesa-19.1.0/meson.build +Index: mesa-19.2.1/meson.build =================================================================== ---- mesa-19.1.0.orig/meson.build 2019-06-11 17:12:50.000000000 +0200 -+++ mesa-19.1.0/meson.build 2019-06-11 22:28:12.967838857 +0200 -@@ -1414,10 +1414,12 @@ if with_platform_x11 - dep_x11_xcb = dependency('x11-xcb') +--- mesa-19.2.1.orig/meson.build ++++ mesa-19.2.1/meson.build +@@ -1422,10 +1422,12 @@ if with_platform_x11 + endif endif if with_any_vk or with_egl or (with_glx == 'dri' and with_dri_platform == 'drm') + dep_x11_xcb = dependency('x11-xcb') @@ -15,10 +15,10 @@ Index: mesa-19.1.0/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-19.1.0/src/loader/meson.build +Index: mesa-19.2.1/src/loader/meson.build =================================================================== ---- mesa-19.1.0.orig/src/loader/meson.build 2019-06-11 17:12:51.000000000 +0200 -+++ mesa-19.1.0/src/loader/meson.build 2019-06-11 22:28:12.967838857 +0200 +--- mesa-19.2.1.orig/src/loader/meson.build ++++ mesa-19.2.1/src/loader/meson.build @@ -28,6 +28,7 @@ if with_platform_x11 and with_dri3 include_directories : [inc_include, inc_src], dependencies : [