forked from pool/MozillaThunderbird
- 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
This commit is contained in:
parent
e40e7bf353
commit
6c5e0317ac
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 7 09:27:49 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- 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 <wr@rosenauer.org>
|
Fri Feb 19 21:39:32 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
# major 69
|
# major 69
|
||||||
# mainver %major.99
|
# mainver %major.99
|
||||||
%define major 78
|
%define major 78
|
||||||
%define mainver %major.8.0
|
%define mainver %major.8.1
|
||||||
%define orig_version 78.8.0
|
%define orig_version 78.8.1
|
||||||
%define orig_suffix %{nil}
|
%define orig_suffix %{nil}
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define source_prefix thunderbird-%{orig_version}
|
%define source_prefix thunderbird-%{orig_version}
|
||||||
@ -172,7 +172,7 @@ Source6: suse-default-prefs.js
|
|||||||
Source7: l10n-%{orig_version}%{orig_suffix}.tar.xz
|
Source7: l10n-%{orig_version}%{orig_suffix}.tar.xz
|
||||||
Source9: thunderbird.appdata.xml
|
Source9: thunderbird.appdata.xml
|
||||||
Source13: spellcheck.js
|
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
|
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
|
Source21: https://ftp.mozilla.org/pub/%{srcname}/releases/%{version}%{orig_suffix}/KEY#/mozilla.keyring
|
||||||
# Gecko/Toolkit
|
# Gecko/Toolkit
|
||||||
|
@ -239,9 +239,9 @@ else
|
|||||||
fi
|
fi
|
||||||
if [ ! -d $PRODUCT-$VERSION ]; then
|
if [ ! -d $PRODUCT-$VERSION ]; then
|
||||||
echo "cloning new $BRANCH..."
|
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
|
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
|
||||||
fi
|
fi
|
||||||
pushd $PRODUCT-$VERSION || exit 1
|
pushd $PRODUCT-$VERSION || exit 1
|
||||||
@ -258,7 +258,7 @@ else
|
|||||||
[ "$FF_RELEASE_TAG" == "default" ] || hg update -r $FF_RELEASE_TAG
|
[ "$FF_RELEASE_TAG" == "default" ] || hg update -r $FF_RELEASE_TAG
|
||||||
# get repo and source stamp
|
# get repo and source stamp
|
||||||
REV=$(hg -R . parent --template="{node|short}\n")
|
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)
|
TIMESTAMP=$(date +%Y%m%d%H%M%S)
|
||||||
|
|
||||||
if [ "$PRODUCT" = "thunderbird" ]; then
|
if [ "$PRODUCT" = "thunderbird" ]; then
|
||||||
@ -308,7 +308,7 @@ if [ $LOCALES_CHANGED -ne 0 ]; then
|
|||||||
hg pull
|
hg pull
|
||||||
popd || exit 1
|
popd || exit 1
|
||||||
else
|
else
|
||||||
hg clone "http://hg.mozilla.org/l10n-central/$locale" "l10n/$locale"
|
hg clone "https://hg.mozilla.org/l10n-central/$locale" "l10n/$locale"
|
||||||
fi
|
fi
|
||||||
[ "$RELEASE_TAG" == "default" ] || hg -R "l10n/$locale" up -C -r "$changeset"
|
[ "$RELEASE_TAG" == "default" ] || hg -R "l10n/$locale" up -C -r "$changeset"
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9327d6e0542b9eefcf6e1866139a471a9500336e3e66ace0cf47445406b8cba
|
|
||||||
size 29155800
|
|
3
l10n-78.8.1.tar.xz
Normal file
3
l10n-78.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e1d378e67872ea57aee1226a33a9de3ad67350df4a25ef89c1664d4ff2d01b9
|
||||||
|
size 29096328
|
@ -1,10 +1,10 @@
|
|||||||
PRODUCT="thunderbird"
|
PRODUCT="thunderbird"
|
||||||
CHANNEL="esr78"
|
CHANNEL="esr78"
|
||||||
VERSION="78.8.0"
|
VERSION="78.8.1"
|
||||||
VERSION_SUFFIX=""
|
VERSION_SUFFIX=""
|
||||||
PREV_VERSION="78.7.1"
|
PREV_VERSION="78.8.0"
|
||||||
PREV_VERSION_SUFFIX=""
|
PREV_VERSION_SUFFIX=""
|
||||||
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
|
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
|
||||||
RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr78"
|
RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr78"
|
||||||
RELEASE_TAG="d801a94f25867ca5f2f3488c4700532351987999"
|
RELEASE_TAG="41dfa822c6c0b3cfda385548a394ae42d01249a4"
|
||||||
RELEASE_TIMESTAMP="20210217204255"
|
RELEASE_TIMESTAMP="20210304234616"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f36fa5ffc85888eaf77afb5cdd51bdadce841b7ae0744f5f5cd147ef4975a9d
|
|
||||||
size 353232724
|
|
@ -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-----
|
|
3
thunderbird-78.8.1.source.tar.xz
Normal file
3
thunderbird-78.8.1.source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a0b9cc1c314fdfdf7aa10246b8c5062385b62df3c9cef2358d1aa657e8a6f0f
|
||||||
|
size 352875768
|
16
thunderbird-78.8.1.source.tar.xz.asc
Normal file
16
thunderbird-78.8.1.source.tar.xz.asc
Normal file
@ -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-----
|
Loading…
Reference in New Issue
Block a user