diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 91b7be9..56796bb 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com + +- Update to 17.3.3 + * Fixes to radv, anv, etnaviv, swrast and radeonsi drivers. + * Fixes for DRI3. +- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa + usable again for users who do not install recommended packages. + It breaks the Mesa and Mesa-drivers split, which has to be fixed + by ignoring it in obs. + ------------------------------------------------------------------- Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 3bbd716..e983090 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -43,7 +43,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 17.3.2 +%define _version 17.3.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -108,7 +108,7 @@ %endif Name: Mesa-drivers -Version: 17.3.2 +Version: 17.3.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -237,6 +237,12 @@ Requires: Mesa-libGL1 = %{version} Requires: libglvnd >= 0.1.0 %endif +# This dependency on Mesa-dri and Mesa-gallium is here to make sure users that +# do not install recommends on their system still get working Mesa. It is +# ignored in obs when Mesa is installed as build dependency. +Requires: Mesa-dri = %{version} +Requires: Mesa-gallium = %{version} + %description Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.* To the extent that Mesa utilizes the OpenGL command diff --git a/Mesa.changes b/Mesa.changes index 91b7be9..56796bb 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com + +- Update to 17.3.3 + * Fixes to radv, anv, etnaviv, swrast and radeonsi drivers. + * Fixes for DRI3. +- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa + usable again for users who do not install recommended packages. + It breaks the Mesa and Mesa-drivers split, which has to be fixed + by ignoring it in obs. + ------------------------------------------------------------------- Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com diff --git a/Mesa.spec b/Mesa.spec index c9e7494..cdc47a8 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 17.3.2 +%define _version 17.3.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -107,7 +107,7 @@ %endif Name: Mesa -Version: 17.3.2 +Version: 17.3.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -236,6 +236,12 @@ Requires: Mesa-libGL1 = %{version} Requires: libglvnd >= 0.1.0 %endif +# This dependency on Mesa-dri and Mesa-gallium is here to make sure users that +# do not install recommends on their system still get working Mesa. It is +# ignored in obs when Mesa is installed as build dependency. +Requires: Mesa-dri = %{version} +Requires: Mesa-gallium = %{version} + %description Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.* To the extent that Mesa utilizes the OpenGL command diff --git a/mesa-17.3.2.tar.xz b/mesa-17.3.2.tar.xz deleted file mode 100644 index 31d9444..0000000 --- a/mesa-17.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2844a13f2d6f8f24bee65804a51c42d8dc6ae9c36cff7ee61d0940e796d64c6 -size 10670568 diff --git a/mesa-17.3.2.tar.xz.sig b/mesa-17.3.2.tar.xz.sig deleted file mode 100644 index 6ba350d..0000000 Binary files a/mesa-17.3.2.tar.xz.sig and /dev/null differ diff --git a/mesa-17.3.3.tar.xz b/mesa-17.3.3.tar.xz new file mode 100644 index 0000000..8cd3497 --- /dev/null +++ b/mesa-17.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bac5de0ef6adc1f41a1ec0f80c19e361298ce02fa81b5f9ba4fdca33a9379b +size 10637708 diff --git a/mesa-17.3.3.tar.xz.sig b/mesa-17.3.3.tar.xz.sig new file mode 100644 index 0000000..139bb45 Binary files /dev/null and b/mesa-17.3.3.tar.xz.sig differ