33.0.2 firefox33
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 30 Oct 2014 19:19:48 +0100
branchfirefox33
changeset 788 af4f96c38fd9
parent 786 f721a3dea219
child 789 a0aa49fce462
33.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/_constraints
MozillaFirefox/create-tar.sh
--- 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)
--- 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\}
--- 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 @@
       <size unit="M">4500</size>
     </memory>
   </hardware>
+  <overwrite>
+    <conditions>
+      <arch>armv6l</arch>
+      <arch>armv7l</arch>
+    </conditions>
+    <hardware>
+      <memory>
+        <size unit="M">768</size>
+      </memory>
+    </hardware>
+  </overwrite>
 </constraints>
--- 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