From 6c5e0317ac254e9597d91d0cb7694f2b66f3eb5bf04b163ecf6609100053492d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 10 Mar 2021 12:07:26 +0000 Subject: [PATCH] - Mozilla Thunderbird 78.8.1 * several bugfixes and improvements * https://www.thunderbird.net/en-US/thunderbird/78.8.1/releasenotes/ - updated create-tar.sh (bsc#1182357) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=580 --- MozillaThunderbird.changes | 8 ++++++++ MozillaThunderbird.spec | 6 +++--- create-tar.sh | 8 ++++---- l10n-78.8.0.tar.xz | 3 --- l10n-78.8.1.tar.xz | 3 +++ tar_stamps | 8 ++++---- thunderbird-78.8.0.source.tar.xz | 3 --- thunderbird-78.8.0.source.tar.xz.asc | 16 ---------------- thunderbird-78.8.1.source.tar.xz | 3 +++ thunderbird-78.8.1.source.tar.xz.asc | 16 ++++++++++++++++ 10 files changed, 41 insertions(+), 33 deletions(-) delete mode 100644 l10n-78.8.0.tar.xz create mode 100644 l10n-78.8.1.tar.xz delete mode 100644 thunderbird-78.8.0.source.tar.xz delete mode 100644 thunderbird-78.8.0.source.tar.xz.asc create mode 100644 thunderbird-78.8.1.source.tar.xz create mode 100644 thunderbird-78.8.1.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 5c386ce..bbf208c 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 7 09:27:49 UTC 2021 - Wolfgang Rosenauer + +- Mozilla Thunderbird 78.8.1 + * several bugfixes and improvements + * https://www.thunderbird.net/en-US/thunderbird/78.8.1/releasenotes/ +- updated create-tar.sh (bsc#1182357) + ------------------------------------------------------------------- Fri Feb 19 21:39:32 UTC 2021 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 3062ef3..5764b91 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -26,8 +26,8 @@ # major 69 # mainver %major.99 %define major 78 -%define mainver %major.8.0 -%define orig_version 78.8.0 +%define mainver %major.8.1 +%define orig_version 78.8.1 %define orig_suffix %{nil} %define update_channel release %define source_prefix thunderbird-%{orig_version} @@ -172,7 +172,7 @@ Source6: suse-default-prefs.js Source7: l10n-%{orig_version}%{orig_suffix}.tar.xz Source9: thunderbird.appdata.xml Source13: spellcheck.js -Source14: https://github.com/openSUSE/firefox-scripts/raw/5e54f4a/create-tar.sh +Source14: https://github.com/openSUSE/firefox-scripts/raw/4503820/create-tar.sh Source20: https://ftp.mozilla.org/pub/%{srcname}/releases/%{version}%{orig_suffix}/source/%{srcname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc Source21: https://ftp.mozilla.org/pub/%{srcname}/releases/%{version}%{orig_suffix}/KEY#/mozilla.keyring # Gecko/Toolkit diff --git a/create-tar.sh b/create-tar.sh index 1cf654c..65cf69f 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -239,9 +239,9 @@ else fi if [ ! -d $PRODUCT-$VERSION ]; then echo "cloning new $BRANCH..." - hg clone http://hg.mozilla.org/$BRANCH $PRODUCT-$VERSION + hg clone https://hg.mozilla.org/$BRANCH $PRODUCT-$VERSION if [ "$PRODUCT" = "thunderbird" ]; then - hg clone http://hg.mozilla.org/releases/comm-$CHANNEL $PRODUCT-$VERSION/comm + hg clone https://hg.mozilla.org/releases/comm-$CHANNEL $PRODUCT-$VERSION/comm fi fi pushd $PRODUCT-$VERSION || exit 1 @@ -258,7 +258,7 @@ else [ "$FF_RELEASE_TAG" == "default" ] || hg update -r $FF_RELEASE_TAG # get repo and source stamp REV=$(hg -R . parent --template="{node|short}\n") - SOURCE_REPO=$(hg showconfig paths.default 2>/dev/null | head -n1 | sed -e "s/^ssh:/http:/") + SOURCE_REPO=$(hg showconfig paths.default 2>/dev/null | head -n1 | sed -e "s/^ssh:/https:/") TIMESTAMP=$(date +%Y%m%d%H%M%S) if [ "$PRODUCT" = "thunderbird" ]; then @@ -308,7 +308,7 @@ if [ $LOCALES_CHANGED -ne 0 ]; then hg pull popd || exit 1 else - hg clone "http://hg.mozilla.org/l10n-central/$locale" "l10n/$locale" + hg clone "https://hg.mozilla.org/l10n-central/$locale" "l10n/$locale" fi [ "$RELEASE_TAG" == "default" ] || hg -R "l10n/$locale" up -C -r "$changeset" ;; diff --git a/l10n-78.8.0.tar.xz b/l10n-78.8.0.tar.xz deleted file mode 100644 index 563f82e..0000000 --- a/l10n-78.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9327d6e0542b9eefcf6e1866139a471a9500336e3e66ace0cf47445406b8cba -size 29155800 diff --git a/l10n-78.8.1.tar.xz b/l10n-78.8.1.tar.xz new file mode 100644 index 0000000..c995434 --- /dev/null +++ b/l10n-78.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1d378e67872ea57aee1226a33a9de3ad67350df4a25ef89c1664d4ff2d01b9 +size 29096328 diff --git a/tar_stamps b/tar_stamps index 9c6074e..7420b47 100644 --- a/tar_stamps +++ b/tar_stamps @@ -1,10 +1,10 @@ PRODUCT="thunderbird" CHANNEL="esr78" -VERSION="78.8.0" +VERSION="78.8.1" VERSION_SUFFIX="" -PREV_VERSION="78.7.1" +PREV_VERSION="78.8.0" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr78" -RELEASE_TAG="d801a94f25867ca5f2f3488c4700532351987999" -RELEASE_TIMESTAMP="20210217204255" +RELEASE_TAG="41dfa822c6c0b3cfda385548a394ae42d01249a4" +RELEASE_TIMESTAMP="20210304234616" diff --git a/thunderbird-78.8.0.source.tar.xz b/thunderbird-78.8.0.source.tar.xz deleted file mode 100644 index 2d1c0da..0000000 --- a/thunderbird-78.8.0.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f36fa5ffc85888eaf77afb5cdd51bdadce841b7ae0744f5f5cd147ef4975a9d -size 353232724 diff --git a/thunderbird-78.8.0.source.tar.xz.asc b/thunderbird-78.8.0.source.tar.xz.asc deleted file mode 100644 index 9823dc9..0000000 --- a/thunderbird-78.8.0.source.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEECXsxMHeuYqAvhNpN8aZmj7t9Vy4FAmAtmg8ACgkQ8aZmj7t9 -Vy6agA//RiAPRwzZdQ10L5YSyGCV/NroDK34MVgM2Juf0qGHObRZttH7PsGcgCAL -3UbEzV5vpJyKi9QvQXswIdGf4i+ju5PIu8G7i1jbZUeaHAAJcs2r/FfxaoqyaWsB -elnUq2LjBRCXIn7Dw1VpujSNNAtJZ5CqKxximQsqpVpMB36a/5gTPl/C6azkglqG -ekfT8ObCuyXKyVXBpA7070kiZ+m/TpMEgwO/bcqlsZVpD6DKs+uIVql4NPLFMbmn -jGrTU9TNX5TphcQYFd8ZiX0maJAdRFavbDUipS8gWfAYbZcEVR5RrZ73TXrXYGd3 -0yQ6Ovk0gmGpEYum8ItcMpbvTgOD2ldf8QXoTaoFgW5ZUEPiItMwWaX5SR3GmoSf -TB7kdDA0SfTPt7nMEVBm6Dpur+OQZhcI6KQqtei7yN21SxTyAFGuh0fZkJKV8h/4 -oI54fMiukg0NJOi9evG7Xxb7TxWVdLQR8rv239u3Y7RAkeBFqk5s89ronEekW0MB -66XXGoY+MsLXaN9CInkD8gQYTZdoEGtt45fV1fvSNP5weIrNgiQICxbjO3CJiLq7 -nDWdjn6pJ0LbA+M/hn864dtY9V5wF2bx5e9pXm6o4Ob7YmksI7u09gMlqsVcfqaW -EjKIGU2BMY2y+wD6WgkT2l8zGw3L9SjgV6HoEUsHj16VX3o7GmQ= -=Bc3g ------END PGP SIGNATURE----- diff --git a/thunderbird-78.8.1.source.tar.xz b/thunderbird-78.8.1.source.tar.xz new file mode 100644 index 0000000..1f5f37c --- /dev/null +++ b/thunderbird-78.8.1.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0b9cc1c314fdfdf7aa10246b8c5062385b62df3c9cef2358d1aa657e8a6f0f +size 352875768 diff --git a/thunderbird-78.8.1.source.tar.xz.asc b/thunderbird-78.8.1.source.tar.xz.asc new file mode 100644 index 0000000..02cebe1 --- /dev/null +++ b/thunderbird-78.8.1.source.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEECXsxMHeuYqAvhNpN8aZmj7t9Vy4FAmBBxaQACgkQ8aZmj7t9 +Vy7YTQ/+O8PnKTr2L/BC3/afD0qzsMm+7jzf3ykCfKxHiEsYIEKcF2aI0qApb+0L +hAKfPUy+wSPb4uxN4SMozcBI9jpzo3ERVVBrLTNVEoTNje3mZl2XiAz0ZNgw4Ro4 +k+Wir7Wv1cRFFF9sMXw5QDBiPguWUkiYg/jxJtm9/GUb5M1mPDagDGeU792OkHQg +LuTFh8I6PFocuLI1xvfxNkqwUB4KOszd7KxOWpuK1pYYyQqUSlQGArVXbe29R7sk +0Gk+YeW9Lk9DXjfKAC38zCagRywlrTF2Cu47ooLFQu1nSiJeqrjWMDxUewN4qXHR +GRKmUvZUWwpsz3vaumfhlT6aQLIXIuTXaKdeAU37L1sNtfMfyYrWq734IOIQR7iH +KzMPfQcNBIcZC/OTxb+QuNX7PRGyqGHFYqlyBGTBocnuZ/TB5GIX/gkJeIFCD+xv +XSQTX/n3kdW+mmY4H411BUvt3utdTBZ2vhP10P0+M1kE+0CePZwS6jkE02Go9wfI +AIeoUQRdw1dfb5flB6tDTKFSD9ntYHLXZ7EnVrKQuBTiNqw1MzupEBLX87Ek4qdU +klOmmNm1pXa+YL+zM9G5GKEJ2fE3WPMl4cxCh/hfg0p0TprNFQF9pRgZpK480Myh +aFSDvnmgR5P82BSw2oAZRaa5eEnyBXwkhDm5y9ljCd8oMeFQqLw= +=dCWz +-----END PGP SIGNATURE-----