prepare 33.0 final release firefox33
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 11 Oct 2014 13:03:56 +0200
branchfirefox33
changeset 776 fd46c2b70724
parent 775 3ab2530d5879
child 777 f1c5ccf4d1a7
prepare 33.0 final release
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Oct 11 13:03:31 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Oct 11 13:03:56 2014 +0200
@@ -1,11 +1,12 @@
 -------------------------------------------------------------------
-Sun Oct  5 16:10:28 UTC 2014 - wr@rosenauer.org
-
-- update to Firefox 33.0b9
+Sat Oct 11 08:48:24 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 33.0 (bnc#)
 - requires NSPR 4.10.7
 - requires NSS 3.17.1
-- removed obsolete patch:
+- removed obsolete patches:
   * mozilla-ppc.patch
+  * mozilla-libproxy-compat.patch
 - added basic appdata information
 
 -------------------------------------------------------------------
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Oct 11 13:03:31 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Oct 11 13:03:56 2014 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define major 32
-%define mainver %major.99
-%define update_channel beta
+%define major 33
+%define mainver %major.0
+%define update_channel release
 
 %if %suse_version > 1210
 %if %suse_version > 1310
@@ -74,7 +74,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2014100400
+%define         releasedate 2014101000
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
--- a/MozillaFirefox/create-tar.sh	Sat Oct 11 13:03:31 2014 +0200
+++ b/MozillaFirefox/create-tar.sh	Sat Oct 11 13:03:56 2014 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_33_0b9_RELEASE"
-VERSION="32.99"
+RELEASE_TAG="FIREFOX_33_0_RELEASE"
+VERSION="33.0"
 
 # mozilla
 if [ -d mozilla ]; then