Accepting request 420732 from mozilla:Factory

1

OBS-URL: https://build.opensuse.org/request/show/420732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=241
This commit is contained in:
2016-08-24 08:07:12 +00:00
committed by Git OBS Bridge
10 changed files with 68 additions and 14 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Aug 20 10:58:26 UTC 2016 - astieger@suse.com
- Mozilla Firefox 48.0.1:
* Fix an audio regression impacting some major websites
(bmo#1295296)
* Fix a top crash in the JavaScript engine (bmo#1290469)
* Fix a startup crash issue caused by Websense (bmo#1291738)
* Fix a different behavior with e10s / non-e10s on <select> and
mouse events (bmo#1291078)
* Fix a top crash caused by plugin issues (bmo#1264530)
* Fix a shutdown issue (bmo#1276920)
* Fix a crash in WebRTC
-------------------------------------------------------------------
Mon Aug 15 11:24:00 UTC 2016 - wr@rosenauer.org
- added upstream patch so system plugins/extensions are correctly
loaded again on x86-64 (bmo#1282843)
(mozilla-old_configure-bmo1282843.patch)
-------------------------------------------------------------------
Fri Aug 5 13:47:12 UTC 2016 - pcerny@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package MozillaFirefox
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# 2006-2016 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
@@ -19,9 +19,9 @@
# changed with every update
%define major 48
%define mainver %major.0
%define mainver %major.0.1
%define update_channel release
%define releasedate 20160730000000
%define releasedate 20160818000000
# PIE, full relro (x86_64 for now)
%define build_hardened 1
@@ -149,6 +149,7 @@ Patch13: mozilla-check_return.patch
Patch15: mozilla-exclude-nametablecpp.patch
Patch16: mozilla-aarch64-48bit-va.patch
Patch17: mozilla-binutils-visibility.patch
Patch18: mozilla-old_configure-bmo1282843.patch
# Firefox/browser
Patch101: firefox-kde.patch
Patch102: firefox-no-default-ualocale.patch
@@ -267,6 +268,7 @@ cd $RPM_BUILD_DIR/mozilla
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
# Firefox
%patch101 -p1
%patch102 -p1
@@ -324,6 +326,8 @@ mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
. \$topsrcdir/browser/config/mozconfig
ac_add_options --prefix=%{_prefix}
ac_add_options --libdir=%{_libdir}
ac_add_options --includedir=%{_includedir}
ac_add_options --enable-release
%if 0%{?firefox_use_gtk3}
ac_add_options --enable-default-toolkit=cairo-gtk3

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7596baae9d7331ff90e5fbd1b23b76cc086c7006eeef1a813e0c8feafda9a4ae
size 28416
oid sha256:a37d5e9b004049c49bdc2e92c240a1e9cd80eaf418eae1c4a0868e44c335d88e
size 28520

View File

@@ -7,8 +7,8 @@
CHANNEL="release"
BRANCH="releases/mozilla-$CHANNEL"
RELEASE_TAG="c1de04f39fa956cfce83f6065b0e709369215ed5"
VERSION="48.0"
RELEASE_TAG="f36f7ace6f48"
VERSION="48.0.1"
# mozilla
if [ -d mozilla ]; then

View File

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

View File

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

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

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

View File

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

View File

@@ -0,0 +1,29 @@
# HG changeset patch
# User Wolfgang Rosenauer <wr@rosenauer.org>
# Parent 2a0e5188c796cb2addedd185aba6176405786854
Bug 1282843 - configure.py doesn't parse global autoconf options like --libdir
without assuming libdir during build we do not find plugins/extensions in the correct system directory
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -149,16 +149,19 @@ def old_configure_options(*options):
def all_options(help):
return list(options)
return depends(prepare_configure, extra_old_configure_args, all_options,
*options)
@old_configure_options(
+ '--libdir',
+ '--includedir',
+ '--datadir',
'--cache-file',
'--enable-accessibility',
'--enable-address-sanitizer',
'--enable-alsa',
'--enable-android-omx',
'--enable-android-resource-constrained',
'--enable-approximate-location',
'--enable-b2g-bt',

View File

@@ -1,2 +1,2 @@
REV=c1de04f39fa9
REV=f36f7ace6f48
REPO=http://hg.mozilla.org/releases/mozilla-release