Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2022-09-30 17:57:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seamonkey (Old)
 and      /work/SRC/openSUSE:Factory/.seamonkey.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seamonkey"

Fri Sep 30 17:57:21 2022 rev:20 rq:1007116 version:2.53.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes      2022-07-13 
13:45:39.746055167 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new.2275/seamonkey.changes    
2022-09-30 17:57:41.481235388 +0200
@@ -1,0 +2,33 @@
+Thu Sep 29 12:14:18 UTC 2022 - Tristan Miller <psychon...@nothingisreal.com>
+
+- update to SeaMonkey 2.53.14
+  * Updates to the following DOM HTML element interfaces: Embed,
+    Object, Anchor, Area, Button, Frame, Canvas, IFrame, Link, Image,
+    MenuItem, TextArea, Source, Select, Option, Script and
+    Html. Please test add-ons.
+  * Continue the switch from Python 2 to Python 3 in the build system.
+  * Add ESR 102 links to debugQA bug 1779028.
+  * Remove about plugins from help menu bug 1779031.
+  * Dead links in cs_nav_prefs_advanced.xhtml [en-US] bug 1783558.
+  * Dead links in cs_nav_prefs_advanced.xhtml bug 1786030.
+  * Remove obsolete chat services from SeaMonkey address book bug
+    1779034.
+  * Address Book: "Get Map" button is not shown for home addresses bug
+    1779319.
+  * Added compatibility for rust 1.63
+  * SeaMonkey 2.53.14 uses the same backend as Firefox and contains
+    the relevant Firefox 60.8 security fixes.
+  * SeaMonkey 2.53.14 shares most parts of the mail and news code with
+    Thunderbird. Please read the Thunderbird 60.8.0 release notes for
+    specific security fixes in this release.
+  * Additional important security fixes up to Current Firefox 91.11
+    and Thunderbird 91.11 ESR plus many enhancements have been
+    backported. We will continue to enhance SeaMonkey security in
+    subsequent 2.53.x beta and release versions as fast as we are able
+    to.
+- add seamonkey-spellcheck.patch to work around a circular dependency
+  issue when compiling with GCC 12
+- requested inclusion in Leap 15.4 and 15.3:
+  https://bugzilla.opensuse.org/show_bug.cgi?id=1203916
+
+-------------------------------------------------------------------

Old:
----
  seamonkey-2.53.13.source-l10n.tar.xz
  seamonkey-2.53.13.source.tar.xz

New:
----
  seamonkey-2.53.14.source-l10n.tar.xz
  seamonkey-2.53.14.source.tar.xz
  seamonkey-spellcheck.patch

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

Other differences:
------------------
++++++ seamonkey.spec ++++++
--- /var/tmp/diff_new_pack.ArXn7I/_old  2022-09-30 17:57:44.285241382 +0200
+++ /var/tmp/diff_new_pack.ArXn7I/_new  2022-09-30 17:57:44.289241391 +0200
@@ -59,13 +59,14 @@
 BuildRequires:  cargo
 BuildRequires:  rust >= 1.47
 BuildRequires:  rust-std-static
+BuildRequires:  rust-cbindgen
 BuildRequires:  git
 BuildRequires:  nasm >= 2.13
 Provides:       web_browser
 Provides:       browser(npapi)
-Version:        2.53.13
+Version:        2.53.14
 Release:        0
-%define releasedate 20220711000000
+%define releasedate 20220929000000
 Summary:        An integrated web browser, composer, mail/news client, and IRC 
client
 License:        MPL-2.0
 Group:          Productivity/Networking/Web/Browsers
@@ -84,6 +85,7 @@
 Patch3:         mozilla-ntlm-full-path.patch
 Patch4:         seamonkey-lto.patch
 Patch5:         seamonkey-man-page.patch
+Patch6:         seamonkey-spellcheck.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /bin/sh coreutils
 Provides:       seamonkey-mail = %{version}
@@ -217,6 +219,10 @@
 %patch4 -p1
 %patch5 -p0
 
+if [ $(gcc -dumpversion | awk -F. '{print $1}') -ge 12 ]; then
+%patch6 -p1
+fi
+
 cat << EOF > .mozconfig
 mk_add_options MOZILLA_OFFICIAL=1
 mk_add_options BUILD_OFFICIAL=1

++++++ seamonkey-2.53.13.source-l10n.tar.xz -> 
seamonkey-2.53.14.source-l10n.tar.xz ++++++
/work/SRC/openSUSE:Factory/seamonkey/seamonkey-2.53.13.source-l10n.tar.xz 
/work/SRC/openSUSE:Factory/.seamonkey.new.2275/seamonkey-2.53.14.source-l10n.tar.xz
 differ: char 122916, line 461

++++++ seamonkey-2.53.13.source.tar.xz -> seamonkey-2.53.14.source.tar.xz ++++++
/work/SRC/openSUSE:Factory/seamonkey/seamonkey-2.53.13.source.tar.xz 
/work/SRC/openSUSE:Factory/.seamonkey.new.2275/seamonkey-2.53.14.source.tar.xz 
differ: char 26, line 1

++++++ seamonkey-spellcheck.patch ++++++
diff -ruN seamonkey-2.53.14.old/dom/ipc/ContentChild.cpp 
seamonkey-2.53.14/dom/ipc/ContentChild.cpp
--- seamonkey-2.53.14.old/dom/ipc/ContentChild.cpp      2022-08-24 
21:55:11.000000000 +0200
+++ seamonkey-2.53.14/dom/ipc/ContentChild.cpp  2022-09-29 15:01:51.098163074 
+0200
@@ -210,7 +210,7 @@
 #include "mozilla/ipc/CrashReporterClient.h"
 #include "mozilla/net/NeckoMessageUtils.h"
 #include "mozilla/widget/PuppetBidiKeyboard.h"
-#include "mozilla/RemoteSpellCheckEngineChild.h"
+#include "mozilla/mozSpellChecker.h"
 #include "GMPServiceChild.h"
 #include "GfxInfoBase.h"
 #include "gfxPlatform.h"

Reply via email to