[thunderbird/f13/master] Update to 3.1.4

Martin Stransky stransky at fedoraproject.org
Tue Sep 21 09:35:05 UTC 2010


commit a23cf4439fb6546d9ad7045887db39c3857f86ae
Author: Martin Stransky <stransky at redhat.com>
Date:   Tue Sep 21 11:35:01 2010 +0200

     Update to 3.1.4

 .gitignore       |    2 ++
 sources          |    4 ++--
 thunderbird.spec |    9 ++++++---
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69b4482..b0103d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ thunderbird-3.1.2.source.tar.bz2
 thunderbird-langpacks-3.1.2-20100803.tar.bz2
 /thunderbird-3.1.3.source.tar.bz2
 /thunderbird-langpacks-3.1.3-20100907.tar.bz2
+/thunderbird-3.1.4.source.tar.bz2
+/thunderbird-langpacks-3.1.4-20100921.tar.bz2
diff --git a/sources b/sources
index 9d25049..59222fe 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-46332e1d9a658f6e31797035107b1a8d  thunderbird-3.1.3.source.tar.bz2
-15ba80c2a4c76873605f6252f51cfc06  thunderbird-langpacks-3.1.3-20100907.tar.bz2
+08f029e927e2e07aa863096fdf21db84  thunderbird-3.1.4.source.tar.bz2
+38c478ca7ff6a8f125a9e2289d2a9341  thunderbird-langpacks-3.1.4-20100921.tar.bz2
diff --git a/thunderbird.spec b/thunderbird.spec
index fae9613..61b0358 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -24,7 +24,7 @@
 
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
-Version:        3.1.3
+Version:        3.1.4
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -37,7 +37,7 @@ Group:          Applications/Internet
 Source0:        %{tarball}
 %if %{build_langpacks}
 # Language package archive is build by RH
-Source1:        thunderbird-langpacks-%{version}-20100907.tar.bz2
+Source1:        thunderbird-langpacks-%{version}-20100921.tar.bz2
 %endif
 # Config file for compilation
 Source10:       thunderbird-mozconfig
@@ -197,7 +197,7 @@ export LIBDIR='%{_libdir}'
 %ifarch ppc ppc64 s390 s390x
 %define moz_make_flags -j1
 %else
-%define moz_make_flags %{?_smp_mflags}
+%define moz_make_flags -j4
 %endif
 
 export LDFLAGS="-Wl,-rpath,%{mozappdir}"
@@ -433,6 +433,9 @@ fi
 #===============================================================================
 
 %changelog
+* Tue Sep 21 2010 Martin Stransky <stransky at redhat.com> - 3.1.4-1
+- Update to 3.1.4
+
 * Tue Sep  7 2010 Jan Horak <jhorak at redhat.com> - 3.1.3-1
 - Update to 3.1.3
 


More information about the scm-commits mailing list