update for 29.0 final firefox29
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 26 Apr 2014 14:26:42 +0200
branchfirefox29
changeset 722 71fc8d74b596
parent 721 6f30563d969e
child 723 2917b25ec806
update for 29.0 final
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Apr 26 14:26:27 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Apr 26 14:26:42 2014 +0200
@@ -1,13 +1,13 @@
 -------------------------------------------------------------------
-Thu Apr 17 20:41:36 UTC 2014 - wr@rosenauer.org
-
-- update to Firefox 29beta8
-  * rebased patches
-  * removed obsolete patches
+Sat Apr 26 12:18:07 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 29.0 (bnc#)
+- rebased patches
+- removed obsolete patches
+  * firefox-browser-css.patch
 - requires NSS 3.16
-- patches disabled temporarily (TODO)
+- patches disabled temporarily
   * mozilla-ppc64le-build.patch
-  * firefox-browser-css.patch
 - added mozilla-icu-strncat.patch to fix post build checks
 
 -------------------------------------------------------------------
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Apr 26 14:26:27 2014 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Apr 26 14:26:42 2014 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define major 28
-%define mainver %major.99
-%define update_channel beta
+%define major 29
+%define mainver %major.0
+%define update_channel release
 
 %if %suse_version > 1220
 %define gstreamer_ver 0.10
@@ -65,7 +65,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2014041600
+%define         releasedate 2014042500
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
@@ -123,7 +123,6 @@
 Patch34:        mozilla-aarch64-bmo-963024.patch
 
 # Firefox/browser
-Patch100:       firefox-browser-css.patch
 Patch101:       firefox-kde.patch
 Patch102:       firefox-kde-114.patch
 Patch103:       firefox-no-default-ualocale.patch
@@ -276,7 +275,6 @@
 %patch34 -p1
 
 # Firefox
-#%patch100 -p1
 %patch101 -p1
 %if %suse_version >= 1140
 %patch102 -p1
--- a/MozillaFirefox/create-tar.sh	Sat Apr 26 14:26:27 2014 +0200
+++ b/MozillaFirefox/create-tar.sh	Sat Apr 26 14:26:42 2014 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_29_0b8_RELEASE"
-VERSION="28.99"
+RELEASE_TAG="FIREFOX_29_0_RELEASE"
+VERSION="29.0"
 
 # mozilla
 if [ -d mozilla ]; then