From a3384a6fefd2cb1821f7108a60f2451854383044aa3f46202096cc35ae5213de Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 16 Nov 2018 06:40:27 +0000 Subject: [PATCH] Accepting request 649349 from home:AndreasStieger:branches:mozilla:Factory Mozilla Thunderbird 60.3.1 OBS-URL: https://build.opensuse.org/request/show/649349 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=439 --- MozillaThunderbird.changes | 20 ++++++++++++++++++++ MozillaThunderbird.spec | 8 ++++---- compare-locales.tar.xz | 4 ++-- create-tar.sh | 6 +++--- l10n-60.3.0.tar.xz | 3 --- l10n-60.3.1.tar.xz | 3 +++ thunderbird-60.3.0.source.tar.xz | 3 --- thunderbird-60.3.0.source.tar.xz.asc | 17 ----------------- thunderbird-60.3.1.source.tar.xz | 3 +++ thunderbird-60.3.1.source.tar.xz.asc | 17 +++++++++++++++++ 10 files changed, 52 insertions(+), 32 deletions(-) delete mode 100644 l10n-60.3.0.tar.xz create mode 100644 l10n-60.3.1.tar.xz delete mode 100644 thunderbird-60.3.0.source.tar.xz delete mode 100644 thunderbird-60.3.0.source.tar.xz.asc create mode 100644 thunderbird-60.3.1.source.tar.xz create mode 100644 thunderbird-60.3.1.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index db9ca39..ff68897 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Nov 15 16:33:49 UTC 2018 - astieger@suse.com + +- Mozilla Thunderbird 60.3.1: + * Double-clicking on a word in the Write window sometimes + launched the Advanced Property Editor or Link Properties dialog + * Fixe Cookie removal + * "Download rest of message" was not working if global inbox was + used + * Fix Encoding problems for users (especially in Poland) when a + file was sent via a folder using "Sent to > Mail recipient" + due to a problem in the Thunderbird MAPI interface + * According to RFC 4616 and RFC 5721, passwords containing + non-ASCII characters are encoded using UTF-8 which can lead to + problems with non-compliant providers, for example + office365.com. The SMTP LOGIN and POP3 USER/PASS + authentication methods are now using a Latin-1 encoding again + to work around this issue + * Fix shutdown crash/hang after entering an empty IMAP password + ------------------------------------------------------------------- Tue Oct 30 08:18:23 UTC 2018 - wr@rosenauer.org diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index ff41b81..e650ca0 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -13,13 +13,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define mainversion 60.3.0 +%define mainversion 60.3.1 %define update_channel release -%define releasedate 20181025202514 +%define releasedate 20181115000000 %bcond_without mozilla_tb_kde4 %bcond_with mozilla_tb_valgrind @@ -109,7 +109,7 @@ Source9: thunderbird.appdata.xml Source10: create-tar.sh Source11: compare-locales.tar.xz Source12: kde.js -Source13: thunderbird-%{version}.source.tar.xz.asc +Source13: https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.xz.asc Source14: http://ftp.mozilla.org/pub/thunderbird/releases/%{version}/KEY#/%{name}.keyring # Gecko/Toolkit Patch2: mozilla-nongnome-proxies.patch diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index 392183b..345bbb0 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:158df1b15780d704364f4d7ee7eb6289252d8f338ce6823da325bb0129a65181 -size 28432 +oid sha256:d0c888196c8c1bcd213d44689ff1adb4596de9140215167da7c959b690a013c7 +size 28812 diff --git a/create-tar.sh b/create-tar.sh index 0971bd1..59f347c 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,9 +2,9 @@ CHANNEL="esr60" BRANCH="releases/comm-$CHANNEL" -RELEASE_TAG="dd958ef605d132d08a063f29606737ffb3453e68" -MOZ_RELEASE_TAG="ab014151d4c338562949c28aa140786b548856ca" -VERSION="60.3.0" +RELEASE_TAG="c19a3e3679974a7251cd7a0626a3ff38b98b27db" +MOZ_RELEASE_TAG="c2e7cb0fa26db19e618c71c33e66b463ef8bf739" +VERSION="60.3.1" VERSION_SUFFIX="" LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json" diff --git a/l10n-60.3.0.tar.xz b/l10n-60.3.0.tar.xz deleted file mode 100644 index bd7030f..0000000 --- a/l10n-60.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7be94c4cce5562e3a414691beee347a8b4940c41742e8270090d8b4215fcefb9 -size 27433892 diff --git a/l10n-60.3.1.tar.xz b/l10n-60.3.1.tar.xz new file mode 100644 index 0000000..92ed8ba --- /dev/null +++ b/l10n-60.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06642ad964cb4d5c8fd1783f1ce7629c3e3d491c90d0dcf403c40c175ca94809 +size 29686256 diff --git a/thunderbird-60.3.0.source.tar.xz b/thunderbird-60.3.0.source.tar.xz deleted file mode 100644 index 156315b..0000000 --- a/thunderbird-60.3.0.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23fc097a5aa62006919029df890e5e2bec38c2c3e6081723040ef702ff6e4a7b -size 285211708 diff --git a/thunderbird-60.3.0.source.tar.xz.asc b/thunderbird-60.3.0.source.tar.xz.asc deleted file mode 100644 index 25c9d50..0000000 --- a/thunderbird-60.3.0.source.tar.xz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAABCAAGBQJb2EY1AAoJELu+vbskxvNVjCAP+wVmU2xhLhneLRJ/0iE6wWD6 -PH/9lt/wNi8KutxeVzfrnS1AS/RnpgbTkbVg9FZqzJQ30SjhQ4u/3i7MsgFpCS4Y -qhNs0sIvp7RKDTd+2wubk+/GLoDSPlSdEJO3jTUXBc6D25GzMfrd89kShJsLlfb8 -WqFchIwP3ivlIaocL5/I1+GOhP4KxND10RgEICKwwJ3qlE+AKsX+pGWvM7McKjuJ -Usnss7BtXB/QfjjJEdTMCx+imFPbUV4SWg9UaY5H/sPHxhlNbulHgGjuUdFJPrU5 -RSCkkOYodp/XsIvVneswGmoqd3g9v3rF5Dari1YavxSB/LguafDmny83hgVnyiUp -KohhntuQmLuOaT1YL78igc1QY/edtFd8wpsjwI27aIuI20wqT0kN+maSOExvavDI -Z60SIflw12GOg9ZqnsWiOdc67reD0fT8e56xfSOXELQUklDBubg9Lxz4P/06zFUb -cvNd961Cg3GuYloBkTpWKMcuvfRiGmR+EbHFTVEHbcYsdvWaAHHmcbup18ak/fUx -LoheXza7zXbjYrwWyEWiXuhpFFzuqSLojeuBW8omklw8Ia3+p+4NZHCFUjt+3eEh -AQpLf7Jh0UCogXKEgUowPyetUv1oBYWosyRLvkBBUwZaZ+DvjLneRf6bDB/BCoSE -lrUVNb11lX42wHZpcJVB -=KX6F ------END PGP SIGNATURE----- diff --git a/thunderbird-60.3.1.source.tar.xz b/thunderbird-60.3.1.source.tar.xz new file mode 100644 index 0000000..793bb71 --- /dev/null +++ b/thunderbird-60.3.1.source.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..187f49b --- /dev/null +++ b/thunderbird-60.3.1.source.tar.xz.asc @@ -0,0 +1,17 @@ +-----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-----