Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at 2024-11-08 12:00:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old) and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird" Fri Nov 8 12:00:14 2024 rev:346 rq:1222591 version:128.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2024-10-30 18:05:11.229245371 +0100 +++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2017/MozillaThunderbird.changes 2024-11-08 12:04:41.214750476 +0100 @@ -1,0 +2,34 @@ +Wed Nov 6 19:54:16 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de> + +- Mozilla Thunderbird 128.4.2 + * Increased the auto-compaction threshold to reduce the frequency + of compaction (bmo#1927656) + * fixed: New profile creation caused console errors (bmo#1912675) + * fixed: Repair folder could result in older messages showing + wrong date and time (bmo#1911916) + * fixed: Recently deleted messages could become undeleted if + message compaction failed (bmo#1924927) + * fixed: Visual and UX improvements + (bmo#1857413,bmo#1922934,bmo#1924437) + * fixed: Clicking on an HTML button could cause Thunderbird to + freeze (bmo#1879355) + * fixed: Messages could not be selected for dragging + (bmo#1887518) + * fixed: Could not open attached file in a MIME encrypted + message (bmo#1924637) + * fixed: Account creation "Setup Documentation" link was broken + (bmo#1925493) + * fixed: Unable to generate QR codes when exporting to mobile + in some cases (bmo#1928114) + * fixed: Operating system reauthentication was missing when + exporting QR codes for mobile (bmo#1928232) + * fixed: Could not drag all-day events from one day to another + in week view (bmo#1922944) + +------------------------------------------------------------------- +Sat Nov 2 09:01:15 UTC 2024 - Wolfgang Rosenauer <w...@rosenauer.org> + +- Mozilla Thunderbird 128.4.1 + * Add the 20 year donation appeal (bmo#192538) + +------------------------------------------------------------------- Old: ---- l10n-128.4.0esr.tar.xz thunderbird-128.4.0esr.source.tar.xz thunderbird-128.4.0esr.source.tar.xz.asc New: ---- l10n-128.4.2esr.tar.xz thunderbird-128.4.2esr.source.tar.xz thunderbird-128.4.2esr.source.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaThunderbird.spec ++++++ --- /var/tmp/diff_new_pack.owQuzf/_old 2024-11-08 12:04:52.687230925 +0100 +++ /var/tmp/diff_new_pack.owQuzf/_new 2024-11-08 12:04:52.691231092 +0100 @@ -29,8 +29,8 @@ # major 69 # mainver %%major.99 %define major 128 -%define mainver %major.4.0 -%define orig_version 128.4.0 +%define mainver %major.4.2 +%define orig_version 128.4.2 %define orig_suffix esr %define update_channel esr %define source_prefix thunderbird-%{orig_version} ++++++ l10n-128.4.0esr.tar.xz -> l10n-128.4.2esr.tar.xz ++++++ ++++++ tar_stamps ++++++ --- /var/tmp/diff_new_pack.owQuzf/_old 2024-11-08 12:04:52.931241143 +0100 +++ /var/tmp/diff_new_pack.owQuzf/_new 2024-11-08 12:04:52.935241311 +0100 @@ -1,11 +1,11 @@ PRODUCT="thunderbird" CHANNEL="esr128" -VERSION="128.4.0" +VERSION="128.4.2" VERSION_SUFFIX="esr" -PREV_VERSION="128.3.3" +PREV_VERSION="128.4.1" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr128" -RELEASE_TAG="6c9a5fd8ba8d5956ce0cca04af0bb8f14c4c0f03" -RELEASE_TIMESTAMP="20241025175304" +RELEASE_TAG="ffdb226764722cd45544f945ef51e1786e1bdbbe" +RELEASE_TIMESTAMP="20241105224936" ++++++ thunderbird-128.4.0esr.source.tar.xz -> thunderbird-128.4.2esr.source.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-128.4.0esr.source.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2017/thunderbird-128.4.2esr.source.tar.xz differ: char 15, line 1 ++++++ thunderbird-silence-no-return.patch ++++++ --- /var/tmp/diff_new_pack.owQuzf/_old 2024-11-08 12:04:52.991243656 +0100 +++ /var/tmp/diff_new_pack.owQuzf/_new 2024-11-08 12:04:52.995243823 +0100 @@ -1,11 +1,13 @@ ---- a/comm/mailnews/base/src/MboxMsgInputStream.cpp.old 2024-09-29 13:27:36.274947489 +0200 -+++ b/comm/mailnews/base/src/MboxMsgInputStream.cpp 2024-09-29 13:27:47.384867824 +0200 -@@ -241,6 +241,7 @@ +Index: thunderbird-128.4.2/comm/mailnews/base/src/MboxMsgInputStream.cpp +=================================================================== +--- thunderbird-128.4.2.orig/comm/mailnews/base/src/MboxMsgInputStream.cpp ++++ thunderbird-128.4.2/comm/mailnews/base/src/MboxMsgInputStream.cpp +@@ -263,6 +263,7 @@ class MboxParser { default: MOZ_ASSERT_UNREACHABLE(); // should not happen } + return data; } - // We're expecting a new message to start, or an EOF. + // Attempt to parse a "From " line to extract sender and timestamp.