Update to 52.5.0

This commit is contained in:
Jan Horak 2017-11-28 10:21:28 +01:00
parent 755652aca2
commit 62dab0b5ac
3 changed files with 13 additions and 7 deletions

3
.gitignore vendored
View File

@ -189,3 +189,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-langpacks-52.4.0-20171003.tar.xz /thunderbird-langpacks-52.4.0-20171003.tar.xz
/l10n-lightning-52.4.0.tar.xz /l10n-lightning-52.4.0.tar.xz
/thunderbird-langpacks-52.4.0-20171004.tar.xz /thunderbird-langpacks-52.4.0-20171004.tar.xz
/thunderbird-52.5.0.source.tar.xz
/thunderbird-langpacks-52.5.0-20171128.tar.xz
/l10n-lightning-52.5.0.tar.xz

View File

@ -1,3 +1,3 @@
SHA512 (thunderbird-langpacks-52.4.0-20171004.tar.xz) = e93a41fe8dc9516a84cec2b5c75445e0e6f453d0f6e1ca0f4d59797c8277c82fe20bc328604dc41f94e87f1bf717191d75bde3602a9e2046b2c8a07c9dd3b192 SHA512 (thunderbird-52.5.0.source.tar.xz) = b9b599e5853887bd518e5a57f6fd04751bb78f553f97b260cd9ba7268c4cff307be40b81b00f1320f5a5156e5c67115595b2d389f931c265d0c3448f56fb8319
SHA512 (l10n-lightning-52.4.0.tar.xz) = ea2cd5991fbfe4a98873265acdcede1cbe9898dcb8e7f195b7e2d97522ae5ca0a44724eaedd9a7348875cc958f958e8a667546333643487cb2b48cd0b0b0dd3b SHA512 (thunderbird-langpacks-52.5.0-20171128.tar.xz) = 568ea8fbe6f87f6c4daa8abf03b1a819f1e9e1f01ae5e618e6de5e6c603571e11db062dce98b092d9c088a72a8bc617e3cbe03d74ef28942e83ac521f9d7ae9b
SHA512 (thunderbird-52.4.0.source.tar.xz) = 96720d27882163c418e1632fd48e8b1c010c4f5dbe512f13e9a9b8ef0a051024c96d05aabb9c68c26e603c207b926724079b2294cd16045baf1701713acefb6a SHA512 (l10n-lightning-52.5.0.tar.xz) = e488cacfe44af456234b3a1cb0035e1f91e354b6d710fb0a35bbe1a1eaaab5b66fde74420e4d1848f10a9da4575f4e60e588a94953e8a1e2ae62017800e1674b

View File

@ -72,7 +72,7 @@
# Bump one with each minor lightning release # Bump one with each minor lightning release
%define gdata_version 3.3 %define gdata_version 3.3
# BUMP VERSION THERE: # BUMP VERSION THERE:
%define gdata_version_internal 0.8 %define gdata_version_internal 0.9
%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.
@ -95,14 +95,14 @@
Summary: Mozilla Thunderbird mail/newsgroup client Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird Name: thunderbird
Version: 52.4.0 Version: 52.5.0
Release: 3%{?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}-20171004.tar.xz Source1: thunderbird-langpacks-%{version}-20171128.tar.xz
%endif %endif
# Locales for lightning # Locales for lightning
Source2: l10n-lightning-%{version}.tar.xz Source2: l10n-lightning-%{version}.tar.xz
@ -752,6 +752,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#=============================================================================== #===============================================================================
%changelog %changelog
* Tue Nov 28 2017 Jan Horak <jhorak@redhat.com> - 52.5.0-1
- Update to 52.5.0
* Tue Oct 24 2017 Kai Engert <kaie@redhat.com> - 52.4.0-3 * Tue Oct 24 2017 Kai Engert <kaie@redhat.com> - 52.4.0-3
- Backport several upstream patches for NSS sql db compatibility, - Backport several upstream patches for NSS sql db compatibility,
see rhbz#1496565 see rhbz#1496565