diff --git a/Mesa.changes b/Mesa.changes index 7387e8e..2ec3c38 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 20 18:07:07 UTC 2017 - mimi.vx@gmail.com + +- update to 17.0.2 + * fdo#97988 [radeonsi] playing back videos with VDPAU exhibits + deinterlacing/anti-aliasing issues not visible with VA-API + * fdo#99484 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. + do not render correctly + * fdo#100049 ralloc: Make sure ralloc() allocations match malloc()'s alignment. + causes seg fault in 32bit build +* many fixes for ANV, RADV, Vulkan and i965 + radeonsi drivers + ------------------------------------------------------------------- Sat Mar 4 16:29:46 UTC 2017 - mimi.vx@gmail.com diff --git a/Mesa.spec b/Mesa.spec index 6bd781b..33375f3 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 17.0.1 +%define _version 17.0.2 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x @@ -49,7 +49,7 @@ %endif Name: Mesa -Version: 17.0.1 +Version: 17.0.2 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-17.0.1.tar.xz b/mesa-17.0.1.tar.xz deleted file mode 100644 index 554dda2..0000000 --- a/mesa-17.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c -size 9447712 diff --git a/mesa-17.0.1.tar.xz.sig b/mesa-17.0.1.tar.xz.sig deleted file mode 100644 index 034091c..0000000 Binary files a/mesa-17.0.1.tar.xz.sig and /dev/null differ diff --git a/mesa-17.0.2.tar.xz b/mesa-17.0.2.tar.xz new file mode 100644 index 0000000..267b513 --- /dev/null +++ b/mesa-17.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f191f909e01e65de38d5bdea5fb057f21649a3aed20948be02348e77a689d4 +size 9451056 diff --git a/mesa-17.0.2.tar.xz.sig b/mesa-17.0.2.tar.xz.sig new file mode 100644 index 0000000..9231166 Binary files /dev/null and b/mesa-17.0.2.tar.xz.sig differ