* 32.0.2 firefox32
authorWolfgang Rosenauer <wr@rosenauer.org>
Sun, 21 Sep 2014 13:19:53 +0200
branchfirefox32
changeset 768 af83869ba02e
parent 761 c748af0c7534
child 772 a56f903306d9
* 32.0.2 * new build flags to align with upstream * disable-optimize for versions where build breaks otherwise
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- 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
--- 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}
--- 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