From 82c07d74ff9cff7f2b6a5ca6a7fa52b8b39d130b0aca9efde573daef5c0285b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 20 Mar 2019 21:48:06 +0000 Subject: [PATCH] - Mozilla Thunderbird 60.6.0 * Calendar: Can't create repeating event with end date when using certain time zones, for example Europe/Minsk * some minor bugfixes * using 60.6.0esr Mozilla platform (bsc#1129821) - Mozilla Thunderbird 60.5.3 * fixed a regression on the Windows platform: Problem when using "Send to > Mail recipient" on Windows OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=458 --- MozillaThunderbird.changes | 16 ++++++++++++++++ MozillaThunderbird.spec | 4 ++-- compare-locales.tar.xz | 4 ++-- create-tar.sh | 6 +++--- l10n-60.5.2.tar.xz | 3 --- l10n-60.6.0.tar.xz | 3 +++ mozilla-bmo1375074.patch | 2 +- mozilla-bmo1463035.patch | 2 +- mozilla-bmo1464766.patch | 8 ++++---- thunderbird-60.5.2.source.tar.xz | 3 --- thunderbird-60.5.2.source.tar.xz.asc | 17 ----------------- thunderbird-60.6.0.source.tar.xz | 3 +++ thunderbird-60.6.0.source.tar.xz.asc | 17 +++++++++++++++++ 13 files changed, 52 insertions(+), 36 deletions(-) delete mode 100644 l10n-60.5.2.tar.xz create mode 100644 l10n-60.6.0.tar.xz delete mode 100644 thunderbird-60.5.2.source.tar.xz delete mode 100644 thunderbird-60.5.2.source.tar.xz.asc create mode 100644 thunderbird-60.6.0.source.tar.xz create mode 100644 thunderbird-60.6.0.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 7f42f46..c1dd022 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 20 15:33:14 UTC 2019 - Wolfgang Rosenauer + +- Mozilla Thunderbird 60.6.0 + * Calendar: Can't create repeating event with end date when using + certain time zones, for example Europe/Minsk + * some minor bugfixes + * using 60.6.0esr Mozilla platform (bsc#1129821) + +------------------------------------------------------------------- +Thu Mar 7 08:28:56 UTC 2019 - Wolfgang Rosenauer + +- Mozilla Thunderbird 60.5.3 + * fixed a regression on the Windows platform: + Problem when using "Send to > Mail recipient" on Windows + ------------------------------------------------------------------- Sun Feb 24 19:15:06 UTC 2019 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 79b1e98..791a6a6 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -17,9 +17,9 @@ # -%define mainversion 60.5.2 +%define mainversion 60.6.0 %define update_channel release -%define releasedate 20190221150524 +%define releasedate 20190314112142 %bcond_without mozilla_tb_kde4 %bcond_with mozilla_tb_valgrind diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index d090bce..2fbfcd3 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:53a170e047938102087b526500453fb0498c896701b123dc562499ab177f284f -size 28384 +oid sha256:5c138e1e36460f18d6209c3a48481a1fd6ab8359c1f1666867c250d12320b333 +size 28372 diff --git a/create-tar.sh b/create-tar.sh index 9078cb5..35bdac8 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,9 +2,9 @@ CHANNEL="esr60" BRANCH="releases/comm-$CHANNEL" -RELEASE_TAG="40667e32e3601db72cdbc137ba03a3e8f2a293bf" -MOZ_RELEASE_TAG="6a830d12f15493a70b1192022c9985eba2139910" -VERSION="60.5.2" +RELEASE_TAG="ec1b1f6de68c18251ec3699b88dd4575ffdda628" +MOZ_RELEASE_TAG="e018f02de5fc888d9b03c93c0fb806ff52a84e7b" +VERSION="60.6.0" VERSION_SUFFIX="" LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json" diff --git a/l10n-60.5.2.tar.xz b/l10n-60.5.2.tar.xz deleted file mode 100644 index 37cb5db..0000000 --- a/l10n-60.5.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eabf5189531aa4864a22d72b1efa6f91276c4320ecef42d1ceeb4584c49c1038 -size 27461212 diff --git a/l10n-60.6.0.tar.xz b/l10n-60.6.0.tar.xz new file mode 100644 index 0000000..e042cc4 --- /dev/null +++ b/l10n-60.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaf947d30cf7fa99856b729282e4e5ce55f4d82e5d50408e2b926d2fac60ee2 +size 27441428 diff --git a/mozilla-bmo1375074.patch b/mozilla-bmo1375074.patch index 65d6951..2ff69d8 100644 --- a/mozilla-bmo1375074.patch +++ b/mozilla-bmo1375074.patch @@ -3,7 +3,7 @@ # User Lars T Hansen # Date 1519822672 -3600 # Node ID 800abe66894d6b07b24bccecbf6a65e2261076f6 -# Parent 13ecd3214b18e4cab73c54e12e16071d58bed11e +# Parent 6fbe9ec020d822b1deef5b0afe76b905b82308a1 Bug 1375074 - Save and restore non-volatile x28 on ARM64 for generated unboxed object constructor. r=sstangl diff --git a/js/src/jit-test/tests/bug1375074.js b/js/src/jit-test/tests/bug1375074.js diff --git a/mozilla-bmo1463035.patch b/mozilla-bmo1463035.patch index 19642aa..da1feb6 100644 --- a/mozilla-bmo1463035.patch +++ b/mozilla-bmo1463035.patch @@ -3,7 +3,7 @@ # User Mike Hommey # Date 1526871862 -32400 # Node ID 94f21505ff13cd089f7129cd24927cf8b31a0f43 -# Parent 4a2e8085417fe782738bfd736b69806d9ed19d6a +# Parent 3075b562ca9b07ae037c427db6fdbc0ed1ad29a4 Bug 1463035 - Remove MOZ_SIGNAL_TRAMPOLINE. r?darchons For some reason, GNU as is not happy with the assembly generated after diff --git a/mozilla-bmo1464766.patch b/mozilla-bmo1464766.patch index a5d7327..2ee9b76 100644 --- a/mozilla-bmo1464766.patch +++ b/mozilla-bmo1464766.patch @@ -3,13 +3,13 @@ # User Mike Hommey # Date 1527491713 -32400 # Node ID c28becad0c10b906454d7e424f9a9402799ea8dd -# Parent a830c8302c71a45e019fe14e16945b32346b2253 +# Parent 906f5be6219677928f03318adb1d5e4eed96333c Bug 1464766 - Allow to relax the addon signature requirements. r?rhelmer diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js -@@ -1256,16 +1256,19 @@ pref("print.print_via_parent", true); +@@ -1254,16 +1254,19 @@ pref("print.print_via_parent", true); pref("print.print_via_parent", false); #endif @@ -78,7 +78,7 @@ diff --git a/toolkit/mozapps/extensions/content/extensions.js b/toolkit/mozapps/ diff --git a/toolkit/mozapps/extensions/internal/XPIProvider.jsm b/toolkit/mozapps/extensions/internal/XPIProvider.jsm --- a/toolkit/mozapps/extensions/internal/XPIProvider.jsm +++ b/toolkit/mozapps/extensions/internal/XPIProvider.jsm -@@ -66,16 +66,17 @@ const PREF_XPI_STATE = +@@ -67,16 +67,17 @@ const PREF_XPI_STATE = const PREF_BLOCKLIST_ITEM_URL = "extensions.blocklist.itemURL"; const PREF_BOOTSTRAP_ADDONS = "extensions.bootstrappedAddons"; const PREF_PENDING_OPERATIONS = "extensions.pendingOperations"; @@ -96,7 +96,7 @@ diff --git a/toolkit/mozapps/extensions/internal/XPIProvider.jsm b/toolkit/mozap const PREF_XPI_FILE_WHITELISTED = "xpinstall.whitelist.fileRequest"; // xpinstall.signatures.required only supported in dev builds const PREF_XPI_SIGNATURES_REQUIRED = "xpinstall.signatures.required"; -@@ -801,17 +802,19 @@ function isDisabledLegacy(addon) { +@@ -803,17 +804,19 @@ function isDisabledLegacy(addon) { * The add-on to check * @return true if the add-on should not be appDisabled */ diff --git a/thunderbird-60.5.2.source.tar.xz b/thunderbird-60.5.2.source.tar.xz deleted file mode 100644 index 4624b49..0000000 --- a/thunderbird-60.5.2.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5260c069c018c966bd00d5e05a8f2fa3a639bc20614910e46b7e9af89545af -size 284520208 diff --git a/thunderbird-60.5.2.source.tar.xz.asc b/thunderbird-60.5.2.source.tar.xz.asc deleted file mode 100644 index a0fbe61..0000000 --- a/thunderbird-60.5.2.source.tar.xz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAABCAAGBQJcb/wCAAoJELu+vbskxvNVylEP+wcscXQvvUWd7/uUiw6v9T4c -ZAiRv5Zxm5SnYv1MXo51TLBcYn09pyB6iR5MLVZATl/nfqxc9Ps3eRHEZS8nY2+g -k30oRQ5rma7/uEcV5ZQrOUp37W2J8eiPUdRcYuekqmCytQQD6E+Y7RT5DhdaxQPU -F2DY9QXUBRgCxfj5Q+7pu5cb9AGSWD+brhDQD9DhYY0J1GD98/DK8pEYq4kpYZJb -umll9zyvQFDCoAZbG8hDppj1r7KOsuQq4Ckwyu5a88NPJO5PedK6yHktsfqFwGT+ -fYUsIrBmwCW5tJo/YMnw2OFIRMRM2lW7fUD/02JtDV2FA9bEFLcDz+Uk0+JrdpgI -N9+w+XFb54uKt2N+IrqhhbPFc2GqeAqqOlnq56snQ+Jb5mAOrHbNh3XdY0PfP8M1 -V2RyO6TUVgoD1OjQzStKYxCI7iiiHm5z5ka7uCd74EuHaQLfEaPp4Wmx0EAigLua -yHaMMvcrVje7DUkjr2Ac+VDeA9N6BPP43/R3lXSVnnlIUZTxVZSJFzhC8B+uqnbJ -IJX3POlUvM+1tN5m5khAo2ydAHA4q+vW0porlin7PsRMXXboDtSR0WzJAaph1clx -RJbPLjFqyUNghFkmYKxQL1dtuAId//aoo3HL2TH0fv5vpzjnwS/hNrSqmPRYySLs -fdAQ5uMq9471R9bz+tpX -=8HW+ ------END PGP SIGNATURE----- diff --git a/thunderbird-60.6.0.source.tar.xz b/thunderbird-60.6.0.source.tar.xz new file mode 100644 index 0000000..f0ebfa6 --- /dev/null +++ b/thunderbird-60.6.0.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8e894cb5001941e54d36f7843bf83f8ed1e85e185848c2096bc01417ebf3da +size 285222616 diff --git a/thunderbird-60.6.0.source.tar.xz.asc b/thunderbird-60.6.0.source.tar.xz.asc new file mode 100644 index 0000000..d248928 --- /dev/null +++ b/thunderbird-60.6.0.source.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iQIcBAABCAAGBQJcinkpAAoJELu+vbskxvNVHIAP/0tLX5hGpb9iFNhb+ulz2hFS +F86thyI8WSYKGea5He87hEqB/gBzvczTCKKycI9s4O8sPmg7XcoA/cw3fg9xjFL4 +nnIQIBkBaXjbgqwqA8VRBr9/Yt5FBQtSkpb2Tva6DOZnfmKzlymbqrRGPNl2+EAG +ZC8bY+gztEaqSUfx3J4OXqri8WZDbT7x1MwFg1HwxEe0HVdLk/9Va5iUo0Cvf1wX +ub1fRNEC8U7DJKf+Ifckb9Y3tFC8C3dWAcujiyGA9Jzf+YaQ3K0SSrVtKUxfw0a+ +g4rrHYw7+TImMQd0RscrEstExGbJKvYc4L8aO2ry+r+Ag0iMBJa4DgrZOdCRfjGB +MAqI0Crxn6q0g4I8wSRzsybH656fjbpKXBEgrV2H8FfMyNep7esgnbAauc7+O698 +c4XBQFxfZaWB65Z/xZ3x4D0FeNkq3jswBSgqE1pMwaIBc8leylb7kFiMKRkvMGMq +PZNC3CVkQ02PC2dc4JCf38YsRRcMRJ+hlr7zdDU1SWtZAXNhaAeOeywg/K3xGayw +vh7xOJt8KMBL8KhtnQm4jV3yYuMLMfi1qOgY/eCWZpZd9jsG28PBqpX6XOpG6mE7 +QsBtXs0mkjxwY/n5keSYTpv90OWR9gduJfQDv346k8B5uG17lhg3jH8ziz1qA2OQ +BG8TrY3YnBqxDldhRW2Q +=tjCv +-----END PGP SIGNATURE-----