diff --git a/Mesa.changes b/Mesa.changes index 4e66ddb..d655f7c 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 23 09:26:42 UTC 2017 - sndirsch@suse.com + +- update to 17.2.3 + * The Vulkan drivers ANV and RADV have multiple small fixes. + * The EGL code has improved handling of the new wl_dmabuf codepath. + * SWR no longer crashes when checking environment variables. + * Other gallium drivers have also seen updates - freedreno, nouveau and + radeonsi. The gallivm module, used by llvmpipe et al. has gained little + endian PPC64 fixes. + * The VA and VDPAU state-trackers have seems improvements handling + interlaced videos. + * We're using python3 compatible constructs which gives us SCons 3.0 + support. + ------------------------------------------------------------------- Tue Oct 17 13:55:17 UTC 2017 - msrb@suse.com diff --git a/Mesa.spec b/Mesa.spec index 74c92f4..77615b3 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.2.2 +%define _version 17.2.3 %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.2 +Version: 17.2.3 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT @@ -392,8 +392,8 @@ applications using the OpenGL|ES 3.x APIs. %package -n libOSMesa8 Summary: Mesa Off-screen rendering extension -Group: System/Libraries # Wrongly named package shipped .so.8 +Group: System/Libraries Obsoletes: libOSMesa9 < %{version}-%{release} Provides: libOSMesa9 = %{version}-%{release} @@ -499,8 +499,8 @@ implementation of Mesa. %package libd3d Summary: Mesa Direct3D9 state tracker -Group: System/Libraries # Manually provide d3d library (bnc#918294) +Group: System/Libraries %ifarch x86_64 s390x ppc64le aarch64 Provides: d3dadapter9.so.1()(64bit) %else diff --git a/mesa-17.2.2.tar.xz b/mesa-17.2.2.tar.xz deleted file mode 100644 index 8b819d0..0000000 --- a/mesa-17.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ecc9ec4..0000000 Binary files a/mesa-17.2.2.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.3.tar.xz b/mesa-17.2.3.tar.xz new file mode 100644 index 0000000..cba5019 --- /dev/null +++ b/mesa-17.2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837 +size 10344180 diff --git a/mesa-17.2.3.tar.xz.sig b/mesa-17.2.3.tar.xz.sig new file mode 100644 index 0000000..e856b75 Binary files /dev/null and b/mesa-17.2.3.tar.xz.sig differ