diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 3c49b55..9edccc6 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Feb 28 19:56:44 CET 2010 - wr@rosenauer.org + +- update to 3.0.3 + * Fix for missing folders or empty folder pane after updating + to Thunderbird 3.0.2 + +------------------------------------------------------------------- +Fri Feb 26 17:04:00 CET 2010 - wr@rosenauer.org + +- security update to 3.0.2 (bnc#576969) + * MFSA 2010-01/CVE-2010-0159 + Crashes with evidence of memory corruption + * MFSA 2010-03/CVE-2009-1571 + Use-after-free crash in HTML parser + * various stability improvements +- update enigmail to 1.0.1 + * Czech, Dutch, Polish and Portuguese (Brazilian) languages + were added to the release. + * there are several fixes related using OpenPGP Smartcards +- use system hunspell again (bnc#582276) + ------------------------------------------------------------------- Tue Jan 12 00:23:23 CET 2010 - wr@rosenauer.org diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 43dd564..19fdb22 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -1,5 +1,5 @@ # -# spec file for package MozillaThunderbird (Version 3.0.1) +# spec file for package MozillaThunderbird (Version 3.0.3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # 2006-2010 Wolfgang Rosenauer @@ -28,10 +28,10 @@ BuildRequires: hunspell-devel BuildRequires: nss-shared-helper-devel %endif License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ -%define mainversion 3.0.1 +%define mainversion 3.0.3 Version: %{mainversion} Release: 1 -%define releasedate 2010011100 +%define releasedate 2010022800 Summary: The Stand-Alone Mozilla Mail Component Url: http://www.mozilla.org/products/thunderbird/ Group: Productivity/Networking/Email/Clients @@ -44,7 +44,7 @@ Source4: l10n-%{version}.tar.bz2 Source6: suse-default-prefs.js Source7: find-external-requires.sh Source8: MozillaThunderbird-rpmlintrc -Source9: enigmail-1.0.0.tar.bz2 +Source9: enigmail-1.0.1.tar.bz2 Source10: create-tar.sh Patch1: mozilla-clipboard.patch Patch2: thunderbird-appname.patch @@ -87,7 +87,7 @@ Mozilla application suite. %package translations-common License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ Summary: Common translations for MozillaThunderbird -Provides: locale(%{name}:ar;ca;cs;de;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW) +Provides: locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW) Group: System/Localization PreReq: %{name} = %{mainversion} Obsoletes: %{name}-translations < %{version}-%{release} @@ -125,8 +125,8 @@ Software Development Kit to build plugins/extensions against Thunderbird. %if %build_enigmail %package -n enigmail -Version: 1.0.0 -Release: 2 +Version: 1.0.1 +Release: 1 License: GPLv2+ ; MPLv1.1+ Summary: OpenPGP addon for Thunderbird and SeaMonkey Group: Productivity/Networking/Email/Clients @@ -206,7 +206,7 @@ ac_add_options --with-l10n-base=../l10n ac_add_options --disable-updater #ac_add_options --with-system-png # no apng support %if %suse_version > 1030 -ac_add_options --enable-system-myspell +ac_add_options --enable-system-hunspell %endif ac_add_options --enable-ldap-experimental ac_add_options --disable-installer @@ -449,6 +449,7 @@ exit 0 %{_libdir}/%{progname}/xpt_link #%{_libdir}/pkgconfig/*.pc %{_includedir}/%{progname}/ + %if %build_enigmail %files -n enigmail diff --git a/create-tar.sh b/create-tar.sh index 3aa3c0f..b82a3b4 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,8 +2,8 @@ BRANCH="releases/comm-1.9.1" # comm-central -RELEASE_TAG="THUNDERBIRD_3_0_1_RELEASE" -VERSION="3.0.1" +RELEASE_TAG="THUNDERBIRD_3_0_3_RELEASE" +VERSION="3.0.3" echo "cloning $BRANCH..." hg clone http://hg.mozilla.org/$BRANCH thunderbird diff --git a/enigmail-1.0.0.tar.bz2 b/enigmail-1.0.0.tar.bz2 deleted file mode 100644 index b22296c..0000000 --- a/enigmail-1.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c55b6f008f0a24d5e783d845f6d3534e1279757afcc41ca5c26a9802576ec100 -size 838623 diff --git a/enigmail-1.0.1.tar.bz2 b/enigmail-1.0.1.tar.bz2 new file mode 100644 index 0000000..28139dd --- /dev/null +++ b/enigmail-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9e271bdf52dcd6c538975dc9ba056644d736cf52fd411af0c97a32ae9552dd +size 858106 diff --git a/l10n-3.0.1.tar.bz2 b/l10n-3.0.1.tar.bz2 deleted file mode 100644 index eeed942..0000000 --- a/l10n-3.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71e62aef60197f212593644e8e32a6a17868e1c2312153d3c641a811bcc34f8a -size 19931410 diff --git a/l10n-3.0.3.tar.bz2 b/l10n-3.0.3.tar.bz2 new file mode 100644 index 0000000..f7f2105 --- /dev/null +++ b/l10n-3.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c00d7d622da9fff0622e7ddccf4beef7f869aff31ed2067515ebb3ce03acb9 +size 19937740 diff --git a/thunderbird-3.0.1-source.tar.bz2 b/thunderbird-3.0.1-source.tar.bz2 deleted file mode 100644 index 31c64f4..0000000 --- a/thunderbird-3.0.1-source.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40d6bfff23015f757fd88e5224c785f9699626bbdae6a5e567acd31c78a0b5e -size 60243348 diff --git a/thunderbird-3.0.3-source.tar.bz2 b/thunderbird-3.0.3-source.tar.bz2 new file mode 100644 index 0000000..5f257c1 --- /dev/null +++ b/thunderbird-3.0.3-source.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a6b5c538248878f10ecfd4fc879b7bce6ab29e03132f4aaff8e914b7c69a04 +size 60084846