[webkitgtk3] disable libatomic patch on ppc. webkitgtk3 now uses std::atomic

Karsten Hopp karsten at fedoraproject.org
Thu Feb 27 17:47:32 UTC 2014


commit 500c54515d567ba3c8d1b4f7a04ff88de93ad9d0
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Feb 27 18:48:20 2014 +0100

    disable libatomic patch on ppc. webkitgtk3 now uses std::atomic

 webkitgtk3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 112ee2d..6336887 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        2.3.90
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -99,7 +99,7 @@ This package contains developer documentation for %{name}.
 %patch4 -p1 -b .double2intsPPC32
 %endif
 %ifarch ppc
-%patch9 -p1 -b .libatomic
+#patch9 -p1 -b .libatomic
 %endif
 %patch10 -p1 -b .aarch64
 
@@ -224,6 +224,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 %{_datadir}/gtk-doc/html/webkitdomgtk
 
 %changelog
+* Thu Feb 27 2014 Karsten Hopp <karsten at redhat.com> 2.3.90-3
+- disable libatomic patch on ppc. webkitgtk3 now uses std::atomic
+
 * Tue Feb 18 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.3.90-2
 - Disable JIT on aarch64
 


More information about the scm-commits mailing list