From 6abc7fcb80ff1cedb868b02e8b956f402a06691e Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 24 Mar 2016 11:36:05 +0100 Subject: [PATCH] Update to 38.7.1 --- .gitignore | 3 +++ sources | 6 +++--- thunderbird.spec | 11 +++++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 134029f..00ba988 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ thunderbird-langpacks-3.1.2-20100803.tar.bz2 /thunderbird-38.6.0.source.tar.bz2 /thunderbird-langpacks-38.6.0-20160216.tar.xz /l10n-lightning-38.6.0.tar.xz +/thunderbird-langpacks-38.7.1-20160324.tar.xz +/thunderbird-38.7.1.source.tar.bz2 +/l10n-lightning-38.7.1.tar.xz diff --git a/sources b/sources index c602257..18e2587 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -110a1a31bb4fe7d50cfbfbfd65e5968b thunderbird-38.6.0.source.tar.bz2 -b2e18557e4ed729c647a2657418f4ee8 thunderbird-langpacks-38.6.0-20160216.tar.xz -83f1e8e5b6b6bc62e4368863ac58040b l10n-lightning-38.6.0.tar.xz +85d6a487f4324413236d826fe6786eca thunderbird-langpacks-38.7.1-20160324.tar.xz +dffe79a17094dad0859935795daf1706 thunderbird-38.7.1.source.tar.bz2 +83f1e8e5b6b6bc62e4368863ac58040b l10n-lightning-38.7.1.tar.xz diff --git a/thunderbird.spec b/thunderbird.spec index 3e5e6f8..3d8357f 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -63,14 +63,14 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 38.6.0 -Release: 6%{?dist} +Version: 38.7.1 +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}-20160216.tar.xz +Source1: thunderbird-langpacks-%{version}-20160324.tar.xz %endif # Locales for lightning Source2: l10n-lightning-%{version}.tar.xz @@ -182,7 +182,7 @@ debug %{name}, you want to install %{name}-debuginfo instead. %package lightning-gdata Summary: Lightning data provider for Google Calendar -Version: 38.6.0%{gdata_version}.%{gdata_version_internal} +Version: 38.7.1%{gdata_version}.%{gdata_version_internal} Requires: %{name}%{?_isa} = %{tb_version}-%{release} %description lightning-gdata @@ -598,6 +598,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Thu Mar 24 2016 Jan Horak - 38.7.1-1 +- Update to 38.7.1 + * Fri Feb 26 2016 Martin Stransky - 38.6.0-6 - Disabled gcc6 NULL pointer optimization (rhbz#1311886) again due to unfixed various TB parts