Update to 31.7.0

This commit is contained in:
Martin Stransky 2015-05-12 11:58:07 +02:00
parent 9e8964c199
commit df468f3ea8
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -109,3 +109,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-31.5.0-20150224.tar.xz
/thunderbird-31.6.0.source.tar.bz2
/thunderbird-langpacks-31.6.0-20150331.tar.xz
/thunderbird-31.7.0.source.tar.bz2
/thunderbird-langpacks-31.7.0-20150512.tar.xz

View File

@ -1,2 +1,2 @@
692e40f0070de37f3e84ccee4359e799 thunderbird-31.6.0.source.tar.bz2
967d321a069bb139d7c91f46416ba48f thunderbird-langpacks-31.6.0-20150331.tar.xz
dcf14a6d4aaba2f695a1ec30c296e356 thunderbird-31.7.0.source.tar.bz2
1bb23a44a6e5fe0ce28f97d547daa843 thunderbird-langpacks-31.7.0-20150512.tar.xz

View File

@ -57,14 +57,14 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 31.6.0
Release: 2%{?dist}
Version: 31.7.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}-20150331.tar.xz
Source1: thunderbird-langpacks-%{version}-20150512.tar.xz
%endif
Source10: thunderbird-mozconfig
Source11: thunderbird-mozconfig-branded
@ -533,6 +533,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Tue May 12 2015 Martin Stransky <stransky@redhat.com> - 31.7.0-1
- Update to 31.7.0
* Mon Apr 6 2015 Tom Callaway <spot@fedoraproject.org> - 31.6.0-2
- rebuild for libvpx 1.4.0
- stop using compat defines, they went away in libvpx 1.4.0