From 1b6e938d0c980514401b9a30774ddd4c314d241646cd421b84efe699c42f854f Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 26 Jun 2017 05:17:01 +0000 Subject: [PATCH 1/2] - update to Thunderbird 52.2.1 * Problems with Gmail fixed (folders not showing, repeated email download, etc.) introduced in version 52.2.0. (boo#1045895) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=378 --- MozillaThunderbird.changes | 7 +++++++ MozillaThunderbird.spec | 4 ++-- compare-locales.tar.xz | 4 ++-- create-tar.sh | 4 ++-- l10n-52.2.1.tar.xz | 3 +++ l10n-52.2.tar.xz | 3 --- thunderbird-52.2-source.tar.xz | 3 --- thunderbird-52.2.1-source.tar.xz | 3 +++ 8 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 l10n-52.2.1.tar.xz delete mode 100644 l10n-52.2.tar.xz delete mode 100644 thunderbird-52.2-source.tar.xz create mode 100644 thunderbird-52.2.1-source.tar.xz diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index b73eb73..bd0ab2d 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 25 06:55:13 UTC 2017 - wr@rosenauer.org + +- update to Thunderbird 52.2.1 + * Problems with Gmail fixed (folders not showing, repeated email + download, etc.) introduced in version 52.2.0. (boo#1045895) + ------------------------------------------------------------------- Wed Jun 14 11:34:58 UTC 2017 - wr@rosenauer.org diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 2fb5fb7..0510f5e 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -17,9 +17,9 @@ # -%define mainversion 52.2 +%define mainversion 52.2.1 %define update_channel release -%define releasedate 201706120000 +%define releasedate 201706250000 %bcond_without mozilla_tb_kde4 %bcond_with mozilla_tb_valgrind diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index ae2543a..8ba6c48 100644 --- a/compare-locales.tar.xz +++ b/compare-locales.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdd0969f0cff0578e6a1ca6684e50752dffe4c6e5a6ac1b29f6ed0c4ed804c0d -size 28356 +oid sha256:370bc757121f5378736e13bd204b3fbf51a41cc9da7a00f286d58cade70e3684 +size 28404 diff --git a/create-tar.sh b/create-tar.sh index 0cb430b..b3c0045 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,8 +2,8 @@ CHANNEL="esr52" BRANCH="releases/comm-$CHANNEL" -RELEASE_TAG="THUNDERBIRD_52_2_0_RELEASE" -VERSION="52.2" +RELEASE_TAG="THUNDERBIRD_52_2_1_RELEASE" +VERSION="52.2.1" echo "cloning $BRANCH..." hg clone http://hg.mozilla.org/$BRANCH thunderbird diff --git a/l10n-52.2.1.tar.xz b/l10n-52.2.1.tar.xz new file mode 100644 index 0000000..a9ad93c --- /dev/null +++ b/l10n-52.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e651343e1d90eae1ca135c09ccdacabb1f0193b0e61618758a8b726e8ffe2800 +size 26219380 diff --git a/l10n-52.2.tar.xz b/l10n-52.2.tar.xz deleted file mode 100644 index a1b70d3..0000000 --- a/l10n-52.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b9ec2281c733f1a469f71c34cf4ddb9077c016da1f0dad864fb4bd3384cd6f5 -size 26212088 diff --git a/thunderbird-52.2-source.tar.xz b/thunderbird-52.2-source.tar.xz deleted file mode 100644 index 159a618..0000000 --- a/thunderbird-52.2-source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f85ec5c053b5377b5d5094de8b5fbf04d235c6c4560ccfe3f9b9c33630b656b -size 241028092 diff --git a/thunderbird-52.2.1-source.tar.xz b/thunderbird-52.2.1-source.tar.xz new file mode 100644 index 0000000..29b69b0 --- /dev/null +++ b/thunderbird-52.2.1-source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319b1c9dbcb486ebc8d2cf8819110428d95a2d4aaf131c16a6f583bdc67fda98 +size 240247096 From a6a4f44e7b21ca768342fcd6ffd0350948f42cb2f7ac5de982e734e869a23e63 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 29 Jun 2017 09:32:34 +0000 Subject: [PATCH 2/2] Accepting request 506827 from home:Guillaume_G:branches:mozilla:Factory Remove the --disable-neon option as it is not available anymore. OBS-URL: https://build.opensuse.org/request/show/506827 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=379 --- MozillaThunderbird.changes | 6 ++++++ MozillaThunderbird.spec | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index bd0ab2d..19d534f 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 28 13:57:13 UTC 2017 - guillaume@opensuse.org + +- mozilla-disable-neon-option.patch has been dropped silently, so + remove the --disable-neon option as it is not available anymore. + ------------------------------------------------------------------- Sun Jun 25 06:55:13 UTC 2017 - wr@rosenauer.org diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 0510f5e..7cc3e00 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -289,10 +289,6 @@ ac_add_options --enable-system-cairo %if ! %crashreporter ac_add_options --disable-crashreporter %endif -# Disable neon for arm as it does not build correctly -%ifarch %arm -ac_add_options --disable-neon -%endif %if %{with mozilla_tb_valgrind} ac_add_options --disable-jemalloc ac_add_options --enable-valgrind