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-07-12 11:12:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seamonkey (Old) and /work/SRC/openSUSE:Factory/.seamonkey.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seamonkey" Tue Jul 12 11:12:37 2022 rev:18 rq:988495 version:2.53.13 Changes: -------- --- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes 2022-06-15 00:34:43.658740591 +0200 +++ /work/SRC/openSUSE:Factory/.seamonkey.new.1523/seamonkey.changes 2022-07-12 11:12:52.675732878 +0200 @@ -1,0 +2,23 @@ +Mon Jul 11 11:43:54 UTC 2022 - Tristan Miller <psychon...@nothingisreal.com> + +- update to SeaMonkey 2.53.13 + * Updates to devtools. + * Updates to build configuration. + * Starting the switch from Python 2 to Python 3 in the build system. + * Removal of array comprehensions, legacy iterators and generators + bug 1414340 and bug 1098412. + * Adding initial optional chaining and Promise.allSettled() support. + * SeaMonkey 2.53.13 uses the same backend as Firefox and contains + the relevant Firefox 60.8 security fixes. + * SeaMonkey 2.53.13 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. +- adapt seamonkey-man-page.patch for SeaMonkey 2.53.13 +- disable LTO for Tumbleweed builds due to linker errors + +------------------------------------------------------------------- Old: ---- seamonkey-2.53.12.source-l10n.tar.xz seamonkey-2.53.12.source.tar.xz New: ---- seamonkey-2.53.13.source-l10n.tar.xz seamonkey-2.53.13.source.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seamonkey.spec ++++++ --- /var/tmp/diff_new_pack.gsOO3o/_old 2022-07-12 11:12:56.187737474 +0200 +++ /var/tmp/diff_new_pack.gsOO3o/_new 2022-07-12 11:12:56.191737479 +0200 @@ -63,9 +63,9 @@ BuildRequires: nasm >= 2.13 Provides: web_browser Provides: browser(npapi) -Version: 2.53.12 +Version: 2.53.13 Release: 0 -%define releasedate 20220504000000 +%define releasedate 20220711000000 Summary: An integrated web browser, composer, mail/news client, and IRC client License: MPL-2.0 Group: Productivity/Networking/Web/Browsers @@ -302,6 +302,12 @@ %define _lto_cflags %{nil} %endif # +# As of 2.53.13, Tumbleweed builds are failing due to the linker +# issue <https://bugzilla.mozilla.org/show_bug.cgi?id=1778981> +# so we disable LTO. +%if 0%{?suse_version} > 1500 +%define _lto_cflags %{nil} +%endif export SUSE_ASNEEDED=0 export MOZ_BUILD_DATE=%{releasedate} export MOZILLA_OFFICIAL=1 ++++++ seamonkey-2.53.12.source-l10n.tar.xz -> seamonkey-2.53.13.source-l10n.tar.xz ++++++ /work/SRC/openSUSE:Factory/seamonkey/seamonkey-2.53.12.source-l10n.tar.xz /work/SRC/openSUSE:Factory/.seamonkey.new.1523/seamonkey-2.53.13.source-l10n.tar.xz differ: char 122916, line 461 ++++++ seamonkey-2.53.12.source.tar.xz -> seamonkey-2.53.13.source.tar.xz ++++++ /work/SRC/openSUSE:Factory/seamonkey/seamonkey-2.53.12.source.tar.xz /work/SRC/openSUSE:Factory/.seamonkey.new.1523/seamonkey-2.53.13.source.tar.xz differ: char 26, line 1 ++++++ seamonkey-man-page.patch ++++++ --- /var/tmp/diff_new_pack.gsOO3o/_old 2022-07-12 11:12:56.287737605 +0200 +++ /var/tmp/diff_new_pack.gsOO3o/_new 2022-07-12 11:12:56.291737610 +0200 @@ -1,5 +1,15 @@ +--- build/moz.configure/old.configure 2022-06-08 21:10:25.000000000 +0200 ++++ build/moz.configure/old.configure 2022-07-11 14:04:06.231167162 +0200 +@@ -228,6 +228,7 @@ + '--enable-zipwriter', + '--includedir', + '--libdir', ++ '--mandir', + '--prefix', + '--with-android-distribution-directory', + '--with-android-max-sdk', --- comm/suite/installer/Makefile.in 2021-08-08 15:29:32.000000000 +0200 -+++ comm/suite/installer/Makefile.in 2022-03-03 13:31:00.586849160 +0100 ++++ comm/suite/installer/Makefile.in 2022-07-11 14:04:44.710104711 +0200 @@ -145,6 +145,10 @@ include $(topsrcdir)/toolkit/mozapps/installer/packager.mk @@ -11,14 +21,4 @@ ifeq (Darwin, $(OS_ARCH)) BINPATH = $(_BINPATH) DEFINES += -DAPPNAME=$(_APPNAME) ---- build/moz.configure/old.configure 2022-01-24 23:04:14.000000000 +0100 -+++ build/moz.configure/old.configure 2022-03-03 13:30:58.166918412 +0100 -@@ -225,6 +225,7 @@ - '--enable-zipwriter', - '--includedir', - '--libdir', -+ '--mandir', - '--no-create', - '--prefix', - '--with-android-distribution-directory',