[webkitgtk3] Fix aarch64 build

Peter Robinson pbrobinson at fedoraproject.org
Sun May 18 08:16:25 UTC 2014


commit edd519f2224b5a4567ec3d1c943d562ed5a3daf6
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun May 18 09:16:15 2014 +0100

    Fix aarch64 build

 webkitgtk3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 61eebb2..db82f65 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        2.4.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -110,8 +110,8 @@ This package contains developer documentation for %{name}.
 %endif
 %ifarch %{power64}
 %patch12 -p1 -b .ppc64_align
-%endif
 %patch13 -p1 -b .ppc64le
+%endif
 
 %build
 # Use linker flags to reduce memory consumption
@@ -235,6 +235,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 %{_datadir}/gtk-doc/html/webkitdomgtk
 
 %changelog
+* Sun May 18 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.4.2-4
+- Fix aarch64 build
+
 * Wed May 14 2014 Tomas Popela <tpopela at redhat.com> 2.4.2-3
 - Add support for ppc64le
 - Fix for CLoop on ppc64, ppc64le and s390x


More information about the scm-commits mailing list