1
0
Dominique Leuenberger 2014-11-13 08:16:50 +00:00 committed by Git OBS Bridge
commit 084700b2e7
11 changed files with 34 additions and 23 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 7 20:14:32 UTC 2014 - wr@rosenauer.org
- update to Firefox 33.1
* Adding DuckDuckGo as a search option (upstream)
* Forget Button added
* Enhanced Tiles
* Privacy tour introduced
- fix typo in GStreamer Recommends
- requires NSS 3.17.2
-------------------------------------------------------------------
Tue Nov 4 18:00:35 UTC 2014 - guillaume@opensuse.org
@ -9,7 +20,7 @@ Tue Nov 4 18:00:35 UTC 2014 - guillaume@opensuse.org
-------------------------------------------------------------------
Mon Nov 3 11:36:04 UTC 2014 - dmueller@suse.com
- use proper macros for ARM
- use proper macros for ARM
-------------------------------------------------------------------
Mon Nov 3 11:26:23 UTC 2014 - josua.mayer97@gmail.com

View File

@ -19,9 +19,9 @@
# changed with every update
%define major 33
%define mainver %major.0.2
%define mainver %major.1
%define update_channel release
%define releasedate 2014102800
%define releasedate 2014110600
# general build definitions
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
@ -90,7 +90,7 @@ BuildRequires: libproxy-devel
BuildRequires: wireless-tools
%endif
BuildRequires: mozilla-nspr-devel >= 4.10.7
BuildRequires: mozilla-nss-devel >= 3.17.1
BuildRequires: mozilla-nss-devel >= 3.17.2
BuildRequires: nss-shared-helper-devel
BuildRequires: pkgconfig(libpulse)
%if 0%{?suse_version} > 1210
@ -100,7 +100,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
%if 0%{?gstreamer} == 1
Requires: libgstreamer-1_0-0
Recommends: gstreamer-fluendo-mp3
Recommends: gstreamer-plugin-libav
Recommends: gstreamer-plugins-libav
%else
Requires: libgstreamer-0_10-0
Recommends: gstreamer-0_10-fluendo-mp3

View File

@ -5,7 +5,7 @@
<size unit="G">9</size>
</disk>
<memory>
<size unit="M">4500</size>
<size unit="M">5000</size>
</memory>
</hardware>
<overwrite>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9da5fc2933ef4241a6b311ea34d3e45a20c8db862b55f554b4cea24faadb7751
size 28468
oid sha256:d2e6d8c186ebcd6b6ee1122305c439cbdb90e06a9ecb66567739ff470e00530b
size 28416

View File

@ -2,8 +2,8 @@
CHANNEL="release"
BRANCH="releases/mozilla-$CHANNEL"
RELEASE_TAG="FIREFOX_33_0_2_RELEASE"
VERSION="33.0.2"
RELEASE_TAG="FIREFOX_33_1_RELEASE"
VERSION="33.1"
# mozilla
if [ -d mozilla ]; then

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:994e72dc778f50a0c850f4623c07fd91ad6702b3b6c8bf1a61cabd39630cdd8f
size 131636868

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b1364cb142052a8c00143dd15c7192ba47ae5648f4380f14a2e2d8b8f22c9a2
size 132110996

View File

@ -1,12 +1,12 @@
# HG changeset patch
# Parent 9e20873aca55242f18dd1b93e863eded6d1d08bd
# Parent 78b2c4af37108b3a2b6a856da7544335001cd444
# User Wolfgang Rosenauer <wr@rosenauer.org>
Add searchplugins to chrome packaging for proper localization
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -375,16 +375,20 @@ pref("browser.helperApps.deleteTempFileO
@@ -381,16 +381,20 @@ pref("browser.helperApps.deleteTempFileO
#endif
// search engines URL
@ -39,10 +39,10 @@ diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
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 ) )
+ $(firstword $(wildcard $(LOCALE_SRCDIR)/searchplugins/list.txt) \
+ @srcdir@/en-US/searchplugins/list.txt ) ) ddg
endif
SEARCHPLUGINS_PATH := $(FINAL_TARGET)/searchplugins
SEARCHPLUGINS := $(addsuffix .xml,$(SEARCHPLUGINS_NAMES))
@ -128,7 +128,7 @@ diff --git a/browser/locales/en-US/searchplugins/google.xml b/browser/locales/en
diff --git a/browser/locales/jar.mn b/browser/locales/jar.mn
--- a/browser/locales/jar.mn
+++ b/browser/locales/jar.mn
@@ -133,14 +133,15 @@
@@ -135,14 +135,15 @@
locale/browser/syncQuota.properties (%chrome/browser/syncQuota.properties)
#endif
% locale browser-region @AB_CD@ %locale/browser-region/

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cb9f895fef103f8eb6a1ce1452163214977f543c26dde39f5d1a83f877619cf
size 41126140

3
l10n-33.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca376a0e3c18fcdb04952db50a56c6afa346f0a0da1341ab8ec4edb1f5909c54
size 41139352

View File

@ -1,2 +1,2 @@
REV=7dc4a9d1b3e6
REV=a4d51da32fe7
REPO=http://hg.mozilla.org/releases/mozilla-release