[webkitgtk3] Fix for 64k pages on aarch64 (#1074093, #1113345)

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 4 15:35:47 UTC 2014


commit d70e882febc0538ff78898e72813db92607e690e
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 4 16:35:09 2014 +0100

    Fix for 64k pages on aarch64 (#1074093, #1113345)

 webkitgtk3.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index ecb10a1..eb8ab03 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        2.4.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -112,8 +112,10 @@ This package contains developer documentation for %{name}.
 %ifarch %{power64} s390x
 %patch11 -p1 -b .cloop_fix
 %endif
-%ifarch %{power64}
+%ifarch %{power64} aarch64
 %patch12 -p1 -b .ppc64_align
+%endif
+%ifarch %{power64}
 %patch13 -p1 -b .ppc64le
 %endif
 
@@ -239,6 +241,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 %{_datadir}/gtk-doc/html/webkitdomgtk
 
 %changelog
+* Fri Jul  4 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 2.4.3-4
+- Fix for 64k pages on aarch64 (#1074093, #1113345)
+
 * Fri Jul 04 2014 Tomas Popela <tpopela at redhat.com> 2.4.3-3
 - rhbz#1088480 - [abrt] libwebkit2gtk: TSymbolTableLevel::~TSymbolTableLevel(): WebKitWebProcess killed by SIGSEGV
 


More information about the scm-commits mailing list