update to 60.8.0
This commit is contained in:
parent
563569fe79
commit
b5cb18a606
3
.gitignore
vendored
3
.gitignore
vendored
@ -251,3 +251,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
||||
/thunderbird-langpacks-60.7.2-20190620.tar.xz
|
||||
/lightning-langpacks-60.7.2.tar.xz
|
||||
/thunderbird-langpacks-60.7.2-20190621.tar.xz
|
||||
/thunderbird-60.8.0.source.tar.xz
|
||||
/thunderbird-langpacks-60.8.0-20190704.tar.xz
|
||||
/lightning-langpacks-60.8.0.tar.xz
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (thunderbird-60.7.2.source.tar.xz) = e889bbc75a72a7063122f4e49b702d921a1795d59e63597b8f42da1665863cf925498acda44bfcb4328b183be3413dab5f1f51d96bf4b867156ac15b3fa3e712
|
||||
SHA512 (thunderbird-langpacks-60.7.2-20190621.tar.xz) = b8089252cf741d542fc3e4d215ddc15aebadbf0d63dd08798b3a18759c778d388e40fd349aaf4a9500f87e1d392328afe56b5415066bc4de6e5e3ab3a312302f
|
||||
SHA512 (lightning-langpacks-60.7.2.tar.xz) = 287afc75b86db02c5fb8fb96b024d93821d4fa1b0c498588f1f541623f055b4e13021a43fe2a72292e136bf1a01da17a7569ea3ff22f727699c01f1144ee46cb
|
||||
SHA512 (thunderbird-60.8.0.source.tar.xz) = b465544a8cbedf0aff0f737cf98e2d030331f1ea016b2e541dfe30a5cf3172f9075e5a9c8d6b7e0f97ffc2e0d3eebbaf9a39e76a499b9fc976bbc0c944dfd058
|
||||
SHA512 (thunderbird-langpacks-60.8.0-20190704.tar.xz) = 9613f678dde57ef2c99bf389a180a7c222472df74d935b80b49ab68e61cd36ad4950d7bad79fe11fdbbb728954b50297d80c4c4e422e4edfc0268fff012bf259
|
||||
SHA512 (lightning-langpacks-60.8.0.tar.xz) = 9ee5321810cc316e5d9725e6e43c95f24ab907a75962c1e78c9f24fe0eda421a4608f242018f1d52aa8fbc1d9be4a4e1e01cc707e0b8a9ae466505d0e3468fe2
|
||||
|
@ -88,13 +88,13 @@ ExcludeArch: s390x
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 60.7.2
|
||||
Release: 2%{?dist}
|
||||
Version: 60.8.0
|
||||
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}-20190621.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20190704.tar.xz
|
||||
# Locales for lightning
|
||||
Source2: lightning-langpacks-%{version}.tar.xz
|
||||
%endif
|
||||
@ -109,7 +109,7 @@ Source28: thunderbird-wayland.sh.in
|
||||
Source29: thunderbird-wayland.desktop
|
||||
|
||||
# Build patches
|
||||
Patch1: rust-1.33-build.patch
|
||||
#Patch1: rust-1.33-build.patch
|
||||
Patch9: mozilla-build-arm.patch
|
||||
Patch26: build-icu-big-endian.patch
|
||||
Patch37: build-jit-atomic-always-lucky.patch
|
||||
@ -238,7 +238,7 @@ debug %{name}, you want to install %{name}-debuginfo instead.
|
||||
%setup -q
|
||||
|
||||
# Build patches
|
||||
%patch1 -p1 -b .rust-1.33-build
|
||||
#%patch1 -p1 -b .rust-1.33-build
|
||||
%patch9 -p2 -b .arm
|
||||
%ifarch s390
|
||||
%patch103 -p1 -b .rhbz-1219542-s390-build
|
||||
@ -698,6 +698,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Wed Jul 10 2019 Martin Stransky <stransky@redhat.com> - 60.8.0-1
|
||||
- Update to 60.8.0
|
||||
|
||||
* Fri Jun 21 2019 Jan Horak <jhorak@redhat.com> - 60.7.2-2
|
||||
- Update to 60.7.2 build 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user