# HG changeset patch # User Wolfgang Rosenauer # Date 1415738769 -3600 # Node ID e14da82b13328bddbd6f548f479bd22e206d9b23 # Parent c64eecb7772cebd556f8b61746e2d3459152e6b4 34.0b8 diff -r c64eecb7772c -r e14da82b1332 MozillaFirefox/MozillaFirefox.changes --- 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 diff -r c64eecb7772c -r e14da82b1332 MozillaFirefox/MozillaFirefox.spec --- 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\} diff -r c64eecb7772c -r e14da82b1332 MozillaFirefox/create-tar.sh --- 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 diff -r c64eecb7772c -r e14da82b1332 firefox-multilocale-chrome.patch --- 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))