[webkitgtk3] apply workaround for s390x until #835957 is resolved (static library archive > 4 GB)

Dan Horák sharkcz at fedoraproject.org
Wed Jul 4 08:51:47 UTC 2012


commit 7de80d481b6cd60c79bd4aa114fb41cb90e91723
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jul 4 10:51:42 2012 +0200

    apply workaround for s390x until #835957 is resolved (static library archive > 4 GB)

 webkitgtk3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 80fdaee..f017874 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        1.9.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -90,7 +90,7 @@ This package contains developer documentation for %{name}.
 # Use linker flags to reduce memory consumption on low-mem architectures
 %global optflags %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
 %endif
-%ifarch s390
+%ifarch s390 s390x
 # Decrease debuginfo verbosity to reduce memory consumption even more
 %global optflags %(echo %{optflags} | sed 's/-g/-g1/')
 %endif
@@ -192,6 +192,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Jul 04 2012 Dan Horák <dan[at]danny.cz> - 1.9.4-2
+- apply workaround for s390x until #835957 is resolved (static library archive > 4 GB)
+
 * Thu Jun 28 2012 Kalev Lember <kalevlember at gmail.com> - 1.9.4-1
 - Update to 1.9.4
 


More information about the scm-commits mailing list