From c96025835f0f827a9373ec75366b9c3e26fcd656 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Oct 2010 19:30:52 +0200 Subject: thunderbird-3.1.5 --- mozilla-build-s390.patch | 11 +++++++++++ thunderbird.desktop | 2 +- thunderbird.spec | 23 +++++++++++++++++------ 3 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 mozilla-build-s390.patch diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch new file mode 100644 index 0000000..efdc54e --- /dev/null +++ b/mozilla-build-s390.patch @@ -0,0 +1,11 @@ +diff -up mozilla/js/src/jstl.h.old mozilla/js/src/jstl.h +--- mozilla/js/src/jstl.h.old 2010-03-10 10:01:51.000000000 +0100 ++++ mozilla/js/src/jstl.h 2010-03-10 12:24:55.000000000 +0100 +@@ -195,7 +195,6 @@ class ReentrancyGuard + static JS_ALWAYS_INLINE size_t + RoundUpPow2(size_t x) + { +- typedef tl::StaticAssert::result>::result _; + size_t log2 = JS_CEILING_LOG2W(x); + JS_ASSERT(log2 < tl::BitSize::result); + size_t result = size_t(1) << log2; diff --git a/thunderbird.desktop b/thunderbird.desktop index 1a4bc32..81dda0f 100644 --- a/thunderbird.desktop +++ b/thunderbird.desktop @@ -10,4 +10,4 @@ Terminal=false Type=Application StartupWMClass=Thunderbird-bin MimeType=message/rfc822; -StartupNotify=true +StartupNotify=true \ No newline at end of file diff --git a/thunderbird.spec b/thunderbird.spec index 81ed783..2e043cc 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1,5 +1,5 @@ %define nspr_version 4.8.6 -%define nss_version 3.12.6 +%define nss_version 3.12.8 %define cairo_version 1.8.8 %define freetype_version 2.1.9 %define lcms_version 1.19 @@ -26,7 +26,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 3.1.4 +Version: 3.1.5 Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -41,7 +41,7 @@ Source0: %{tarball} #NoSource: 0 %if %{build_langpacks} # Language package archive is build by RH -Source1: thunderbird-langpacks-%{version}%{?relcan}-20100916.tar.bz2 +Source1: thunderbird-langpacks-%{version}%{?relcan}-20101019.tar.bz2 %endif # Config file for compilation Source10: thunderbird-mozconfig @@ -86,7 +86,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?fedora} >= 12 BuildRequires: nspr-devel >= %{nspr_version} %endif -%if 0%{?fedora} >= 11 +%if 0%{?fedora} >= 13 BuildRequires: nss-devel >= %{nss_version} %endif %if %{fedora} >= 11 @@ -130,7 +130,7 @@ Requires: mozilla-filesystem %if 0%{?fedora} >= 12 Requires: nspr >= %{nspr_version} %endif -%if 0%{?fedora} >= 11 +%if 0%{?fedora} >= 13 Requires: nss >= %{nss_version} %endif %if %{fedora} >= 9 @@ -169,7 +169,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \ %patch1 -p0 -b .jemalloc %patch2 -p1 -b .shared-error %patch4 -p1 -b .protected +%if %{fedora} >= 14 %patch6 -p1 -b .turbo +%endif %patch7 -p1 -b .mozcflags %ifarch s390 %patch8 -p0 -b .s390 @@ -190,11 +192,13 @@ cat %{SOURCE10} \ %if %{fedora} < 15 | grep -v system-sqlite \ %endif +%if %{fedora} < 13 + | grep -v system-nss \ +%endif %if %{fedora} < 12 | grep -v system-nspr \ %endif %if %{fedora} < 11 - | grep -v system-nss \ | grep -v system-hunspell \ %endif %if %{fedora} < 11 @@ -476,6 +480,7 @@ fi %{mozappdir}/README.txt %{mozappdir}/platform.ini %{mozappdir}/application.ini +%{mozappdir}/blocklist.xml %exclude %{mozappdir}/removed-files %{_datadir}/icons/hicolor/16x16/apps/thunderbird.png %{_datadir}/icons/hicolor/22x22/apps/thunderbird.png @@ -492,6 +497,12 @@ fi #=============================================================================== %changelog +* Tue Oct 19 2010 Remi Collet 3.1.5-1 +- Thunderbird 3.1.5 + +* Tue Oct 19 2010 Jan Horak - 3.1.5-1 +- Update to 3.1.5 + * Thu Sep 16 2010 Remi Collet 3.1.4-1 - Thunderbird 3.1.4 -- cgit