Update to 38.3.0
This commit is contained in:
parent
8c56477b84
commit
02723d993b
3
.gitignore
vendored
3
.gitignore
vendored
@ -119,3 +119,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
|
||||
/thunderbird-38.2.0.source.tar.bz2
|
||||
/thunderbird-langpacks-38.2.0-20150819.tar.xz
|
||||
/l10n-lightning-38.2.0.tar.xz
|
||||
/thunderbird-38.3.0.source.tar.bz2
|
||||
/thunderbird-langpacks-38.3.0-20150929.tar.xz
|
||||
/l10n-lightning-38.3.0.tar.xz
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
df97af48b670cdaa5196a90360c952f7 thunderbird-38.2.0.source.tar.bz2
|
||||
d25f744414048ce17c1b1239ef9d06de thunderbird-langpacks-38.2.0-20150819.tar.xz
|
||||
ba90e519df15fe32deac1d4d2aa49554 l10n-lightning-38.2.0.tar.xz
|
||||
81dd8b5679787fd5fd91b76bc7923951 thunderbird-38.3.0.source.tar.bz2
|
||||
6e7de601ea9fed5805d8e901eb12385d thunderbird-langpacks-38.3.0-20150929.tar.xz
|
||||
ba90e519df15fe32deac1d4d2aa49554 l10n-lightning-38.3.0.tar.xz
|
||||
|
@ -38,7 +38,7 @@
|
||||
%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
|
||||
# Bump one with each minor lightning release
|
||||
%define gdata_version 1.9
|
||||
%define gdata_version_internal 0.2
|
||||
%define gdata_version_internal 0.3
|
||||
%global gdata_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
|
||||
|
||||
# The tarball is pretty inconsistent with directory structure.
|
||||
@ -61,14 +61,14 @@
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 38.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 38.3.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.bz2
|
||||
%if %{build_langpacks}
|
||||
Source1: thunderbird-langpacks-%{version}-20150819.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}-20150929.tar.xz
|
||||
%endif
|
||||
# Locales for lightning
|
||||
Source2: l10n-lightning-%{version}.tar.xz
|
||||
@ -179,7 +179,7 @@ debug %{name}, you want to install %{name}-debuginfo instead.
|
||||
|
||||
%package lightning-gdata
|
||||
Summary: Lightning data provider for Google Calendar
|
||||
Version: %{gdata_version}.%{gdata_version_internal}
|
||||
Version: 38.3.0%{gdata_version}.%{gdata_version_internal}
|
||||
Requires: %{name}%{?_isa} = %{tb_version}-%{release}
|
||||
|
||||
%description lightning-gdata
|
||||
@ -584,6 +584,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2015 Jan Horak <jhorak@redhat.com> - 38.3.0-1
|
||||
- Update to 38.3.0
|
||||
|
||||
* Thu Aug 20 2015 Jan Horak <jhorak@redhat.com> - 38.2.0-2
|
||||
- Thunderbird provides thunderbird-lightning now
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user