update to 32.0.1 firefox32
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 13 Sep 2014 19:02:10 +0200
branchfirefox32
changeset 761 c748af0c7534
parent 760 7c3ac3010cc6
child 762 f20576d5885a
child 768 af83869ba02e
update to 32.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Sep 13 18:57:54 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Sep 13 19:02:10 2014 +0200
@@ -1,4 +1,14 @@
 -------------------------------------------------------------------
+Sat Sep 13 16:58:16 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 32.0.1
+  * fixed stability issues for computers with multiple graphics cards
+  * mixed content icon may be incorrectly displayed instead of lock
+    icon for SSL sites in 32.0 (
+  * WebRTC: setRemoteDescription() silently fails if no success
+    callback is specified (bmo#1063971)
+
+-------------------------------------------------------------------
 Sun Aug 31 07:44:54 UTC 2014 - wr@rosenauer.org
 
 - update to Firefox 32.0 (bnc#894370)
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Sep 13 18:57:54 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Sep 13 19:02:10 2014 +0200
@@ -18,7 +18,7 @@
 
 
 %define major 32
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
 
 %if %suse_version > 1210
@@ -74,7 +74,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2014083000
+%define         releasedate 2014091200
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
--- a/MozillaFirefox/create-tar.sh	Sat Sep 13 18:57:54 2014 +0200
+++ b/MozillaFirefox/create-tar.sh	Sat Sep 13 19:02:10 2014 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_32_0_RELEASE"
-VERSION="32.0"
+RELEASE_TAG="FIREFOX_32_0_1_RELEASE"
+VERSION="32.0.1"
 
 # mozilla
 if [ -d mozilla ]; then