Accepting request 34079 from mozilla:Factory
Copy from mozilla:Factory/MozillaThunderbird based on submit request 34079 from user wrosenauer OBS-URL: https://build.opensuse.org/request/show/34079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=45
This commit is contained in:
parent
8c9c09bcb2
commit
c35d29153b
@ -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
|
Tue Jan 12 00:23:23 CET 2010 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# 2006-2010 Wolfgang Rosenauer <wr@rosenauer.org>
|
# 2006-2010 Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
@ -28,10 +28,10 @@ BuildRequires: hunspell-devel
|
|||||||
BuildRequires: nss-shared-helper-devel
|
BuildRequires: nss-shared-helper-devel
|
||||||
%endif
|
%endif
|
||||||
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
|
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
|
||||||
%define mainversion 3.0.1
|
%define mainversion 3.0.3
|
||||||
Version: %{mainversion}
|
Version: %{mainversion}
|
||||||
Release: 1
|
Release: 1
|
||||||
%define releasedate 2010011100
|
%define releasedate 2010022800
|
||||||
Summary: The Stand-Alone Mozilla Mail Component
|
Summary: The Stand-Alone Mozilla Mail Component
|
||||||
Url: http://www.mozilla.org/products/thunderbird/
|
Url: http://www.mozilla.org/products/thunderbird/
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
@ -44,7 +44,7 @@ Source4: l10n-%{version}.tar.bz2
|
|||||||
Source6: suse-default-prefs.js
|
Source6: suse-default-prefs.js
|
||||||
Source7: find-external-requires.sh
|
Source7: find-external-requires.sh
|
||||||
Source8: MozillaThunderbird-rpmlintrc
|
Source8: MozillaThunderbird-rpmlintrc
|
||||||
Source9: enigmail-1.0.0.tar.bz2
|
Source9: enigmail-1.0.1.tar.bz2
|
||||||
Source10: create-tar.sh
|
Source10: create-tar.sh
|
||||||
Patch1: mozilla-clipboard.patch
|
Patch1: mozilla-clipboard.patch
|
||||||
Patch2: thunderbird-appname.patch
|
Patch2: thunderbird-appname.patch
|
||||||
@ -87,7 +87,7 @@ Mozilla application suite.
|
|||||||
%package translations-common
|
%package translations-common
|
||||||
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
|
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
|
||||||
Summary: Common translations for MozillaThunderbird
|
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
|
Group: System/Localization
|
||||||
PreReq: %{name} = %{mainversion}
|
PreReq: %{name} = %{mainversion}
|
||||||
Obsoletes: %{name}-translations < %{version}-%{release}
|
Obsoletes: %{name}-translations < %{version}-%{release}
|
||||||
@ -125,8 +125,8 @@ Software Development Kit to build plugins/extensions against Thunderbird.
|
|||||||
%if %build_enigmail
|
%if %build_enigmail
|
||||||
|
|
||||||
%package -n enigmail
|
%package -n enigmail
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPLv2+ ; MPLv1.1+
|
License: GPLv2+ ; MPLv1.1+
|
||||||
Summary: OpenPGP addon for Thunderbird and SeaMonkey
|
Summary: OpenPGP addon for Thunderbird and SeaMonkey
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
@ -206,7 +206,7 @@ ac_add_options --with-l10n-base=../l10n
|
|||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
#ac_add_options --with-system-png # no apng support
|
#ac_add_options --with-system-png # no apng support
|
||||||
%if %suse_version > 1030
|
%if %suse_version > 1030
|
||||||
ac_add_options --enable-system-myspell
|
ac_add_options --enable-system-hunspell
|
||||||
%endif
|
%endif
|
||||||
ac_add_options --enable-ldap-experimental
|
ac_add_options --enable-ldap-experimental
|
||||||
ac_add_options --disable-installer
|
ac_add_options --disable-installer
|
||||||
@ -449,6 +449,7 @@ exit 0
|
|||||||
%{_libdir}/%{progname}/xpt_link
|
%{_libdir}/%{progname}/xpt_link
|
||||||
#%{_libdir}/pkgconfig/*.pc
|
#%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/%{progname}/
|
%{_includedir}/%{progname}/
|
||||||
|
|
||||||
%if %build_enigmail
|
%if %build_enigmail
|
||||||
|
|
||||||
%files -n enigmail
|
%files -n enigmail
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
BRANCH="releases/comm-1.9.1" # comm-central
|
BRANCH="releases/comm-1.9.1" # comm-central
|
||||||
RELEASE_TAG="THUNDERBIRD_3_0_1_RELEASE"
|
RELEASE_TAG="THUNDERBIRD_3_0_3_RELEASE"
|
||||||
VERSION="3.0.1"
|
VERSION="3.0.3"
|
||||||
|
|
||||||
echo "cloning $BRANCH..."
|
echo "cloning $BRANCH..."
|
||||||
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c55b6f008f0a24d5e783d845f6d3534e1279757afcc41ca5c26a9802576ec100
|
|
||||||
size 838623
|
|
3
enigmail-1.0.1.tar.bz2
Normal file
3
enigmail-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea9e271bdf52dcd6c538975dc9ba056644d736cf52fd411af0c97a32ae9552dd
|
||||||
|
size 858106
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71e62aef60197f212593644e8e32a6a17868e1c2312153d3c641a811bcc34f8a
|
|
||||||
size 19931410
|
|
3
l10n-3.0.3.tar.bz2
Normal file
3
l10n-3.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09c00d7d622da9fff0622e7ddccf4beef7f869aff31ed2067515ebb3ce03acb9
|
||||||
|
size 19937740
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e40d6bfff23015f757fd88e5224c785f9699626bbdae6a5e567acd31c78a0b5e
|
|
||||||
size 60243348
|
|
3
thunderbird-3.0.3-source.tar.bz2
Normal file
3
thunderbird-3.0.3-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21a6b5c538248878f10ecfd4fc879b7bce6ab29e03132f4aaff8e914b7c69a04
|
||||||
|
size 60084846
|
Loading…
Reference in New Issue
Block a user