# HG changeset patch # User Wolfgang Rosenauer # Date 1410848331 -7200 # Node ID 416800f5b222bbdcc39e1cd9a69e7d49a0fb294f # Parent e0b23b7851e9327ec9f20a72c81ca45636c6389e 33.0b4 more buildflags from upstream disable-optimize for failing build-dists/archs diff -r e0b23b7851e9 -r 416800f5b222 MozillaFirefox/MozillaFirefox.changes --- 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 diff -r e0b23b7851e9 -r 416800f5b222 MozillaFirefox/MozillaFirefox.spec --- 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} diff -r e0b23b7851e9 -r 416800f5b222 MozillaFirefox/create-tar.sh --- 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