# HG changeset patch # User Wolfgang Rosenauer # Date 1411298393 -7200 # Node ID af83869ba02ed9bb79df12084f9c5ad68ae6b435 # Parent c748af0c75340e7cd93f949bc3a187c12b7b457e * 32.0.2 * new build flags to align with upstream * disable-optimize for versions where build breaks otherwise diff -r c748af0c7534 -r af83869ba02e MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Sep 13 19:02:10 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sun Sep 21 13:19:53 2014 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Sat Sep 20 13:33:51 UTC 2014 - wr@rosenauer.org + +- update to Firefox 32.0.2 + * just a version bump for our builds + * fixed the in application update process for certain environments + (in application update is not enabled in openSUSE and Linux + is unaffected in any case) +- build with --disable-optimize for 13.1 and above for i586 to + workaround miscompilations (bnc#896624) +- use some more build flags to align with upstream + +------------------------------------------------------------------- Sat Sep 13 16:58:16 UTC 2014 - wr@rosenauer.org - update to Firefox 32.0.1 diff -r c748af0c7534 -r af83869ba02e MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Sep 13 19:02:10 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Sep 21 13:19:53 2014 +0200 @@ -309,6 +309,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 c748af0c7534 -r af83869ba02e MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sat Sep 13 19:02:10 2014 +0200 +++ b/MozillaFirefox/create-tar.sh Sun Sep 21 13:19:53 2014 +0200 @@ -2,8 +2,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_32_0_1_RELEASE" -VERSION="32.0.1" +RELEASE_TAG="FIREFOX_32_0_2_RELEASE" +VERSION="32.0.2" # mozilla if [ -d mozilla ]; then