Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2016-08-24 10:07:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaFirefox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaFirefox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes    
2016-08-12 15:35:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes       
2016-08-24 10:07:13.000000000 +0200
@@ -1,0 +2,21 @@
+Sat Aug 20 10:58:26 UTC 2016 - [email protected]
+
+- 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 - [email protected]
+
+- added upstream patch so system plugins/extensions are correctly
+  loaded again on x86-64 (bmo#1282843)
+  (mozilla-old_configure-bmo1282843.patch)
+
+-------------------------------------------------------------------

Old:
----
  firefox-48.0-source.tar.xz
  l10n-48.0.tar.xz

New:
----
  firefox-48.0.1-source.tar.xz
  l10n-48.0.1.tar.xz
  mozilla-old_configure-bmo1282843.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ MozillaFirefox.spec ++++++
--- /var/tmp/diff_new_pack.8c3E1e/_old  2016-08-24 10:07:28.000000000 +0200
+++ /var/tmp/diff_new_pack.8c3E1e/_new  2016-08-24 10:07:28.000000000 +0200
@@ -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 @@
 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 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 # Firefox
 %patch101 -p1
 %patch102 -p1
@@ -324,6 +326,8 @@
 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


++++++ compare-locales.tar.xz ++++++

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.8c3E1e/_old  2016-08-24 10:07:28.000000000 +0200
+++ /var/tmp/diff_new_pack.8c3E1e/_new  2016-08-24 10:07:28.000000000 +0200
@@ -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

++++++ firefox-48.0-source.tar.xz -> firefox-48.0.1-source.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-48.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-48.0.1-source.tar.xz 
differ: char 26, line 1



++++++ l10n-48.0.tar.xz -> l10n-48.0.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-48.0.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-48.0.1.tar.xz differ: char 
25, line 1

++++++ mozilla-old_configure-bmo1282843.patch ++++++
# HG changeset patch
# User Wolfgang Rosenauer <[email protected]>
# 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',
++++++ source-stamp.txt ++++++
--- /var/tmp/diff_new_pack.8c3E1e/_old  2016-08-24 10:07:29.000000000 +0200
+++ /var/tmp/diff_new_pack.8c3E1e/_new  2016-08-24 10:07:29.000000000 +0200
@@ -1,2 +1,2 @@
-REV=c1de04f39fa9
+REV=f36f7ace6f48
 REPO=http://hg.mozilla.org/releases/mozilla-release


Reply via email to