Hello community, here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at 2020-06-14 18:15:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old) and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird" Sun Jun 14 18:15:05 2020 rev:233 rq:813558 version:68.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2020-06-08 23:59:59.644318775 +0200 +++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.3606/MozillaThunderbird.changes 2020-06-14 18:15:26.230869331 +0200 @@ -1,0 +2,6 @@ +Thu Jun 11 14:52:51 UTC 2020 - Wolfgang Rosenauer <[email protected]> + +- build with nodejs10 to be able to drop nodejs8 from TW +- updated create-tar.sh + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaThunderbird.spec ++++++ --- /var/tmp/diff_new_pack.4PLicg/_old 2020-06-14 18:15:29.662880853 +0200 +++ /var/tmp/diff_new_pack.4PLicg/_new 2020-06-14 18:15:29.666880867 +0200 @@ -62,7 +62,7 @@ BuildRequires: Mesa-devel BuildRequires: alsa-devel BuildRequires: autoconf213 -BuildRequires: dbus-1-glib-devel >= 0.60 +BuildRequires: dbus-1-glib-devel BuildRequires: fdupes %if 0%{?suse_version} <= 1320 BuildRequires: gcc7-c++ @@ -79,7 +79,7 @@ BuildRequires: mozilla-nspr-devel >= 4.21 BuildRequires: mozilla-nss-devel >= 3.44.4 BuildRequires: nasm >= 2.13 -BuildRequires: nodejs8 >= 8.11 +BuildRequires: nodejs10 >= 10.19.0 BuildRequires: python-devel BuildRequires: python2-xml BuildRequires: python3 >= 3.5 @@ -144,7 +144,7 @@ Source6: suse-default-prefs.js Source7: l10n-%{version}.tar.xz Source9: thunderbird.appdata.xml -Source14: https://github.com/openSUSE/firefox-scripts/raw/8a54002/create-tar.sh +Source14: https://github.com/openSUSE/firefox-scripts/raw/5e54f4a/create-tar.sh Source20: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}%{orig_suffix}/source/%{progname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc Source21: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}/KEY#/mozilla.keyring # Gecko/Toolkit ++++++ create-tar.sh ++++++ --- /var/tmp/diff_new_pack.4PLicg/_old 2020-06-14 18:15:29.742881122 +0200 +++ /var/tmp/diff_new_pack.4PLicg/_new 2020-06-14 18:15:29.742881122 +0200 @@ -181,10 +181,7 @@ BUILD_ID=$(get_build_number "$VERSION$VERSION_SUFFIX") if [ -z ${SKIP_LOCALES+x} ]; then - # TODO: Thunderbird has usually "default" as locale entry. - # There we probably need to double-check Firefox-locals - # For now, just download every time for Thunderbird - if [ "$PRODUCT" = "firefox" ] && [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then + if [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then printf "%-40s: Did not change. Skipping.\n" "locales" LOCALES_CHANGED=0 else
