forked from pool/MozillaFirefox
- update to Firefox 29.0.1
* Seer disabled by default (bmo#1005958) * Session Restore failed with a corrupted sessionstore.js file (bmo#1001167) * pdf.js printing white page (bmo#1003707, bnc#876833) - general.useragent.locale gets overwritten with en-US while it should be using the active langpack's setting OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=382
This commit is contained in:
parent
e3fa498b57
commit
25ebccd71b
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 10 06:09:37 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- update to Firefox 29.0.1
|
||||
* Seer disabled by default (bmo#1005958)
|
||||
* Session Restore failed with a corrupted sessionstore.js file
|
||||
(bmo#1001167)
|
||||
* pdf.js printing white page (bmo#1003707, bnc#876833)
|
||||
- general.useragent.locale gets overwritten with en-US while it
|
||||
should be using the active langpack's setting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 26 12:18:07 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define major 29
|
||||
%define mainver %major.0
|
||||
%define mainver %major.0.1
|
||||
%define update_channel release
|
||||
|
||||
%if %suse_version > 1220
|
||||
@ -65,7 +65,7 @@ Recommends: gstreamer-0_10-plugins-ffmpeg
|
||||
%endif
|
||||
Version: %{mainver}
|
||||
Release: 0
|
||||
%define releasedate 2014042500
|
||||
%define releasedate 2014050900
|
||||
Provides: firefox = %{mainver}
|
||||
Provides: firefox = %{version}-%{release}
|
||||
Provides: web_browser
|
||||
@ -371,6 +371,10 @@ cd $RPM_BUILD_DIR/obj
|
||||
source %{SOURCE5}
|
||||
export MOZ_SOURCE_STAMP=$REV
|
||||
export MOZ_SOURCE_REPO=$REPO
|
||||
# need to remove default en-US firefox-l10n.js before it gets
|
||||
# populated into browser's omni.ja; it only contains general.useragent.locale
|
||||
# which should be loaded from each language pack (set in firefox.js)
|
||||
rm dist/bin/browser/defaults/preferences/firefox-l10n.js
|
||||
make -C browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0
|
||||
#DEBUG (break the build if searchplugins are missing / temporary)
|
||||
grep amazondotcom dist/firefox/browser/omni.ja
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02d6b2c593c33691b9fbbbebd90251c27fbd8a01683aad13fd09bade08de7ece
|
||||
size 28448
|
||||
oid sha256:a0bdebb950897ad8ac5b25d45a547bef7e1c17b450f49a128ea9dd77bbb06d3b
|
||||
size 28408
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
CHANNEL="release"
|
||||
BRANCH="releases/mozilla-$CHANNEL"
|
||||
RELEASE_TAG="FIREFOX_29_0_RELEASE"
|
||||
VERSION="29.0"
|
||||
RELEASE_TAG="FIREFOX_29_0_1_RELEASE"
|
||||
VERSION="29.0.1"
|
||||
|
||||
# mozilla
|
||||
if [ -d mozilla ]; then
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8657d28078baea90ddff1bab8d51a34954fb736c45a8e9bc331427dd73ba1bf1
|
||||
size 120606048
|
3
firefox-29.0.1-source.tar.xz
Normal file
3
firefox-29.0.1-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46f282cdc7346e148cf5b38c80ddec9c396d6a3167fbbe5ca67466525eeea650
|
||||
size 120610264
|
3
l10n-29.0.1.tar.xz
Normal file
3
l10n-29.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bc0f98d4470ab7f9d6703107dae68ebb815e8a450ab1c87066be9b1063a06ee
|
||||
size 39987132
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78c0a4a54fad3b44f543c0c63b02ee92cdfff4d187ea78eead271790fc996ead
|
||||
size 39970532
|
@ -1,2 +1,2 @@
|
||||
REV=f60bc49e6bd5
|
||||
REV=0cd2e9a8ba6f
|
||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||
|
Loading…
Reference in New Issue
Block a user