Update to 38.3.0

This commit is contained in:
Jan Horak 2015-09-29 15:01:25 +02:00
parent 8c56477b84
commit 02723d993b
3 changed files with 14 additions and 8 deletions

3
.gitignore vendored
View File

@ -119,3 +119,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2
/thunderbird-38.2.0.source.tar.bz2 /thunderbird-38.2.0.source.tar.bz2
/thunderbird-langpacks-38.2.0-20150819.tar.xz /thunderbird-langpacks-38.2.0-20150819.tar.xz
/l10n-lightning-38.2.0.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

View File

@ -1,3 +1,3 @@
df97af48b670cdaa5196a90360c952f7 thunderbird-38.2.0.source.tar.bz2 81dd8b5679787fd5fd91b76bc7923951 thunderbird-38.3.0.source.tar.bz2
d25f744414048ce17c1b1239ef9d06de thunderbird-langpacks-38.2.0-20150819.tar.xz 6e7de601ea9fed5805d8e901eb12385d thunderbird-langpacks-38.3.0-20150929.tar.xz
ba90e519df15fe32deac1d4d2aa49554 l10n-lightning-38.2.0.tar.xz ba90e519df15fe32deac1d4d2aa49554 l10n-lightning-38.3.0.tar.xz

View File

@ -38,7 +38,7 @@
%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\} %define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
# Bump one with each minor lightning release # Bump one with each minor lightning release
%define gdata_version 1.9 %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} %global gdata_extname %{_libdir}/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
# The tarball is pretty inconsistent with directory structure. # The tarball is pretty inconsistent with directory structure.
@ -61,14 +61,14 @@
Summary: Mozilla Thunderbird mail/newsgroup client Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird Name: thunderbird
Version: 38.2.0 Version: 38.3.0
Release: 2%{?dist} Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/ URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.bz2 Source0: ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.bz2
%if %{build_langpacks} %if %{build_langpacks}
Source1: thunderbird-langpacks-%{version}-20150819.tar.xz Source1: thunderbird-langpacks-%{version}-20150929.tar.xz
%endif %endif
# Locales for lightning # Locales for lightning
Source2: l10n-lightning-%{version}.tar.xz Source2: l10n-lightning-%{version}.tar.xz
@ -179,7 +179,7 @@ debug %{name}, you want to install %{name}-debuginfo instead.
%package lightning-gdata %package lightning-gdata
Summary: Lightning data provider for Google Calendar 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} Requires: %{name}%{?_isa} = %{tb_version}-%{release}
%description lightning-gdata %description lightning-gdata
@ -584,6 +584,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#=============================================================================== #===============================================================================
%changelog %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 * Thu Aug 20 2015 Jan Horak <jhorak@redhat.com> - 38.2.0-2
- Thunderbird provides thunderbird-lightning now - Thunderbird provides thunderbird-lightning now