diff --git a/Mesa.changes b/Mesa.changes index 035f5b4..9b087a9 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 4 09:51:03 UTC 2017 - sndirsch@suse.com + +- update to 17.2.2 + * several Vulkan ANV/RADV driver fixes including Wayland WSI + improvements, RadeonSI / i965 / VC4 OpenGL fixes among other + work, some fixes to common Gallium3D code, support for LLVM 5.0 + in Gallium3D when using the SCons build system, and a range of + other fixes/improvements. + ------------------------------------------------------------------- Sat Sep 30 18:54:29 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/Mesa.spec b/Mesa.spec index 227ef9c..fd774db 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.2.1 +%define _version 17.2.2 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x @@ -53,7 +53,7 @@ %endif Name: Mesa -Version: 17.2.1 +Version: 17.2.2 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-17.2.1.tar.xz b/mesa-17.2.1.tar.xz deleted file mode 100644 index 75c14e0..0000000 --- a/mesa-17.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77385d17827cff24a3bae134342234f2efe7f7f990e778109682571dbbc9ba1e -size 10414776 diff --git a/mesa-17.2.1.tar.xz.sig b/mesa-17.2.1.tar.xz.sig deleted file mode 100644 index 377ccc5..0000000 Binary files a/mesa-17.2.1.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.2.tar.xz b/mesa-17.2.2.tar.xz new file mode 100644 index 0000000..8b819d0 --- /dev/null +++ b/mesa-17.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf522244d6a5a1ecde3fc00e7c96935253fe22f808f064cab98be6f3faa65782 +size 10359156 diff --git a/mesa-17.2.2.tar.xz.sig b/mesa-17.2.2.tar.xz.sig new file mode 100644 index 0000000..ecc9ec4 Binary files /dev/null and b/mesa-17.2.2.tar.xz.sig differ