Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2023-01-20 17:39:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seamonkey (Old)
 and      /work/SRC/openSUSE:Factory/.seamonkey.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seamonkey"

Fri Jan 20 17:39:21 2023 rev:21 rq:1059939 version:2.53.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes      2022-09-30 
17:57:41.481235388 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new.32243/seamonkey.changes   
2023-01-20 17:39:45.428878624 +0100
@@ -1,0 +2,65 @@
+Fri Jan 20 10:12:30 UTC 2023 - Tristan Miller <psychon...@nothingisreal.com>
+
+- update to SeaMonkey 2.53.15
+  * Microtasks and promises bug 1193394.
+  * Implement queueMicrotask()bug 1480236.
+  * Remove old synchronous contentPrefService from the tree bug 886907
+    and bug 1392929.
+  * Remove remaining uses of 'general.useragent.locale' bug 1410736
+    and bug 1410738.
+  * Migrate to intl.locale.requested.locale list from
+    'general.useragent.locale' bug 1441016.
+  * Introduce a pref to store BCP47 locale list bug 1414390, bug
+    1423532 and bug 1441026.
+  * Remove synchronous certificate verification APIs from
+    nsIX509CertDB bug 1453741 and bug 1453778.
+  * Taskbar preview's favicon appears blank bug 1475524.
+  * Call Imagelibs decodeImageAsyncWindows using a callback bug
+    1790695.
+  * Remove PermissionsService from process Windows sandboxing code bug
+    1788233, bug 1789782 and bug 1794394.
+  * Security info dialog doesn't show cert status anymore bug 1293378.
+  * Replace nsIPlatfromCharset in mailnews bug 1381762.
+  * Replace use of nsMsgI18NFileSystemCharset() with
+    NS_CopyUnicodeToNative/NS_CopyNativeToUnicode() bug 1506422.
+  * Cater for Outlook's/Hotmail's 'Deleted' folder bug 1320191.
+  * Make some filter methods scriptable bug 1497513.
+  * Fix crash in nsMsgFilterAfterTheFact::ApplyFilter() caused by
+    async reset of 'm_curFolder' bug 537017.
+  * Localize messages from nsIMsgFolder.logRuleHitFail() bug 1352731.
+  * Add logging of message filter runs and actions bug 697522.
+  * Check that we got a non-null header before running a filter on it
+    (and crashing) bug 1563959.
+  * With CONDSTORE, eliminate unneeded flag fetches at startup bug
+    1428097.
+  * Fix so custom tags (keywords) are visible to all users bug 583677.
+  * Improve handling of tags on shared folders bug 1596371.
+  * Allow setting/resetting junk marking by user for yahoo/aol to
+    stick bug 1260059.
+  * Don't check subject if spellchecker is not ready bug 1069787.
+  * Grammar issues in mailnews_account_settings.xhtml bug 1793291.
+  * Remove use of nsIMemory bug 1792578.
+  * Replace obsolete GetStringBundleService call in SeaMonkey bug
+    1794400.
+  * SeaMonkey crashes on MacOS Ventura 13.0 bug 1797696.
+  * Continue the switch from Python 2 to Python 3 in the build system.
+  * Added support for clang 15 and macOS SDK 11.3.
+  * Verified compatibility with Rust 1.65.
+  * SeaMonkey 2.53.15 uses the same backend as Firefox and contains
+    the relevant Firefox 60.8 security fixes.
+  * SeaMonkey 2.53.15 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 102.6
+    and Thunderbird 102.5 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.
+- update seamonkey-GNUmakefile patch per
+  https://bugzilla.mozilla.org/show_bug.cgi?id=1692516#c9 to remove
+  obsolete stuff and fix handling of Latam Spanish
+- remove build dependency on obsolete rust-std-static
+- request inclusion in Leap 15.4:
+  https://bugzilla.opensuse.org/show_bug.cgi?id=
+
+-------------------------------------------------------------------

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

New:
----
  seamonkey-2.53.15.source-l10n.tar.xz
  seamonkey-2.53.15.source.tar.xz

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

Other differences:
------------------
++++++ seamonkey.spec ++++++
--- /var/tmp/diff_new_pack.rth2ey/_old  2023-01-20 17:39:48.552895903 +0100
+++ /var/tmp/diff_new_pack.rth2ey/_new  2023-01-20 17:39:48.556895926 +0100
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #               2006-2018 Wolfgang Rosenauer
-#               2018-2022 Tristan Miller
+#               2018-2023 Tristan Miller
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -58,15 +58,14 @@
 BuildRequires:  pkgconfig(xcomposite)
 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.14
+Version:        2.53.15
 Release:        0
-%define releasedate 20220929000000
+%define releasedate 20230120000000
 Summary:        An integrated web browser, composer, mail/news client, and IRC 
client
 License:        MPL-2.0
 Group:          Productivity/Networking/Web/Browsers

++++++ seamonkey-2.53.14.source-l10n.tar.xz -> 
seamonkey-2.53.15.source-l10n.tar.xz ++++++
/work/SRC/openSUSE:Factory/seamonkey/seamonkey-2.53.14.source-l10n.tar.xz 
/work/SRC/openSUSE:Factory/.seamonkey.new.32243/seamonkey-2.53.15.source-l10n.tar.xz
 differ: char 184362, line 701

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

++++++ seamonkey-GNUmakefile ++++++
--- /var/tmp/diff_new_pack.rth2ey/_old  2023-01-20 17:39:48.656896479 +0100
+++ /var/tmp/diff_new_pack.rth2ey/_new  2023-01-20 17:39:48.660896501 +0100
@@ -144,7 +144,7 @@
        $(MAKE) -C $(OBJDIR)/comm/suite/locales langpack-$*
 
 #  Combine extensions data with the main localization stuff and leave only one 
manifest file
-       for manifest in `find $@/extensions $@/../chatzilla-$* -name 
"*.manifest" -print` ; \
+       for manifest in `find $@/extensions -name "*.manifest" -print` ; \
        do \
            while read keyword name lang path rest ; \
            do \
@@ -160,7 +160,7 @@
        rm -f $@/chrome/$*.manifest
 
 #  Spanish locales other than es-ES are from Latam, where the es-AR langpack 
is most preferred
-       [ $* = es-AR ] && sed -i '/^locale/ s/es-AR/es-*/' $@/chrome.manifest 
|| :
+       [ $* = es-AR ] && sed -i '/^locale/ s/ es-AR / es /' $@/chrome.manifest 
|| :
 
 
 locale-%: REL_NAME = extensions/langpack-$*@seamonkey.mozilla.org.xpi

Reply via email to