[seamonkey] drop armv7hl arch for a while

Dmitry Butskoy buc at fedoraproject.org
Wed Nov 27 21:54:17 UTC 2013


commit e5d053f8dff5cad978712a683545074419fe358b
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Thu Nov 28 01:53:49 2013 +0400

    drop armv7hl arch for a while

 seamonkey-2.22.1-ztext.patch |   12 ------------
 seamonkey.spec               |   10 +++++-----
 2 files changed, 5 insertions(+), 17 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index 236fb1c..b1b1ea8 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -6,7 +6,7 @@
 %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
 %define cairo_version 0.5
 
-%global minimum_build_nspr_version 4.9.6
+%global minimum_build_nspr_version 4.10.2
 %global minimum_build_nss_version 3.15.0
 %global minimum_build_vpx_version 1.0.0
 
@@ -56,7 +56,6 @@ Patch5:         seamonkey-8.0-enable-addons.patch
 Patch10:        seamonkey-idl-parser-cachepath.patch
 Patch22:        seamonkey-2.14-installdir.patch
 Patch23:        seamonkey-2.22-elfhack.patch
-Patch24:	seamonkey-2.22.1-ztext.patch
 
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if %{with system_nspr}
@@ -114,8 +113,9 @@ Obsoletes: seamonkey-dom-inspector
 Obsoletes: seamonkey-js-debugger
 Obsoletes: seamonkey-mail
 
-# see http://bugzilla.redhat.com/bugzilla/866589
-ExcludeArch: ppc64
+# ppc64:   http://bugzilla.redhat.com/bugzilla/866589
+# armv7hl: http://bugzilla.redhat.com/bugzilla/1035485
+ExcludeArch: ppc64, armv7hl
 
 
 AutoProv: 0
@@ -146,7 +146,6 @@ popd
 
 %patch22 -p2 -b .installdir
 %patch23 -p2 -b .elfhack
-%patch24 -p2 -b .ztext
 
 # fix obsoleted modifier in inspector
 sed -i -e 's/ *xpcnativewrappers=no//' mozilla/extensions/inspector/jar.mn
@@ -472,6 +471,7 @@ fi
 %changelog
 * Wed Nov 27 2013 Dmitry Butskoy <Dmitry at Butskoy.name> 2.22.1-1
 - update to 2.22.1
+- don't build for armv7hl (seems not enough memory on the build system, #1035485)
 
 * Sat Nov  2 2013 Dmitry Butskoy <Dmitry at Butskoy.name> 2.22-1
 - update to 2.22


More information about the scm-commits mailing list