Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2021-09-11 22:24:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Sat Sep 11 22:24:23 2021 rev:261 rq:917701 version:91.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2021-09-03 21:26:08.674175046 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.1899/MozillaThunderbird.changes
  2021-09-11 22:24:40.123394783 +0200
@@ -1,0 +2,19 @@
+Thu Sep  2 07:03:59 UTC 2021 - Wolfgang Rosenauer <[email protected]>
+
+- Mozilla Thunderbird 91.1.0
+  * Thunderbird registered Accessibility Handlers using same GUIDs
+    as Firefox, causing performance issues for NVDA users
+  * Focus lost when reordering accounts by keyboard in the Account Manager
+  * Account setup did not use provider display name for setting up
+    calendars
+  * Various theme and UX fixes
+  MFSA 2021-41 (bsc#1190269)
+  * CVE-2021-38492 (bmo#1721107)
+    Navigating to `mk:` URL scheme could load Internet Explorer
+  * CVE-2021-38495 (bmo#1723391, bmo#1723920, bmo#1724101,
+    bmo#1724107)
+    Memory safety bugs fixed in Thunderbird 91.1
+- (re-)added mozilla-silence-no-return-type.patch
+- add mozilla-bmo531915.patch to fix build for i586
+
+-------------------------------------------------------------------

Old:
----
  l10n-91.0.3.tar.xz
  thunderbird-91.0.3.source.tar.xz
  thunderbird-91.0.3.source.tar.xz.asc

New:
----
  l10n-91.1.0.tar.xz
  mozilla-bmo531915.patch
  mozilla-silence-no-return-type.patch
  thunderbird-91.1.0.source.tar.xz
  thunderbird-91.1.0.source.tar.xz.asc

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.hV7VzM/_old  2021-09-11 22:24:49.155403687 +0200
+++ /var/tmp/diff_new_pack.hV7VzM/_new  2021-09-11 22:24:49.159403690 +0200
@@ -26,8 +26,8 @@
 # major 69
 # mainver %major.99
 %define major          91
-%define mainver        %major.0.3
-%define orig_version   91.0.3
+%define mainver        %major.1.0
+%define orig_version   91.1.0
 %define orig_suffix    %{nil}
 %define update_channel release
 %define source_prefix  thunderbird-%{orig_version}
@@ -36,7 +36,7 @@
 %define do_profiling   0
 
 # upstream default is clang (to use gcc for large parts set to 0)
-%define clang_build    1
+%define clang_build    0
 
 # PIE, full relro
 %define build_hardened 1
@@ -206,6 +206,8 @@
 Patch26:        mozilla-bmo1626236.patch
 Patch27:        mozilla-s390x-skia-gradient.patch
 Patch28:        mozilla-libavcodec58_91.patch
+Patch29:        mozilla-silence-no-return-type.patch
+Patch30:        mozilla-bmo531915.patch
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /bin/sh
@@ -288,7 +290,7 @@
 %patch4 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
+#%patch8 -p1
 %patch9 -p1
 %patch11 -p1
 %patch13 -p1
@@ -305,6 +307,8 @@
 %patch26 -p1
 %patch27 -p1
 %patch28 -p1
+%patch29 -p1
+%patch30 -p1
 %endif
 
 %build

++++++ l10n-91.0.3.tar.xz -> l10n-91.1.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-91.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.1899/l10n-91.1.0.tar.xz 
differ: char 25, line 1

++++++ mozilla-bmo531915.patch ++++++
# HG changeset patch
# User Wolfgang Rosenauer <[email protected]>
# Parent  7332dfc4c47d73f1b88850b7727d33096d68e329

diff --git a/modules/fdlibm/src/math_private.h 
b/modules/fdlibm/src/math_private.h
--- a/modules/fdlibm/src/math_private.h
+++ b/modules/fdlibm/src/math_private.h
@@ -25,17 +25,21 @@
 
 #include "mozilla/EndianUtils.h"
 
 /*
  * Emulate FreeBSD internal double types.
  * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
  */
 
+#ifdef __i386__
+typedef long double __double_t;
+#else
 typedef double      __double_t;
+#endif
 typedef __double_t  double_t;
 
 /*
  * The original fdlibm code used statements like:
  *     n0 = ((*(int*)&one)>>29)^1;             * index of high word *
  *     ix0 = *(n0+(int*)&x);                   * high word of x *
  *     ix1 = *((1-n0)+(int*)&x);               * low word of x *
  * to dig two 32 bit words out of the 64 bit IEEE floating point
++++++ mozilla-silence-no-return-type.patch ++++++
++++ 1246 lines (skipped)

++++++ tar_stamps ++++++
--- /var/tmp/diff_new_pack.hV7VzM/_old  2021-09-11 22:24:49.359403888 +0200
+++ /var/tmp/diff_new_pack.hV7VzM/_new  2021-09-11 22:24:49.363403892 +0200
@@ -1,10 +1,10 @@
 PRODUCT="thunderbird"
 CHANNEL="esr91"
-VERSION="91.0.3"
+VERSION="91.1.0"
 VERSION_SUFFIX=""
-PREV_VERSION="91.0.2"
+PREV_VERSION="91.0.3"
 PREV_VERSION_SUFFIX=""
 #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
 RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr91";
-RELEASE_TAG="7f37735b4076325b99ea7c7af959f610b27eb0d7"
-RELEASE_TIMESTAMP="20210824180134"
+RELEASE_TAG="f134c939baab6193527545e8f40229aee95d5abf"
+RELEASE_TIMESTAMP="20210902035758"

++++++ thunderbird-91.0.3.source.tar.xz -> thunderbird-91.1.0.source.tar.xz 
++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-91.0.3.source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.1899/thunderbird-91.1.0.source.tar.xz
 differ: char 15, line 1

Reply via email to