diff --git a/.gitignore b/.gitignore index b19e83b..2f8be02 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2 /thunderbird-langpacks-14.0-20120717.tar.xz /thunderbird-15.0.source.tar.bz2 /thunderbird-langpacks-15.0-20120827.tar.xz +/thunderbird-15.0.1.source.tar.bz2 +/thunderbird-langpacks-15.0.1-20120911.tar.xz diff --git a/sources b/sources index fa058ab..9d050b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e41f88ca2fd0c9bc608aa2c145b3bc2c thunderbird-15.0.source.tar.bz2 -6d525b55088923e15dce58cfe1215d35 thunderbird-langpacks-15.0-20120827.tar.xz +c84b83502892a34ecfe2d7a0fa58034f thunderbird-15.0.1.source.tar.bz2 +d6b00042048e0e08a11d82e69be99fd8 thunderbird-langpacks-15.0.1-20120911.tar.xz diff --git a/thunderbird.spec b/thunderbird.spec index 2d7aa58..9650f66 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -39,14 +39,14 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 15.0 -Release: 2%{?dist} +Version: 15.0.1 +Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.bz2 %if %{build_langpacks} -Source1: thunderbird-langpacks-%{version}-20120827.tar.xz +Source1: thunderbird-langpacks-%{version}-20120911.tar.xz %endif Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded @@ -393,6 +393,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Tue Sep 11 2012 Jan Horak - 15.0.1-1 +- Update to 15.0.1 + * Fri Sep 7 2012 Jan Horak - 15.0-2 - Added workaround fix for PPC (rbhz#852698)