From 109cc974e1ea43165b5ed1b0d6b1dab4972fcb431d4ecc9189e58faebb8bdcd8 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 17 Sep 2021 08:26:48 +0000 Subject: [PATCH] - Mozilla Thunderbird 91.1.1 * Menu item for disabling subject encryption for a single message added * Printing messages that are not currently displayed is no longer supported, including printing multiple messages at once * for bugfixes see https://www.thunderbird.net/en-US/thunderbird/91.1.1/releasenotes - MOZ_ENABLE_WAYLAND env variable now overrides automatic detection if already set before startup OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=606 --- MozillaThunderbird.changes | 12 ++++++++++++ MozillaThunderbird.spec | 4 ++-- l10n-91.1.0.tar.xz | 3 --- l10n-91.1.1.tar.xz | 3 +++ mozilla.sh.in | 2 +- tar_stamps | 8 ++++---- thunderbird-91.1.0.source.tar.xz | 3 --- thunderbird-91.1.0.source.tar.xz.asc | 16 ---------------- thunderbird-91.1.1.source.tar.xz | 3 +++ thunderbird-91.1.1.source.tar.xz.asc | 16 ++++++++++++++++ 10 files changed, 41 insertions(+), 29 deletions(-) delete mode 100644 l10n-91.1.0.tar.xz create mode 100644 l10n-91.1.1.tar.xz delete mode 100644 thunderbird-91.1.0.source.tar.xz delete mode 100644 thunderbird-91.1.0.source.tar.xz.asc create mode 100644 thunderbird-91.1.1.source.tar.xz create mode 100644 thunderbird-91.1.1.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 179616b..ad68c3b 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 15 15:37:55 UTC 2021 - Wolfgang Rosenauer + +- Mozilla Thunderbird 91.1.1 + * Menu item for disabling subject encryption for a single message added + * Printing messages that are not currently displayed is no longer + supported, including printing multiple messages at once + * for bugfixes see + https://www.thunderbird.net/en-US/thunderbird/91.1.1/releasenotes +- MOZ_ENABLE_WAYLAND env variable now overrides automatic detection + if already set before startup + ------------------------------------------------------------------- Thu Sep 2 07:03:59 UTC 2021 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 55878ce..27a9750 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -26,8 +26,8 @@ # major 69 # mainver %major.99 %define major 91 -%define mainver %major.1.0 -%define orig_version 91.1.0 +%define mainver %major.1.1 +%define orig_version 91.1.1 %define orig_suffix %{nil} %define update_channel release %define source_prefix thunderbird-%{orig_version} diff --git a/l10n-91.1.0.tar.xz b/l10n-91.1.0.tar.xz deleted file mode 100644 index e02968f..0000000 --- a/l10n-91.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8b990bad80d0329d948c8062e15867182072776d33a818cbe7809b7e1c02f4 -size 30195516 diff --git a/l10n-91.1.1.tar.xz b/l10n-91.1.1.tar.xz new file mode 100644 index 0000000..7f7c461 --- /dev/null +++ b/l10n-91.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5137b4a077a610a5f92ed7763ad3c552b0cd34f585448d3136127ba782d3de1 +size 28627168 diff --git a/mozilla.sh.in b/mozilla.sh.in index b810b72..fbeebf7 100644 --- a/mozilla.sh.in +++ b/mozilla.sh.in @@ -88,7 +88,7 @@ export GNOME_DISABLE_CRASH_DIALOG=1 WAYLAND_SUPPORTED=%WAYLAND_SUPPORTED # $XDG_SESSION_TYPE should contain either x11 or wayland -if [ $WAYLAND_SUPPORTED -eq 1 ] && [ "$XDG_SESSION_TYPE" = "wayland" ]; then +if [ $WAYLAND_SUPPORTED -eq 1 ] && [ "$XDG_SESSION_TYPE" = "wayland" ] && [ ! -z "$MOZ_ENABLE_WAYLAND" ]; then export MOZ_ENABLE_WAYLAND=1 fi diff --git a/tar_stamps b/tar_stamps index 453b267..bad6bee 100644 --- a/tar_stamps +++ b/tar_stamps @@ -1,10 +1,10 @@ PRODUCT="thunderbird" CHANNEL="esr91" -VERSION="91.1.0" +VERSION="91.1.1" VERSION_SUFFIX="" -PREV_VERSION="91.0.3" +PREV_VERSION="91.1.0" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr91" -RELEASE_TAG="f134c939baab6193527545e8f40229aee95d5abf" -RELEASE_TIMESTAMP="20210902035758" +RELEASE_TAG="ff307e08b1218c8988d09d15d74f1b974a4d45a6" +RELEASE_TIMESTAMP="20210916142849" diff --git a/thunderbird-91.1.0.source.tar.xz b/thunderbird-91.1.0.source.tar.xz deleted file mode 100644 index ba1019d..0000000 --- a/thunderbird-91.1.0.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0b1be6722bced5a9e4eee4c57950c2879e6fa0a368dd6bec2fdf91ddec18725 -size 403977204 diff --git a/thunderbird-91.1.0.source.tar.xz.asc b/thunderbird-91.1.0.source.tar.xz.asc deleted file mode 100644 index 1068059..0000000 --- a/thunderbird-91.1.0.source.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmEw9/4ACgkQ6+QekPbx -L23sWA//d5/rxGsRLSfGg0jIo+DOUKwDUi5JsfddPelfDhUuEr4UkNDCOsMpPWT2 -2mQOFz3TRQPwHv02WH7w3GkW/jP098t6Nun/azFEL7BFMK5lz95W+IJqENPj2lyH -7mCrKz20srlefNCcYMD+nurN1EKBetWcuUwWiATKEtz/7bFuuQS2NfYKPMvBd6hw -SZqebQBRowGYx5PNSLQYRwOC//88cbL9ua4aD3cgsGraZ78oHRglxOulJePa1NtF -VxFXhfZe4L+zqx338xp0PstD7uBO9XUXhhBcYky8RMjnpMdimxCRCmW7aHJEo8/e -TiWWKSQBqb6J7EUStdwge6XBIZfmSd8fK0LE8iYgL+qqIPYDJNtIccRRdJDTjuVM -T3oIm2ms0sc/GN/CuXbGB7sigMrI5wlb+gX/jixdeqjaq+D5tNXANlP2DlLUd5gQ -YBHmseO8SHpx7nV1z1H7zU2KWQa+zXlcUbzttjsqve8hEam7Voss8SNO82WXnLtX -CVb/Mbwc5c8wFkmTvp/6A+idm+T6Bvhlp5SXYA0xlbDHS3AqSNM6zefN49W644V+ -BXTf1Tufs+51mEm8wJqSm9gBaqCScWOqGgaOfPp0+7f6utu1JQR3RuD38AyvqePM -KiAnAcZwKiTVa/6bGadqVRxWzYBPLr1OEKihtqkmkodCR1nLTss= -=UwYr ------END PGP SIGNATURE----- diff --git a/thunderbird-91.1.1.source.tar.xz b/thunderbird-91.1.1.source.tar.xz new file mode 100644 index 0000000..b536045 --- /dev/null +++ b/thunderbird-91.1.1.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05833526bb04985dc40fbf8d6907fea27ba560e7a1d7487c3f8c15c1a0b808cc +size 401518048 diff --git a/thunderbird-91.1.1.source.tar.xz.asc b/thunderbird-91.1.1.source.tar.xz.asc new file mode 100644 index 0000000..4ee0389 --- /dev/null +++ b/thunderbird-91.1.1.source.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmFDbYwACgkQ6+QekPbx +L20A/BAAmnBxj+KwMpH4op79n6p+x4fM8y+WzsafQX2q615RtkgPTw3DDFKRf5C9 +pAQXra7WEMJ6CKVv1EFz9S0mMsFbvdI60daF4Th4N7Mw3O/oPQ9Z38geVWO0i6sn +6goT0gcvdIYd/WE1UYGh8vaSzG+SZFASyy/p0wZenH/srlgTKkVXdM8bZqNK9y1Y +aAlNuaIbE+lvr+DlJfy4QTUUgjLxNo8F0J8rok/cfQ7HtBRi4/VCbxgqBIBrp8pO +y4+nEJTd1G0L11CGaam3NPEGLfmcQuS1M/OsPsMp6NeJsVGG3E++9zJt3yU+uzk7 +gPQ+ef/+QqY0z01t+0rlH7mjDxLXQoyxrIlWzOEIk9Ta4fQJW1zHjpHU4NA1rMOt +/R90tErqxBJHjTjkYc9j5M4Tfxm52rbOLXrUp1/sl3O/BE6WELUoGmgfsri2qpZd +3iCzQQ7PGdFa9fytfojh+WP4UZBu76tDikfVb+QxU+ParjsNOiWNhTJVYuR/M+nv +P/OsoSbys4UzrBg7iW4YzRF6KBXLbKS6P7aV31feETBcLZ9HrtShInZjqcDSYquL +OUhl77dxDUHtBfkhIM9hmF1lXAsKeV6yuss/Hmz/unxdOOOxHCPmalwKvjM67YNC +LJPU31NS7zSmmLAYHBhGR32KGOX56MIpASxDTULLvQFs3DFI59w= +=TTLG +-----END PGP SIGNATURE-----