From 0a9b8b8d212dc602aa5e9a0b73d033798f30aac0 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 28 Apr 2011 16:39:23 +0200 Subject: [PATCH] Update to 3.1.10 --- .gitignore | 2 ++ sources | 4 ++-- thunderbird.spec | 9 ++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 00b89c2..0e3a97a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2 /thunderbird-langpacks-3.1.8-20110301.tar.bz2 /thunderbird-3.1.9.source.tar.bz2 /thunderbird-langpacks-3.1.9-20110307.tar.bz2 +/thunderbird-3.1.10.source.tar.bz2 +/thunderbird-langpacks-3.1.10-20110428.tar.xz diff --git a/sources b/sources index 2121e04..42f1e4b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e6917c419d3aaa8083a1d4b53fb80d8c thunderbird-3.1.9.source.tar.bz2 -15693685f50c13810bcf7710e98be394 thunderbird-langpacks-3.1.9-20110307.tar.bz2 +2a81f3ee7ea7acff0ee2eaee6574ea11 thunderbird-3.1.10.source.tar.bz2 +c21b3e81e832809fc9de80122886a51c thunderbird-langpacks-3.1.10-20110428.tar.xz diff --git a/thunderbird.spec b/thunderbird.spec index 072d02c..5c1ecac 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -28,8 +28,8 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 3.1.9 -Release: 7%{?dist} +Version: 3.1.10 +Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -40,7 +40,7 @@ Group: Applications/Internet %endif Source0: %{tarball} %if %{build_langpacks} -Source1: thunderbird-langpacks-%{version}-20110307.tar.bz2 +Source1: thunderbird-langpacks-%{version}-20110428.tar.xz %endif Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded @@ -382,6 +382,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Thu Apr 28 2011 Jan Horak - 3.1.10-1 +- Update to 3.1.10 + * Thu Apr 21 2011 Christopher Aillon - 3.1.9-7 - Make gvfs-open launch a compose window (salimma) - Spec file cleanups (salimma, caillon)