Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at 2021-03-12 13:31:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old) and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird" Fri Mar 12 13:31:28 2021 rev:250 rq:878160 version:78.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2021-03-02 12:29:22.423527468 +0100 +++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401/MozillaThunderbird.changes 2021-03-12 13:31:44.342192810 +0100 @@ -1,0 +2,8 @@ +Sun Mar 7 09:27:49 UTC 2021 - Wolfgang Rosenauer <w...@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) + +------------------------------------------------------------------- Old: ---- l10n-78.8.0.tar.xz thunderbird-78.8.0.source.tar.xz thunderbird-78.8.0.source.tar.xz.asc New: ---- l10n-78.8.1.tar.xz thunderbird-78.8.1.source.tar.xz thunderbird-78.8.1.source.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaThunderbird.spec ++++++ --- /var/tmp/diff_new_pack.3EEErB/_old 2021-03-12 13:31:58.126212144 +0100 +++ /var/tmp/diff_new_pack.3EEErB/_new 2021-03-12 13:31:58.130212150 +0100 @@ -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 @@ 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 ++++++ create-tar.sh ++++++ --- /var/tmp/diff_new_pack.3EEErB/_old 2021-03-12 13:31:58.210212262 +0100 +++ /var/tmp/diff_new_pack.3EEErB/_new 2021-03-12 13:31:58.214212267 +0100 @@ -239,9 +239,9 @@ 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 @@ [ "$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 @@ 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" ;; ++++++ l10n-78.8.0.tar.xz -> l10n-78.8.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-78.8.0.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401/l10n-78.8.1.tar.xz differ: char 26, line 1 ++++++ tar_stamps ++++++ --- /var/tmp/diff_new_pack.3EEErB/_old 2021-03-12 13:31:58.378212497 +0100 +++ /var/tmp/diff_new_pack.3EEErB/_new 2021-03-12 13:31:58.382212503 +0100 @@ -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" ++++++ thunderbird-78.8.0.source.tar.xz -> thunderbird-78.8.1.source.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-78.8.0.source.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401/thunderbird-78.8.1.source.tar.xz differ: char 15, line 1