# HG changeset patch # User Wolfgang Rosenauer # Date 1414693188 -3600 # Node ID af4f96c38fd994e1fb3e37f9e196754534221541 # Parent f721a3dea21995422404ec577eb358dc6310d7dc 33.0.2 diff -r f721a3dea219 -r af4f96c38fd9 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Thu Oct 30 11:42:24 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Thu Oct 30 19:19:48 2014 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Thu Oct 30 11:31:05 UTC 2014 - wr@rosenauer.org + +- update to Firefox 33.0.2 + * Fix a startup crash with some combination of hardware and drivers + 33.0.1 + * Firefox displays a black screen at start-up with certain + graphics drivers +- adjusted _constraints for ARM + +------------------------------------------------------------------- Tue Oct 28 15:23:09 UTC 2014 - josua.mayer97@gmail.com - added mozilla-bmo1088588.patch to fix build with EGL (bmo#1088588) diff -r f721a3dea219 -r af4f96c38fd9 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Thu Oct 30 11:42:24 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Thu Oct 30 19:19:48 2014 +0100 @@ -19,9 +19,9 @@ # changed with every update %define major 33 -%define mainver %major.0.1 +%define mainver %major.0.2 %define update_channel release -%define releasedate 2014102500 +%define releasedate 2014102800 # general build definitions %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} diff -r f721a3dea219 -r af4f96c38fd9 MozillaFirefox/_constraints --- a/MozillaFirefox/_constraints Thu Oct 30 11:42:24 2014 +0100 +++ b/MozillaFirefox/_constraints Thu Oct 30 19:19:48 2014 +0100 @@ -8,4 +8,15 @@ 4500 + + + armv6l + armv7l + + + + 768 + + + diff -r f721a3dea219 -r af4f96c38fd9 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Thu Oct 30 11:42:24 2014 +0100 +++ b/MozillaFirefox/create-tar.sh Thu Oct 30 19:19:48 2014 +0100 @@ -2,8 +2,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_33_0_1_RELEASE" -VERSION="33.0.1" +RELEASE_TAG="FIREFOX_33_0_2_RELEASE" +VERSION="33.0.2" # mozilla if [ -d mozilla ]; then