From ca09b0503fbaebaa1d04be6af2af7629223f25d2b5335d18e505dedb84fcfd49 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 25 Nov 2017 07:08:27 +0000 Subject: [PATCH] * Better support for Charter/Spectrum IMAP: Thunderbird will now detect Charter's IMAP service and send an additional IMAP select command to the server. Check the various preferences ending in "force_select" to see whether auto-detection has discovered this case. * In search folders spanning multiple base folders clicking on a message sometimes marked another message as read * IMAP alerts have been corrected and now show the correct server name in case of connection problems * POP alerts have been corrected and now indicate connection problems in case the configured POP server cannot be found MFSA 2017-26 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=390 --- MozillaThunderbird.changes | 14 ++++++++++++-- MozillaThunderbird.spec | 6 +++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 1e66a60..c66cdc0 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -2,7 +2,17 @@ Wed Nov 22 10:02:35 UTC 2017 - wr@rosenauer.org - update to Thunderbird 52.5.0 (bsc#1068101) - MFSA 2017-25 + * Better support for Charter/Spectrum IMAP: Thunderbird will now + detect Charter's IMAP service and send an additional IMAP select + command to the server. Check the various preferences ending in + "force_select" to see whether auto-detection has discovered this case. + * In search folders spanning multiple base folders clicking on a + message sometimes marked another message as read + * IMAP alerts have been corrected and now show the correct server + name in case of connection problems + * POP alerts have been corrected and now indicate connection problems + in case the configured POP server cannot be found + MFSA 2017-26 * CVE-2017-7828 (bmo#1406750. bmo#1412252) Use-after-free of PressShell while restyling layout * CVE-2017-7830 (bmo#1408990) @@ -12,7 +22,7 @@ Wed Nov 22 10:02:35 UTC 2017 - wr@rosenauer.org ------------------------------------------------------------------- Fri Nov 10 22:12:18 UTC 2017 - zaitor@opensuse.org - + - Drop obsolete libgnomeui-devel BuildRequires: No longer needed. - Add explicit pkgconfig(gconf-2.0), pkgconfig(gobject-2.0), pkgconfig(gtk+-2.0), pkgconfig(gtk+-unix-print-2.0), diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 553e760..a03309b 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -52,12 +52,12 @@ BuildRequires: xz BuildRequires: yasm BuildRequires: zip BuildRequires: pkgconfig(gconf-2.0) >= 1.2.1 +BuildRequires: pkgconfig(gdk-x11-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.22 +BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0 BuildRequires: pkgconfig(gtk+-unix-print-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.22 -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gdk-x11-2.0) BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libpulse) %if %{with mozilla_tb_valgrind}