Update to 45.2.0, removed harfbuz patch temporarily
This commit is contained in:
parent
2c13063e83
commit
028aa9ea3d
@ -46,7 +46,7 @@
|
||||
%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
|
||||
# Bump one with each minor lightning release
|
||||
%define gdata_version 2.6
|
||||
%define gdata_version_internal 0.4
|
||||
%define gdata_version_internal 0.5
|
||||
%global gdata_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
|
||||
|
||||
# The tarball is pretty inconsistent with directory structure.
|
||||
@ -56,7 +56,7 @@
|
||||
# set to the cwd, ie: '.'
|
||||
%define objdir objdir
|
||||
%define mozappdir %{_libdir}/%{name}
|
||||
%define tarballdir thunderbird-45.1.1
|
||||
%define tarballdir thunderbird-45.2.0
|
||||
|
||||
%define official_branding 1
|
||||
# enable crash reporter only for iX86
|
||||
@ -69,14 +69,14 @@
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 45.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 45.2.0
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
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}-20160606.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20160711.tar.xz
|
||||
%endif
|
||||
# Locales for lightning
|
||||
Source2: l10n-lightning-%{version}.tar.xz
|
||||
@ -218,9 +218,9 @@ cd %{tarballdir}
|
||||
cd mozilla
|
||||
%patch9 -p2 -b .arm
|
||||
%patch300 -p2 -b .852698
|
||||
%patch302 -p1 -b .mozbz-1228540
|
||||
#%patch302 -p1 -b .mozbz-1228540
|
||||
%patch303 -p2 -b .mozilla-1253216
|
||||
%patch301 -p1 -b .mozbz-1228540-1
|
||||
#%patch301 -p1 -b .mozbz-1228540-1
|
||||
#%patch102 -p2 -b .build-werror
|
||||
#%patch101 -p1 -b .nspr-prbool
|
||||
%ifarch s390
|
||||
@ -618,6 +618,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Mon Jul 11 2016 Jan Horak <jhorak@redhat.com> - 45.2.0-1
|
||||
- Update to 45.2.0
|
||||
|
||||
* Mon Jun 6 2016 Jan Horak <jhorak@redhat.com> - 45.1.1-2
|
||||
- Update to 45.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user