[webkitgtk4] Revert yesterday's changes since they don't help.

catanzaro catanzaro at fedoraproject.org
Fri Feb 6 12:29:30 UTC 2015


commit f785a2284c542b275f80f69e206a0369d8f5261f
Author: Michael Catanzaro <mcatanzaro at gnome.org>
Date:   Fri Feb 6 06:29:21 2015 -0600

    Revert yesterday's changes since they don't help.

 webkitgtk4.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk4.spec b/webkitgtk4.spec
index d221c88..4900d59 100644
--- a/webkitgtk4.spec
+++ b/webkitgtk4.spec
@@ -5,9 +5,11 @@
         mkdir -p _license_files ; \
         cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
 
+%global _hardened_build 1
+
 Name:           webkitgtk4
 Version:        2.7.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        GTK+ Web content engine library
 
 License:        LGPLv2
@@ -138,8 +140,10 @@ pushd %{_target_platform}
 %ifarch s390 aarch64
   -DUSE_LD_GOLD=OFF \
 %endif
+%ifarch s390 s390x ppc %{power64} aarch64
   -DENABLE_JIT=OFF \
   -DENABLE_LLINT_C_LOOP=ON \
+%endif
   ..
 popd
 
@@ -198,6 +202,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/
 
 %changelog
+* Fri Feb 06 2015 Michael Catanzaro <mcatanzaro at gnome.org> - 2.7.4-5
+- Revert yesterday's changes since they don't help.
+
 * Thu Feb 05 2015 Michael Catanzaro <mcatanzaro at gnome.org> - 2.7.4-4
 - Disable JIT to see if it fixes js.
 


More information about the scm-commits mailing list