diff --git a/Mesa.changes b/Mesa.changes index ab27927..ad456da 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Oct 4 10:11:42 UTC 2023 - Bjørn Lie + +- Update to Mesa 23.2.1 + * Mesa 23.2.1 is a new development release. People who are + concerned with stability and reliability should stick with a + previous release or wait for Mesa 23.2.2. + * Mesa 23.2.1 is an unusual first stable release due to the + accidentl tagging of 23.2.0 durring the rc cycle. + * Mesa 23.2.1 implements the OpenGL 4.6 API, but the version + reported by glGetString(GL_VERSION) or + glGetIntegerv(GL_MAJOR_VERSION) / + glGetIntegerv(GL_MINOR_VERSION) depends on the particular + driver being used. Some drivers don't support all the features + required in OpenGL 4.6. OpenGL 4.6 is **only** available if + requested at context creation. Compatibility contexts may + report a lower version depending on each driver. + * Mesa 23.2.1 implements the Vulkan 1.3 API, but the version + reported by the apiVersion property of the + VkPhysicalDeviceProperties struct depends on the particular + driver being used. + * More details in: + --> https://gitlab.freedesktop.org/mesa/mesa/-/blob/23.2/docs/relnotes/23.2.1.rst + ------------------------------------------------------------------- Mon Sep 25 09:46:58 UTC 2023 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index d209e42..192f584 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 23.2.0-rc4 +%define _version 23.2.1 %define with_opencl 0 %define with_rusticl 0 %define with_vulkan 0 @@ -123,7 +123,7 @@ %endif Name: Mesa%{psuffix} -Version: 23.2.0 +Version: 23.2.1 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-23.2.0-rc4.tar.xz b/mesa-23.2.0-rc4.tar.xz deleted file mode 100644 index 0e2e008..0000000 --- a/mesa-23.2.0-rc4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c11fefbff7b6a992ec95b5764133101ad41052c8e0217829150383b74ea3085 -size 18844408 diff --git a/mesa-23.2.0-rc4.tar.xz.sig b/mesa-23.2.0-rc4.tar.xz.sig deleted file mode 100644 index aa6e708..0000000 Binary files a/mesa-23.2.0-rc4.tar.xz.sig and /dev/null differ diff --git a/mesa-23.2.1.tar.xz b/mesa-23.2.1.tar.xz new file mode 100644 index 0000000..6c78768 --- /dev/null +++ b/mesa-23.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc +size 18855304 diff --git a/mesa-23.2.1.tar.xz.sig b/mesa-23.2.1.tar.xz.sig new file mode 100644 index 0000000..f9710be Binary files /dev/null and b/mesa-23.2.1.tar.xz.sig differ