[qtwebkit] use ppc fixes also on s390

Dan Horák sharkcz at fedoraproject.org
Mon Mar 25 09:51:30 UTC 2013


commit 6230cecc69215fd6daf9d25a9fc3be90322ccebe
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 25 10:51:17 2013 +0100

    use ppc fixes also on s390

 qtwebkit.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qtwebkit.spec b/qtwebkit.spec
index c0fa23b..cd3116b 100644
--- a/qtwebkit.spec
+++ b/qtwebkit.spec
@@ -3,7 +3,7 @@ Name: qtwebkit
 Summary: Qt WebKit bindings
 
 Version: 2.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: LGPLv2 with exceptions or GPLv3 with exceptions
 URL: http://trac.webkit.org/wiki/QtWebKit
@@ -96,7 +96,8 @@ Provides:  qt4-webkit-devel%{?_isa} = 2:%{version}-%{release}
 %patch1 -p1 -b .pluginpath
 %patch3 -p1 -b .debuginfo
 %patch4 -p1 -b .save_memory
-%ifarch ppc ppc64
+# all big-endian arches require the Double2Ints fix
+%ifarch ppc ppc64 s390 s390x
 %patch10 -p1 -b .system-malloc
 %patch11 -p1 -b .Double2Ints
 %endif
@@ -153,6 +154,9 @@ popd
 
 
 %changelog
+* Mon Mar 25 2013 Dan Horák <dan[at]danny.cz> 2.3.0-2
+- use ppc fixes also on s390
+
 * Fri Mar 15 2013 Rex Dieter <rdieter at fedoraproject.org> 2.3.0-1
 - 2.3.0 (final)
 - enable libwebp support


More information about the scm-commits mailing list