Firefox 37.0.2 firefox37
authorWolfgang Rosenauer <wr@rosenauer.org>
Sun, 19 Apr 2015 08:33:07 +0200
branchfirefox37
changeset 846 d995ef5231ed
parent 844 86fa73db98e5
child 847 c6ed809d0bb7
Firefox 37.0.2
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Tue Apr 07 14:55:00 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sun Apr 19 08:33:07 2015 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri Apr 17 16:39:20 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 37.0.2
+
+-------------------------------------------------------------------
 Fri Apr  3 08:27:24 UTC 2015 - wr@rosenauer.org
 
 - update to Firefox 37.0.1 (bnc#926166)
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Apr 07 14:55:00 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sun Apr 19 08:33:07 2015 +0200
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 37
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
-%define releasedate 2015040300
+%define releasedate 2015041600
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
--- a/MozillaFirefox/create-tar.sh	Tue Apr 07 14:55:00 2015 +0200
+++ b/MozillaFirefox/create-tar.sh	Sun Apr 19 08:33:07 2015 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_37_0_1_RELEASE"
-VERSION="37.0.1"
+RELEASE_TAG="FIREFOX_37_0_2_RELEASE"
+VERSION="37.0.2"
 
 # mozilla
 if [ -d mozilla ]; then