34.0b8
authorWolfgang Rosenauer <wr@rosenauer.org>
Tue, 11 Nov 2014 21:46:09 +0100
changeset 805 e14da82b1332
parent 804 c64eecb7772c
child 806 c08299311cbc
34.0b8
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
firefox-multilocale-chrome.patch
--- a/MozillaFirefox/MozillaFirefox.changes	Tue Nov 11 21:40:37 2014 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Tue Nov 11 21:46:09 2014 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Nov 11 20:45:44 UTC 2014 - wr@rosenauer.org
+
+- update to Firefox 34.0b8
+
+-------------------------------------------------------------------
 Fri Nov  7 20:14:32 UTC 2014 - wr@rosenauer.org
 
 - update to Firefox 33.1
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Nov 11 21:40:37 2014 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Tue Nov 11 21:46:09 2014 +0100
@@ -21,7 +21,7 @@
 %define major 33
 %define mainver %major.99
 %define update_channel beta
-%define releasedate 2014110900
+%define releasedate 2014111000
 
 # general build definitions
 %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
--- a/MozillaFirefox/create-tar.sh	Tue Nov 11 21:40:37 2014 +0100
+++ b/MozillaFirefox/create-tar.sh	Tue Nov 11 21:46:09 2014 +0100
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_34_0b7_RELEASE"
+RELEASE_TAG="FIREFOX_34_0b8_RELEASE"
 VERSION="33.99"
 
 # mozilla
--- a/firefox-multilocale-chrome.patch	Tue Nov 11 21:40:37 2014 +0100
+++ b/firefox-multilocale-chrome.patch	Tue Nov 11 21:46:09 2014 +0100
@@ -39,10 +39,10 @@
  ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
  SEARCHPLUGINS_NAMES = $(shell cat $(call MERGE_FILE,/searchplugins/metrolist.txt))
  else
--SEARCHPLUGINS_NAMES = $(shell cat $(call MERGE_FILE,/searchplugins/list.txt))
+-SEARCHPLUGINS_NAMES = $(shell cat $(call MERGE_FILE,/searchplugins/list.txt)) ddg
 +SEARCHPLUGINS_NAMES = $(shell cat \
 +  $(firstword $(wildcard $(LOCALE_SRCDIR)/searchplugins/list.txt) \
-+  @srcdir@/en-US/searchplugins/list.txt ) )
++  @srcdir@/en-US/searchplugins/list.txt ) ) ddg
  endif
  SEARCHPLUGINS_PATH := $(FINAL_TARGET)/searchplugins
  SEARCHPLUGINS := $(addsuffix .xml,$(SEARCHPLUGINS_NAMES))