From e5fa4278bb102b1bba7a8ec326a22f0f4f894461ba70093fff5b80dd3a74d1e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 30 Nov 2018 10:20:59 +0000 Subject: [PATCH] - Mozilla Thunderbird 60.3.2 * Encoding problems when exporting address books or messages using the system charset. Messages are now always exported using the UTF-8 encoding * If the "Date" header of a message was invalid, Jan 1970 or Dec 1969 was displayed. Now using date from "Received" header instead. * Body search/filtering didn't reliably ignore content of tags * Inappropriate warning "Thunderbird prevented the site (addons.thunderbird.net) from asking you to install software on your computer" when installing add-ons * Incorrect display of correspondents column since own email address was not always detected * Spurious (encoded newline) inserted into drafts and sent email OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=442 --- MozillaThunderbird.changes | 17 +++++++++++++++++ MozillaThunderbird.spec | 6 +++--- compare-locales.tar.xz | 4 ++-- create-tar.sh | 6 +++--- l10n-60.3.1.tar.xz | 3 --- l10n-60.3.2.tar.xz | 3 +++ thunderbird-60.3.1.source.tar.xz | 3 --- thunderbird-60.3.1.source.tar.xz.asc | 17 ----------------- thunderbird-60.3.2.source.tar.xz | 3 +++ thunderbird-60.3.2.source.tar.xz.asc | 17 +++++++++++++++++ 10 files changed, 48 insertions(+), 31 deletions(-) delete mode 100644 l10n-60.3.1.tar.xz create mode 100644 l10n-60.3.2.tar.xz delete mode 100644 thunderbird-60.3.1.source.tar.xz delete mode 100644 thunderbird-60.3.1.source.tar.xz.asc create mode 100644 thunderbird-60.3.2.source.tar.xz create mode 100644 thunderbird-60.3.2.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index ff68897..999aa47 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 29 08:47:10 UTC 2018 - Wolfgang Rosenauer + +- Mozilla Thunderbird 60.3.2 + * Encoding problems when exporting address books or messages using + the system charset. Messages are now always exported using the + UTF-8 encoding + * If the "Date" header of a message was invalid, Jan 1970 or Dec 1969 + was displayed. Now using date from "Received" header instead. + * Body search/filtering didn't reliably ignore content of tags + * Inappropriate warning "Thunderbird prevented the site + (addons.thunderbird.net) from asking you to install software on + your computer" when installing add-ons + * Incorrect display of correspondents column since own email + address was not always detected + * Spurious (encoded newline) inserted into drafts and sent email + ------------------------------------------------------------------- Thu Nov 15 16:33:49 UTC 2018 - astieger@suse.com diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index cc25bbc..7ffb615 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -17,9 +17,9 @@ # -%define mainversion 60.3.1 +%define mainversion 60.3.2 %define update_channel release -%define releasedate 20181113231517 +%define releasedate 20181128113928 %bcond_without mozilla_tb_kde4 %bcond_with mozilla_tb_valgrind @@ -48,7 +48,7 @@ BuildRequires: mozilla-nss-devel >= 3.36.4 BuildRequires: python BuildRequires: python2-xml BuildRequires: rust >= 1.24 -BuildRequires: rust-std +#BuildRequires: rust-std BuildRequires: startup-notification-devel BuildRequires: unzip BuildRequires: update-desktop-files diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index 345bbb0..f3d457f 100644 --- a/compare-locales.tar.xz +++ b/compare-locales.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0c888196c8c1bcd213d44689ff1adb4596de9140215167da7c959b690a013c7 -size 28812 +oid sha256:6a4e36384c79a539118bcefe53099d228270a348c1abe67bf0f1eb351d3c69a1 +size 28388 diff --git a/create-tar.sh b/create-tar.sh index 59f347c..b4e6729 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,9 +2,9 @@ CHANNEL="esr60" BRANCH="releases/comm-$CHANNEL" -RELEASE_TAG="c19a3e3679974a7251cd7a0626a3ff38b98b27db" -MOZ_RELEASE_TAG="c2e7cb0fa26db19e618c71c33e66b463ef8bf739" -VERSION="60.3.1" +RELEASE_TAG="0ba73c30a3d9f213323766057d2176cd253efdd3" +MOZ_RELEASE_TAG="9f4280a52132bd8335d4833304e4bb7ee4d7c07d" +VERSION="60.3.2" VERSION_SUFFIX="" LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json" diff --git a/l10n-60.3.1.tar.xz b/l10n-60.3.1.tar.xz deleted file mode 100644 index 92ed8ba..0000000 --- a/l10n-60.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06642ad964cb4d5c8fd1783f1ce7629c3e3d491c90d0dcf403c40c175ca94809 -size 29686256 diff --git a/l10n-60.3.2.tar.xz b/l10n-60.3.2.tar.xz new file mode 100644 index 0000000..0074d0e --- /dev/null +++ b/l10n-60.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ef82fdb5f81b3a3595c2001068883b41c531746a2a07ca1e6b5313fcdd8c7b +size 27472480 diff --git a/thunderbird-60.3.1.source.tar.xz b/thunderbird-60.3.1.source.tar.xz deleted file mode 100644 index 793bb71..0000000 --- a/thunderbird-60.3.1.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9 -size 285131432 diff --git a/thunderbird-60.3.1.source.tar.xz.asc b/thunderbird-60.3.1.source.tar.xz.asc deleted file mode 100644 index 187f49b..0000000 --- a/thunderbird-60.3.1.source.tar.xz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAABCAAGBQJb7D0QAAoJELu+vbskxvNVTZQP/R6lwVDDf9dbgWeOdM1sK3TQ -gcnlwca9aZohcT0pHejgqkzDhu7OGGxBa2Tj9uTK0RPZvkubBOSwXrGlG427pPNM -lyeaxjo8y1OMFSsJZYJr2ZnqdP6OIQ1viZ9BGgH+G71yH3nCNbva4V5ap+poDEIR -5G8fFcw5EsFPHZi4d5qjv6q0V8ftXSxlKbkeJi2eh7bqWZXSbYdHSnXIyoGOsI4a -XGHoTL9GrN62GvaZvN8KldDJ6hiHgkHoCIQJ8arRiBGUpyjscZKjPImqty+X8UPw -Clz7Gqs1TVlq+aEyPFkNDxMEuPsIM8wF42iwRCqbrB/uxb3WiVfBMOxw8hn2A01K -0qR2cMoiSR2IwpsN0h0pEGmk7viGNHveuNTZPYImy9635lpHLeIqT1SZxv/DRKDX -K67e4cliabN7FQmq+DlbRTxRcT9nkC41UwZhq0GQ5AKhrH/3/aF/kM7jMTYZsh2X -+dpQYn8nFnP0yTsJD1vwZClo+gmRpcSwyC+RGUY2juWKd4M50wV4oA1th0cET/Lo -bj+vTXT4eZ8QX8PJPkN4liOowWB1gIAWiR0auY2XbHLdRmDNgje8gXl38kgYj+Px -Wv4vK0Des9IumRJn1PnVzLdkPO3axQBKgMiEjbb/tEtO5is6zC4GJW9moCNMBxWa -wC3p+jznU98ret4l18sL -=DgPB ------END PGP SIGNATURE----- diff --git a/thunderbird-60.3.2.source.tar.xz b/thunderbird-60.3.2.source.tar.xz new file mode 100644 index 0000000..9ce936f --- /dev/null +++ b/thunderbird-60.3.2.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041 +size 286027944 diff --git a/thunderbird-60.3.2.source.tar.xz.asc b/thunderbird-60.3.2.source.tar.xz.asc new file mode 100644 index 0000000..05eeb04 --- /dev/null +++ b/thunderbird-60.3.2.source.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iQIcBAABCAAGBQJb/ycgAAoJELu+vbskxvNV2qAP/3tvhNVQAwI8/sCucQ9EHprI +uX9rTRYy5t8bk5k8N3X5DpDcf8Cgsd2KyqXIy2/QVdHVi1Bh01VDyD4zrhVMLtuO +2ZwkdhKKulA87MCkX8toeOVS0gcqizaJexUMvVHvQA3W/nCEeMJXBJelOYKb9IzR +qw58uFDlkKpomIeXm7XHS0eqGVAj3EiKvcRR22yPbaAu92TiGwS9kZo1Wr/fYPt1 +W9E8eZdmB2cZUTIBd24fAQ9uGKReoL8WTCocIC+nKfujz1HnOw+aqi2F9o+Obx+e +J4B2fUt6YurD7lGbXFnCI7iVfj41xngx6EjpRPXW6Mpd79A9ldCbszGzhBw0+OsM +m2RVpcFVvi4xOL2kaQvPRvyMTI8QHkoa6w9eKhzevajmnM7DqCHdwCpOG6rBLjnm +Y9R4+E9f6kW7AhscIzKtvhUH5e1nxtzk/d7T33lejpUn1i88GmGmfisVze4ZhBzr +y9u1baZGxMu+MVfouFHiQY9s8vDRVJ2M3MM8g7KiEiMD2YKymyA0Sqbil/BEZNHS +hlOwOgWfkvdyhZk2IBx58sx8EcXy7TjIR4j3/85WdTvsY0wQ4Rg8nU+l9IhqTojL +yvQJ3E/0z5Cblcjs3lUiR5OP8YsbWne2mpFpf6pVzWo+9ffCIhcPrQKqxrZ4A5kI +Dwn1n7Ztn/uZysiIhXF6 +=fCYj +-----END PGP SIGNATURE-----