From 657db173d7c17a93fc5d5fca737a7b76b3cea735 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Feb 09 2012 08:34:42 +0000 Subject: Update to 10.0.1 --- diff --git a/.gitignore b/.gitignore index 8696537..13c50d4 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2 /thunderbird-langpacks-9.0-20111222.tar.xz /thunderbird-10.0.source.tar.bz2 /thunderbird-langpacks-10.0-20120131.tar.xz +/thunderbird-10.0.1.source.tar.bz2 +/thunderbird-langpacks-10.0.1-20120209.tar.xz diff --git a/sources b/sources index 7b99f7c..bb68027 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -6f76f25894ba746a2e33614d3dd8dbab thunderbird-10.0.source.tar.bz2 -2bc212221f678b3924b3187482bb73ab thunderbird-langpacks-10.0-20120131.tar.xz +623c32d9deae370383e1422b1ea48061 thunderbird-10.0.1.source.tar.bz2 +0c7c311278404805d33d35b2231aa20b thunderbird-langpacks-10.0.1-20120209.tar.xz diff --git a/thunderbird.spec b/thunderbird.spec index 51456b6..114828d 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -32,8 +32,8 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 10.0 -Release: 2%{?dist} +Version: 10.0.1 +Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -44,7 +44,7 @@ Group: Applications/Internet %endif Source0: %{tarball} %if %{build_langpacks} -Source1: thunderbird-langpacks-%{version}-20120131.tar.xz +Source1: thunderbird-langpacks-%{version}-20120209.tar.xz %endif Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded @@ -370,6 +370,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Thu Feb 9 2012 Jan Horak - 10.0.1-1 +- Update to 10.0.1 + * Mon Feb 6 2012 Martin Stransky - 10.0-2 - gcc 4.7 build fixes