Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2018-01-06 18:47:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaFirefox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaFirefox"

Sat Jan  6 18:47:11 2018 rev:263 rq:561754 version:57.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes    
2017-12-12 21:21:06.499818584 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes       
2018-01-06 18:47:12.904766301 +0100
@@ -1,0 +2,23 @@
+Thu Jan  4 12:23:41 UTC 2018 - w...@rosenauer.org
+
+- update to Firefox 57.0.4
+  MFSA 2018-1: Speculative execution side-channel attack ("Spectre")
+  (boo#1074723)
+
+-------------------------------------------------------------------
+Wed Jan  3 08:29:38 UTC 2018 - w...@rosenauer.org
+
+- fixed regression introduced Oct 10th which made Firefox crash
+  when cancelling the KDE file dialog (boo#1069962)
+
+-------------------------------------------------------------------
+Fri Dec 29 19:52:34 UTC 2017 - astie...@suse.com
+
+- Mozilla Firefox 57.0.3:
+  * Fix a crash reporting issue that inadvertently sends background
+    tab crash reports to Mozilla without user opt-in (bmo#1427111,
+    bsc#1074235)
+- Includes changes from 57.0.2:
+  * fixes for platforms other than GNU/Linux
+
+-------------------------------------------------------------------

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

New:
----
  firefox-57.0.4-source.tar.xz
  l10n-57.0.4.tar.xz

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

Other differences:
------------------
++++++ MozillaFirefox.spec ++++++
--- /var/tmp/diff_new_pack.QSCLqR/_old  2018-01-06 18:47:49.159072295 +0100
+++ /var/tmp/diff_new_pack.QSCLqR/_new  2018-01-06 18:47:49.163072108 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package MozillaFirefox
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-#               2006-2017 Wolfgang Rosenauer
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+#               2006-2018 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 
 # changed with every update
 %define major 57
-%define mainver %major.0.1
+%define mainver %major.0.4
 %define update_channel release
 %define branding 1
-%define releasedate 20171128222554
+%define releasedate 20180103231032
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1

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

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.QSCLqR/_old  2018-01-06 18:47:49.327064445 +0100
+++ /var/tmp/diff_new_pack.QSCLqR/_new  2018-01-06 18:47:49.331064258 +0100
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="d2e449c73daca64d8c8185590750873b1cfcd412" # build 2
-VERSION="57.0.1"
+RELEASE_TAG="afa87f9be3a8852da3a30f286b15ae599c7874f6"
+VERSION="57.0.4"
 
 # mozilla
 if [ -d mozilla ]; then

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

++++++ l10n-57.0.1.tar.xz -> l10n-57.0.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-57.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-57.0.4.tar.xz differ: char 
8, line 1

++++++ mozilla-kde.patch ++++++
--- /var/tmp/diff_new_pack.QSCLqR/_old  2018-01-06 18:47:49.519055474 +0100
+++ /var/tmp/diff_new_pack.QSCLqR/_new  2018-01-06 18:47:49.519055474 +0100
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent  87a32e5d11e9d652e331a5f852bb951069b20c4a
+# Parent  2504512f9a9ba7b52dd99745d15f049f2a03f4f4
 Description: Add KDE integration to Firefox (toolkit parts)
 Author: Wolfgang Rosenauer <wolfg...@rosenauer.org>
 Author: Lubos Lunak <lu...@suse.com>
@@ -3275,7 +3275,7 @@
  
    mFilters.AppendElement(filter);
    mFilterNames.AppendElement(name);
-@@ -371,16 +375,37 @@ nsFilePicker::Show(int16_t *aReturn)
+@@ -371,16 +375,39 @@ nsFilePicker::Show(int16_t *aReturn)
  
  NS_IMETHODIMP
  nsFilePicker::Open(nsIFilePickerShownCallback *aCallback)
@@ -3288,6 +3288,7 @@
 +  if( nsKDEUtils::kdeSupport()) {
 +    mCallback = aCallback;
 +    mRunning = true;
++    NS_ADDREF_THIS();
 +    g_idle_add([](gpointer data) -> gboolean {
 +      nsFilePicker* queuedPicker = (nsFilePicker*) data;
 +      int16_t result;
@@ -3299,6 +3300,7 @@
 +        queuedPicker->mResult = result;
 +      }
 +      queuedPicker->mRunning = false;
++      NS_RELEASE(queuedPicker);
 +      return G_SOURCE_REMOVE;
 +    }, this);
 +
@@ -3313,7 +3315,7 @@
  
    GtkFileChooserAction action = GetGtkFileChooserAction(mMode);
  
-@@ -603,8 +628,233 @@ nsFilePicker::Done(GtkWidget* file_choos
+@@ -603,8 +630,233 @@ nsFilePicker::Done(GtkWidget* file_choos
    if (mCallback) {
      mCallback->Done(result);
      mCallback = nullptr;

++++++ source-stamp.txt ++++++
--- /var/tmp/diff_new_pack.QSCLqR/_old  2018-01-06 18:47:49.567053232 +0100
+++ /var/tmp/diff_new_pack.QSCLqR/_new  2018-01-06 18:47:49.567053232 +0100
@@ -1,2 +1,2 @@
-REV=d2e449c73dac
+REV=afa87f9be3a8
 REPO=http://hg.mozilla.org/releases/mozilla-release


Reply via email to