# HG changeset patch # User Wolfgang Rosenauer # Date 1410627730 -7200 # Node ID c748af0c75340e7cd93f949bc3a187c12b7b457e # Parent 7c3ac3010cc64e41a7c00e291a7aca0f277f0476 update to 32.0.1 diff -r 7c3ac3010cc6 -r c748af0c7534 MozillaFirefox/MozillaFirefox.changes --- 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) diff -r 7c3ac3010cc6 -r c748af0c7534 MozillaFirefox/MozillaFirefox.spec --- 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 diff -r 7c3ac3010cc6 -r c748af0c7534 MozillaFirefox/create-tar.sh --- 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