Update to 68.4.1 build1

This commit is contained in:
Jan Horak 2020-01-13 13:03:42 +01:00
parent 386ee352fc
commit bf94b0d376
3 changed files with 13 additions and 6 deletions

3
.gitignore vendored
View File

@ -279,3 +279,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-68.3.1.source.tar.xz
/thunderbird-langpacks-68.3.1-20191217.tar.xz
/lightning-langpacks-68.3.1.tar.xz
/thunderbird-68.4.1.source.tar.xz
/thunderbird-langpacks-68.4.1-20200113.tar.xz
/lightning-langpacks-68.4.1.tar.xz

View File

@ -1,4 +1,4 @@
SHA512 (thunderbird-68.3.1.source.tar.xz) = 2e24556e6bed7a8d75ad56f0e94e07483e021b8b1ddafcf0dc586c17c93ba1f6994194866a37b7fe23637804c351f0c24d365d39f327f0ee591a86b9560bbb03
SHA512 (thunderbird-langpacks-68.3.1-20191217.tar.xz) = 66e8304ab168914a5451c35900c63def14bfbeb5cac84fe4d0589d6f0cd976a1386cc13de6831b3f14afb50010ea41eda62fd6085b684f672c80adf445ff7e75
SHA512 (thunderbird-68.4.1.source.tar.xz) = 16cccbc2313472e6312e842a28079782238cb22e72b324bebaffefa4a2fe68fec9f2173f2c83f1caccc5522ab9145884b2e2a58e97e236f7aefa4c61764e08b7
SHA512 (thunderbird-langpacks-68.4.1-20200113.tar.xz) = 7206a4eaf275e82dc866534a6e4f5231e601cc2870b570e37b2fbf7225c82250da2806f36da50e0b7078f633812971fb08b52e33988184acc3ee127cef652cd0
SHA512 (cbindgen-vendor.tar.xz) = 88afa0bc6af525cbb46bc75578b90419b28b95b396d5002fbf299a78a173681b840096ff83ef6e48553d1a5e0aa04e79383ab4d09bf431f3b864fcbacc7de46d
SHA512 (lightning-langpacks-68.3.1.tar.xz) = 3daffead30dd63b0f5e8e56dedac57d6a1e7e43d89537d542574988506c2f602f2fb10c7ef9c5bf687e48216699febf78eaff7bf79e09269f42248302e9b23fc
SHA512 (lightning-langpacks-68.4.1.tar.xz) = 683e3fc7a2fc546cdaaf5332f15bd984850dec51c1234661d83095d98c8848bcb5d58ada054ceefd0c63104c3f29c3d548a4964d454c4be83448b3c8435bd754

View File

@ -93,13 +93,13 @@ ExcludeArch: s390x
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 68.3.1
Version: 68.4.1
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
Source1: thunderbird-langpacks-%{version}-20191217.tar.xz
Source1: thunderbird-langpacks-%{version}-20200113.tar.xz
# Locales for lightning
Source2: lightning-langpacks-%{version}.tar.xz
%endif
@ -274,7 +274,8 @@ debug %{name}, you want to install %{name}-debuginfo instead.
%patch416 -p1 -b .SIOCGSTAMP
%patch417 -p1 -b .aarch64-user_vfp
%patch418 -p1 -b .mozbz-1512162
%patch419 -p1 -b .bindgen
# most likely fixed
#%patch419 -p1 -b .bindgen
%patch306 -p1 -b .1353817
%if 0%{?disable_elfhack}
@ -758,6 +759,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon Jan 13 2020 Jan Horak <jhorak@redhat.com> - 68.4.1-1
- Update to 68.4.1 build1
* Tue Dec 17 2019 Jan Horak <jhorak@redhat.com> - 68.3.1-1
- Update to 68.3.1 build1