diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index 6dfb3d7..559c518 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 3 07:24:43 UTC 2015 - mlin@suse.com + +- Do not build on s390 and s390x, chromium have not ported to them + ------------------------------------------------------------------- Fri Oct 16 20:22:42 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index 2c1b1e3..bc02eeb 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -32,7 +32,7 @@ Url: http://qt.digia.com Source: %{tar_version}.tar.xz Source1: baselibs.conf # http://www.chromium.org/blink not ported to PowerPC -ExcludeArch: ppc ppc64 ppc64le +ExcludeArch: ppc ppc64 ppc64le s390 s390x Patch0: strip.diff Patch1: gyp_conf.patch # PATCH-FIX-OPENSUSE gcc50-fixes.diff -- Fix the detection of the Gcc 5.x compiler