update to 48.0.2 firefox48
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 19 Sep 2016 21:47:49 +0200
branchfirefox48
changeset 928 4663386a04de
parent 927 300ed867f7fd
child 929 9fc2ebe6d7f1
update to 48.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Aug 24 09:44:30 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Mon Sep 19 21:47:49 2016 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Aug 30 20:25:38 UTC 2016 - astieger@suse.com
+
+- Mozilla Firefox 48.0.2:
+  * Mitigate a startup crash issue caused on Windows (bmo#1291738)
+
+-------------------------------------------------------------------
 Sat Aug 20 10:58:26 UTC 2016 - astieger@suse.com
 
 - Mozilla Firefox 48.0.1:
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Aug 24 09:44:30 2016 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Mon Sep 19 21:47:49 2016 +0200
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 48
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
-%define releasedate 20160818000000
+%define releasedate 20160824000000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
--- a/MozillaFirefox/create-tar.sh	Wed Aug 24 09:44:30 2016 +0200
+++ b/MozillaFirefox/create-tar.sh	Mon Sep 19 21:47:49 2016 +0200
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="f36f7ace6f48"
-VERSION="48.0.1"
+RELEASE_TAG="FIREFOX_48_0_2_RELEASE"
+VERSION="48.0.2"
 
 # mozilla
 if [ -d mozilla ]; then