diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index ca82a16..3d97331 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 23 19:50:48 UTC 2019 - Bjørn Lie + +- Update to version 19.1.3: + * Mostly fixes for ANV and RADV drivers, as well as NIR backend + fixes. + * Several of those patches fix crashes with the drivers, and a + couple of them fix memory leaks. + ------------------------------------------------------------------- Mon Jul 22 09:42:33 UTC 2019 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index c41004c..2eea535 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.1.2 +%define _version 19.1.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.1.2 +Version: 19.1.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/Mesa.changes b/Mesa.changes index ca82a16..3d97331 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 23 19:50:48 UTC 2019 - Bjørn Lie + +- Update to version 19.1.3: + * Mostly fixes for ANV and RADV drivers, as well as NIR backend + fixes. + * Several of those patches fix crashes with the drivers, and a + couple of them fix memory leaks. + ------------------------------------------------------------------- Mon Jul 22 09:42:33 UTC 2019 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 8a8bc3f..35fd601 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.1.2 +%define _version 19.1.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa -Version: 19.1.2 +Version: 19.1.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-19.1.2.tar.xz b/mesa-19.1.2.tar.xz deleted file mode 100644 index b7211d4..0000000 --- a/mesa-19.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:813a144ea8ebefb7b48b6733f3f603855b0f61268d86cc1cc26a6b4be908fcfd -size 10930748 diff --git a/mesa-19.1.2.tar.xz.sig b/mesa-19.1.2.tar.xz.sig deleted file mode 100644 index e24e4ee..0000000 Binary files a/mesa-19.1.2.tar.xz.sig and /dev/null differ diff --git a/mesa-19.1.3.tar.xz b/mesa-19.1.3.tar.xz new file mode 100644 index 0000000..82832c2 --- /dev/null +++ b/mesa-19.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0 +size 10935604 diff --git a/mesa-19.1.3.tar.xz.sig b/mesa-19.1.3.tar.xz.sig new file mode 100644 index 0000000..a450d7b Binary files /dev/null and b/mesa-19.1.3.tar.xz.sig differ