Update to 31.1

This commit is contained in:
Jan Horak 2014-09-01 12:06:11 +02:00
parent 5eb22da8ef
commit d5a9f84b9f
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -95,3 +95,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-24.7.0-20140722.tar.xz
/thunderbird-31.0.source.tar.bz2
/thunderbird-langpacks-31.0-20140729.tar.xz
/thunderbird-31.1.0.source.tar.bz2
/thunderbird-langpacks-31.1.0-20140901.tar.xz

View File

@ -1,2 +1,2 @@
195ea7d3887eb49402ea7b3875b7ce15 thunderbird-31.0.source.tar.bz2
c81e3f90897913440fafd965e69133dc thunderbird-langpacks-31.0-20140729.tar.xz
db10887e730932e77b358d8117a66893 thunderbird-31.1.0.source.tar.bz2
79cae1f8542e419b6e1e6be3ad5f9961 thunderbird-langpacks-31.1.0-20140901.tar.xz

View File

@ -57,14 +57,14 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 31.0
Release: 5%{?dist}
Version: 31.1.0
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}-20140729.tar.xz
Source1: thunderbird-langpacks-%{version}-20140901.tar.xz
%endif
Source10: thunderbird-mozconfig
Source11: thunderbird-mozconfig-branded
@ -458,6 +458,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon Sep 1 2014 Jan Horak <jhorak@redhat.com> - 31.1.0-1
- Update to 31.1.0
* Tue Aug 26 2014 Karsten Hopp <karsten@redhat.com> 31.0-5
- ppc64 patch 304 got removed and isn't required anymore (mozbz#973977)