Update to 6.0.2
This commit is contained in:
parent
7cd0153506
commit
5d92af393b
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
||||
/thunderbird-5.0.source.tar.bz2
|
||||
/thunderbird-6.0.source.tar.bz2
|
||||
/thunderbird-langpacks-6.0-20110816.tar.xz
|
||||
/thunderbird-6.0.2.source.tar.bz2
|
||||
/thunderbird-langpacks-6.0.2-20110906.tar.xz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
9ac741d238e95790cdeb5222e9b23ae8 thunderbird-6.0.source.tar.bz2
|
||||
d245c7967fdeb839ee5fd48e7bafaf80 thunderbird-langpacks-6.0-20110816.tar.xz
|
||||
917a667fe21cfd103092dbc23a112192 thunderbird-6.0.2.source.tar.bz2
|
||||
b33f0aef987a8e10ff6ab3a22d0a3865 thunderbird-langpacks-6.0.2-20110906.tar.xz
|
||||
|
@ -30,13 +30,13 @@
|
||||
%define enable_mozilla_crashreporter 0
|
||||
%endif
|
||||
|
||||
%define version_internal 5.0
|
||||
%define version_internal 6.0
|
||||
%define mozappdir %{_libdir}/%{name}-%{version_internal}
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 6.0
|
||||
Release: 3%{?dist}
|
||||
Version: 6.0.2
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -47,7 +47,7 @@ Group: Applications/Internet
|
||||
%endif
|
||||
Source0: %{tarball}
|
||||
%if %{build_langpacks}
|
||||
Source1: thunderbird-langpacks-%{version}-20110816.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20110906.tar.xz
|
||||
%endif
|
||||
Source10: thunderbird-mozconfig
|
||||
Source11: thunderbird-mozconfig-branded
|
||||
@ -357,6 +357,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Tue Sep 6 2011 Jan Horak <jhorak@redhat.com> - 6.0.2-1
|
||||
- Update to 6.0.2
|
||||
|
||||
* Wed Aug 31 2011 Jan Horak <jhorak@redhat.com> - 6.0-3
|
||||
- Distrust a specific Certificate Authority
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user