33.0b4
authorWolfgang Rosenauer <wr@rosenauer.org>
Tue, 16 Sep 2014 08:18:51 +0200
changeset 767 416800f5b222
parent 766 e0b23b7851e9
child 769 c9242a00cc3d
33.0b4 more buildflags from upstream disable-optimize for failing build-dists/archs
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sun Sep 14 22:15:34 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Tue Sep 16 08:18:51 2014 +0200
@@ -1,9 +1,12 @@
 -------------------------------------------------------------------
-Sun Sep 14 19:59:11 UTC 2014 - wr@rosenauer.org
-
-- update to Firefox 33.0b3
+Tue Sep 16 06:16:11 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 33.0b4
 - requires NSPR 4.10.7
 - requires NSS 3.17
+- use some more build flags to align with upstream
+- use --disable-optimize for i586 where build fails otherwise
+  (bnc#896624)
 
 -------------------------------------------------------------------
 Sat Sep 13 16:58:16 UTC 2014 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Sun Sep 14 22:15:34 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Tue Sep 16 08:18:51 2014 +0200
@@ -252,7 +252,6 @@
 %endif
 %patch11 -p1
 %patch12 -p1
-%patch13 -p1
 # Firefox
 %patch101 -p1
 %if %suse_version >= 1140
@@ -304,6 +303,14 @@
 ac_add_options --sysconfdir=%{_sysconfdir}
 ac_add_options --mandir=%{_mandir}
 ac_add_options --includedir=%{_includedir}
+ac_add_options --enable-release
+ac_add_options --enable-stdcxx-compat
+%ifarch %ix86
+%if %suse_version > 1230
+ac_add_options --disable-optimize
+%endif
+%endif
+ac_add_options --enable-elf-hack
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 %if %{localize}
--- a/MozillaFirefox/create-tar.sh	Sun Sep 14 22:15:34 2014 +0200
+++ b/MozillaFirefox/create-tar.sh	Tue Sep 16 08:18:51 2014 +0200
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_33_0b3_RELEASE"
+RELEASE_TAG="FIREFOX_33_0b4_RELEASE"
 VERSION="32.99"
 
 # mozilla