diff --git a/Mesa.changes b/Mesa.changes index e20161e..0821bf5 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 5 09:50:56 UTC 2017 - sndirsch@suse.com + +- update to 17.2.0 + * many RADV/ANV Vulkan driver improvements + * Vulkan and OpenGL performance improvements + * more work towards OpenGL 4.6 compliance + * a wealth of other open-source driver improvements + * initial Raven Ridge support (used on Vega-class graphics) + * Intel Cannonlake Support +- adjusted archlinux_0001-Fix-linkage-against-shared-glapi.patch + ------------------------------------------------------------------- Mon Aug 28 14:17:25 UTC 2017 - mimi.vx@gmail.com diff --git a/Mesa.spec b/Mesa.spec index b06d574..4a213c8 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %endif %define glamor 1 %define _name_archive mesa -%define _version 17.1.8 +%define _version 17.2.0 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x @@ -54,7 +54,7 @@ %endif Name: Mesa -Version: 17.1.6 +Version: 17.2.0 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT @@ -158,6 +158,7 @@ BuildRequires: libelf-devel # Requirements for wayland bumped up from 17.0 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse}) BuildRequires: pkgconfig(wayland-client) >= 1.11 +BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %endif %ifarch aarch64 %arm ppc64 ppc64le s390x %ix86 x86_64 diff --git a/archlinux_0001-Fix-linkage-against-shared-glapi.patch b/archlinux_0001-Fix-linkage-against-shared-glapi.patch index a3b3815..f88c1b4 100644 --- a/archlinux_0001-Fix-linkage-against-shared-glapi.patch +++ b/archlinux_0001-Fix-linkage-against-shared-glapi.patch @@ -8,10 +8,10 @@ Signed-off-by: Adam Jackson src/gallium/targets/osmesa/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am -index 5d39486..04add87 100644 ---- a/src/gallium/targets/osmesa/Makefile.am -+++ b/src/gallium/targets/osmesa/Makefile.am +Index: mesa-17.2.0/src/gallium/targets/osmesa/Makefile.am +=================================================================== +--- mesa-17.2.0.orig/src/gallium/targets/osmesa/Makefile.am ++++ mesa-17.2.0/src/gallium/targets/osmesa/Makefile.am @@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \ $(top_builddir)/src/gallium/drivers/trace/libtrace.la \ $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \ @@ -20,7 +20,4 @@ index 5d39486..04add87 100644 + $(top_builddir)/src/mapi/shared-glapi/libglapi.la \ $(SHARED_GLAPI_LIB) \ $(OSMESA_LIB_DEPS) \ - $(CLOCK_LIB) --- -2.9.3 - + $(CLOCK_LIB) \ diff --git a/mesa-17.1.8.tar.xz b/mesa-17.1.8.tar.xz deleted file mode 100644 index fa10b8c..0000000 --- a/mesa-17.1.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db -size 9902800 diff --git a/mesa-17.1.8.tar.xz.sig b/mesa-17.1.8.tar.xz.sig deleted file mode 100644 index f67a861..0000000 Binary files a/mesa-17.1.8.tar.xz.sig and /dev/null differ diff --git a/mesa-17.2.0.tar.xz b/mesa-17.2.0.tar.xz new file mode 100644 index 0000000..9800de8 --- /dev/null +++ b/mesa-17.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3123448f770eae58bc73e15480e78909defb892f10ab777e9116c9b218094943 +size 10335284 diff --git a/mesa-17.2.0.tar.xz.sig b/mesa-17.2.0.tar.xz.sig new file mode 100644 index 0000000..051c0fe Binary files /dev/null and b/mesa-17.2.0.tar.xz.sig differ