Update to 45.5.1
This commit is contained in:
parent
23aab95166
commit
e6657127f2
3
.gitignore
vendored
3
.gitignore
vendored
@ -155,3 +155,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
|||||||
/thunderbird-45.5.0.source.tar.xz
|
/thunderbird-45.5.0.source.tar.xz
|
||||||
/thunderbird-langpacks-45.5.0-20161128.tar.xz
|
/thunderbird-langpacks-45.5.0-20161128.tar.xz
|
||||||
/l10n-lightning-45.5.0.tar.xz
|
/l10n-lightning-45.5.0.tar.xz
|
||||||
|
/thunderbird-45.5.1.source.tar.xz
|
||||||
|
/thunderbird-langpacks-45.5.1-20161201.tar.xz
|
||||||
|
/l10n-lightning-45.5.1.tar.xz
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
39b50c7659fa106eb53e5ea4c8bc7b2a thunderbird-45.5.0.source.tar.xz
|
c2bef91b1c1672646b7b21928c9439c4 thunderbird-45.5.1.source.tar.xz
|
||||||
e92431520b10b44282668c43089b6636 thunderbird-langpacks-45.5.0-20161128.tar.xz
|
415c075f4072db219b45e3592b2e838f thunderbird-langpacks-45.5.1-20161201.tar.xz
|
||||||
6f9f117950df1509b7441f010c9e09e3 l10n-lightning-45.5.0.tar.xz
|
75c6acb726a0c7fbb1d66f9ecb982ff5 l10n-lightning-45.5.1.tar.xz
|
||||||
|
@ -44,13 +44,13 @@
|
|||||||
|
|
||||||
%define tb_version 45.5.0
|
%define tb_version 45.5.0
|
||||||
|
|
||||||
%define tarballdir thunderbird-%{tb_version}
|
%define tarballdir thunderbird-45.5.1
|
||||||
|
|
||||||
%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
|
%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
|
||||||
# Bump one with each minor lightning release
|
# Bump one with each minor lightning release
|
||||||
%define gdata_version 2.6
|
%define gdata_version 2.6
|
||||||
# BUMP VERSION THERE:
|
# BUMP VERSION THERE:
|
||||||
%define gdata_version_internal 0.9
|
%define gdata_version_internal 0.10
|
||||||
%global gdata_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
|
%global gdata_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
|
||||||
|
|
||||||
# The tarball is pretty inconsistent with directory structure.
|
# The tarball is pretty inconsistent with directory structure.
|
||||||
@ -72,14 +72,14 @@
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 45.5.0
|
Version: 45.5.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
|
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source1: thunderbird-langpacks-%{version}-20161128.tar.xz
|
Source1: thunderbird-langpacks-%{version}-20161201.tar.xz
|
||||||
%endif
|
%endif
|
||||||
# Locales for lightning
|
# Locales for lightning
|
||||||
Source2: l10n-lightning-%{version}.tar.xz
|
Source2: l10n-lightning-%{version}.tar.xz
|
||||||
@ -621,6 +621,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 1 2016 Jan Horak <jhorak@redhat.com> - 45.5.1-1
|
||||||
|
- Update to 45.5.1
|
||||||
|
|
||||||
* Mon Nov 28 2016 Jan Horak <jhorak@redhat.com> - 45.5.0-1
|
* Mon Nov 28 2016 Jan Horak <jhorak@redhat.com> - 45.5.0-1
|
||||||
- Update to 45.5.0
|
- Update to 45.5.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user