Update to 45.1.0
This commit is contained in:
parent
c41bca28af
commit
4d0abb047c
3
.gitignore
vendored
3
.gitignore
vendored
@ -137,3 +137,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
||||
/thunderbird-langpacks-45.0-20160412.tar.xz
|
||||
/thunderbird-45.0.source.tar.xz
|
||||
/l10n-lightning-45.0.tar.xz
|
||||
/thunderbird-langpacks-45.1.0-20160517.tar.xz
|
||||
/thunderbird-45.1.0.source.tar.xz
|
||||
/l10n-lightning-45.1.0.tar.xz
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
2eca54d1389ba395e1fb0790dc366acf thunderbird-langpacks-45.0-20160412.tar.xz
|
||||
7f0071afbcd2be0933f34d12122ca162 thunderbird-45.0.source.tar.xz
|
||||
7851eee0bbc34666323cbdee1b3ea5db l10n-lightning-45.0.tar.xz
|
||||
11ac8d03c4770c24ca7a697801aac373 thunderbird-langpacks-45.1.0-20160517.tar.xz
|
||||
ffd8dcef63986c75e197a51f82f2a723 thunderbird-45.1.0.source.tar.xz
|
||||
7851eee0bbc34666323cbdee1b3ea5db l10n-lightning-45.1.0.tar.xz
|
||||
|
@ -56,7 +56,7 @@
|
||||
# set to the cwd, ie: '.'
|
||||
%define objdir objdir
|
||||
%define mozappdir %{_libdir}/%{name}
|
||||
%define tarballdir thunderbird-45.0
|
||||
%define tarballdir thunderbird-45.1.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.0
|
||||
Release: 4%{?dist}
|
||||
Version: 45.1.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}-20160412.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20160517.tar.xz
|
||||
%endif
|
||||
# Locales for lightning
|
||||
Source2: l10n-lightning-%{version}.tar.xz
|
||||
@ -194,7 +194,7 @@ debug %{name}, you want to install %{name}-debuginfo instead.
|
||||
|
||||
%package lightning-gdata
|
||||
Summary: Lightning data provider for Google Calendar
|
||||
Version: 45.0%{gdata_version}.%{gdata_version_internal}
|
||||
Version: 45.1.0%{gdata_version}.%{gdata_version_internal}
|
||||
Requires: %{name}%{?_isa} = %{tb_version}-%{release}
|
||||
|
||||
%description lightning-gdata
|
||||
@ -619,6 +619,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Tue May 17 2016 Jan Horak <jhorak@redhat.com> - 45.1.0-1
|
||||
- Update to 45.1.0
|
||||
|
||||
* Wed Apr 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 45.0-4
|
||||
- Added fix for rhbz#1315225 - ppc64le/aarch64 build fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user