[webkitgtk3] Apply double2intsPPC32.patch also on s390

Tomas Popela tpopela at fedoraproject.org
Wed Apr 3 08:00:05 UTC 2013


commit 2f9cccd61422f5e71a2535401ff5571f858d767b
Author: Tomas Popela <tpopela at redhat.com>
Date:   Wed Apr 3 10:00:09 2013 +0200

    Apply double2intsPPC32.patch also on s390

 webkitgtk3.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index ee07d13..ec34af2 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        2.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -94,6 +94,9 @@ This package contains developer documentation for %{name}.
 %patch2 -p1 -b .double2ints
 %ifarch ppc
 %patch3 -p1 -b .libatomic
+%endif
+# required for 32-bit big-endians
+%ifarch ppc s390
 %patch4 -p1 -b .double2intsPPC32
 %endif
 
@@ -215,6 +218,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Apr 3 2013 Tomas Popela <tpopela at redhat.com> - 2.0.0-2
+- Apply double2intsPPC32.patch also on s390
+
 * Wed Mar 27 2013 Tomas Popela <tpopela at redhat.com> - 2.0.0-1
 - Update to 2.0.0
 - Update BR versions


More information about the scm-commits mailing list