33.0.1 firefox33
authorWolfgang Rosenauer <wr@rosenauer.org>
Tue, 28 Oct 2014 21:57:42 +0100
branchfirefox33
changeset 785 56f82b5e7ce7
parent 781 4ee017942f28
child 786 f721a3dea219
33.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Oct 25 10:49:33 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Tue Oct 28 21:57:42 2014 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Sun Oct 26 21:06:12 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 33.0.1
+
+-------------------------------------------------------------------
 Sat Oct 25 08:45:43 UTC 2014 - wr@rosenauer.org
 
 - define /usr/share/myspell as additional dictionary location
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Oct 25 10:49:33 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Tue Oct 28 21:57:42 2014 +0100
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 33
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
-%define releasedate 2014101000
+%define releasedate 2014102500
 
 # general build definitions
 %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
--- a/MozillaFirefox/create-tar.sh	Sat Oct 25 10:49:33 2014 +0200
+++ b/MozillaFirefox/create-tar.sh	Tue Oct 28 21:57:42 2014 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_33_0_RELEASE"
-VERSION="33.0"
+RELEASE_TAG="FIREFOX_33_0_1_RELEASE"
+VERSION="33.0.1"
 
 # mozilla
 if [ -d mozilla ]; then