Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2020-05-05 18:54:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Tue May 5 18:54:53 2020 rev:379 rq:800151 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes 2020-05-02 22:15:53.164353621 +0200 +++ /work/SRC/openSUSE:Factory/.Mesa.new.2738/Mesa-drivers.changes 2020-05-05 18:55:04.573372111 +0200 @@ -1,0 +2,6 @@ +Mon May 4 13:47:59 UTC 2020 - Michel Normand <[email protected]> + +- avoid build error PowerPC, using gnu++14 (not gnu++11) + https://bugzilla.opensuse.org/show_bug.cgi?id=1171045 + +------------------------------------------------------------------- Mesa.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-drivers.spec ++++++ --- /var/tmp/diff_new_pack.wCkvG7/_old 2020-05-05 18:55:07.245377865 +0200 +++ /var/tmp/diff_new_pack.wCkvG7/_new 2020-05-05 18:55:07.249377874 +0200 @@ -753,6 +753,12 @@ mv "%{_sourcedir}/temp" "%{_sourcedir}/baselibs.conf" %endif +# Avoid build error for PowerPC +# https://bugzilla.opensuse.org/show_bug.cgi?id=1171045 +%ifarch ppc64 ppc64le +sed -i -e s/cpp_std=gnu++11/cpp_std=gnu++14/g meson.build +%endif + %build egl_platforms=x11,drm,surfaceless,wayland Mesa.spec: same change
