[thunderbird] - update to 3.1.8 - removed thunderbird-shared-error.path - added --enable-static to thunderbird-moz

Jan Horak xhorak at fedoraproject.org
Wed Mar 2 11:29:58 UTC 2011


commit a233288dcd7613cda7f775135adfc6fbe1ab7423
Author: Jan Horak <jhorak at redhat.com>
Date:   Wed Mar 2 12:29:00 2011 +0100

    - update to 3.1.8
    - removed thunderbird-shared-error.path
    - added --enable-static to thunderbird-mozconfig

 .gitignore                     |    2 ++
 sources                        |    4 ++--
 thunderbird-mozconfig          |    1 +
 thunderbird-shared-error.patch |   18 ------------------
 thunderbird.spec               |   15 ++++++---------
 5 files changed, 11 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e6a347..50c08a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
 /thunderbird-langpacks-3.1.6-20101027.tar.bz2
 /thunderbird-3.1.7.source.tar.bz2
 /thunderbird-langpacks-3.1.7-20101209.tar.bz2
+/thunderbird-3.1.8.source.tar.bz2
+/thunderbird-langpacks-3.1.8-20110301.tar.bz2
diff --git a/sources b/sources
index e6d100c..2a337ca 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-be64630152a2d5a824a76752594e7596  thunderbird-3.1.7.source.tar.bz2
-8dbaa17d293d3ebdbc9c6d082a1d539d  thunderbird-langpacks-3.1.7-20101209.tar.bz2
+bb4564eba437adceb22292249d186e11  thunderbird-3.1.8.source.tar.bz2
+d9c56e04e9269c2995061010e7c7b842  thunderbird-langpacks-3.1.8-20110301.tar.bz2
diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig
index e1e915d..45686eb 100644
--- a/thunderbird-mozconfig
+++ b/thunderbird-mozconfig
@@ -29,6 +29,7 @@ ac_add_options --enable-system-hunspell
 ac_add_options --disable-crashreporter
 ac_add_options --disable-necko-wifi
 ac_add_options --disable-updater
+ac_add_options --enable-static
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1
diff --git a/thunderbird.spec b/thunderbird.spec
index d734cfc..fc5bd80 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -5,7 +5,7 @@
 %define sqlite_version 3.6.14
 %define libnotify_version 0.4
 %define build_langpacks 1
-%define thunderbird_version 3.1.7
+%define thunderbird_version 3.1.8
 %define moz_objdir objdir-tb
 %define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\} 
 
@@ -31,7 +31,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        %{thunderbird_version}
-Release:        6%{?dist}
+Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -42,7 +42,7 @@ Group:          Applications/Internet
 %endif
 Source0:        %{tarball}
 %if %{build_langpacks}
-Source1:        thunderbird-langpacks-%{version}-20101209.tar.bz2
+Source1:        thunderbird-langpacks-%{version}-20110301.tar.bz2
 %endif
 Source10:       thunderbird-mozconfig
 Source11:       thunderbird-mozconfig-branded
@@ -65,9 +65,6 @@ Patch7:         crashreporter-remove-static.patch
 Patch8:         mozilla-notify.patch
 Patch9:         xulrunner-2.0-os2cc.patch
 
-# Thunderbird patches
-Patch50:        thunderbird-shared-error.patch
-
 %if %{official_branding}
 # Required by Mozilla Corporation
 
@@ -138,9 +135,6 @@ cd mozilla
 %patch9 -p1 -b .os2cc
 cd ..
 
-# Thunderbird patches
-%patch50 -p1 -b .shared-error
-
 %if %{official_branding}
 # Required by Mozilla Corporation
 
@@ -397,6 +391,9 @@ fi
 #===============================================================================
 
 %changelog
+* Tue Mar  1 2011 Jan Horak <jhorak at redhat.com> - 3.1.8-1
+- Update to 3.1.8
+
 * Wed Feb  9 2011 Christopher Aillon <caillon at redhat.com> - 3.1.7-6
 - Drop the -lightning subpackage, it needs to be in its own SRPM
 


More information about the scm-commits mailing list