summaryrefslogtreecommitdiffstats
path: root/thunderbird.spec
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird.spec')
-rw-r--r--thunderbird.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/thunderbird.spec b/thunderbird.spec
index 8d3d77b..b7656ae 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -68,14 +68,14 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
-Version: 24.0
+Version: 24.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}/source/thunderbird-%{version}.source.tar.bz2
%if %{build_langpacks}
-Source1: thunderbird-langpacks-%{version}-20130916.tar.xz
+Source1: thunderbird-langpacks-%{version}-20131030.tar.xz
%endif
Source10: thunderbird-mozconfig
Source11: thunderbird-mozconfig-branded
@@ -156,6 +156,7 @@ BuildRequires: libvpx-devel >= %{libvpx_version}
%endif
%if 0%{?rhel} == 6
BuildRequires: python27
+BuildRequires: devtoolset-2-toolchain
%endif
Requires: mozilla-filesystem
@@ -299,6 +300,7 @@ echo "ac_add_options --disable-webrtc" >> .mozconfig
%build
%if 0%{?rhel} == 6
. /opt/rh/python27/enable
+. /opt/rh/devtoolset-2/enable
%endif
cd %{tarballdir}
@@ -351,6 +353,7 @@ make -C objdir buildsymbols
%install
%if 0%{?rhel} == 6
. /opt/rh/python27/enable
+. /opt/rh/devtoolset-2/enable
%endif
cd %{tarballdir}/objdir
@@ -535,6 +538,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
+* Wed Oct 30 2013 Remi Collet <RPMS@FamilleCollet.com> - 24.1.0-1
+- sync with rawhide, update to 24.1.0
+- enable python27 and devtoolset-2 (gcc 4.8) for EL-6
+
+* Wed Oct 30 2013 Jan Horak <jhorak@redhat.com> - 24.1.0-1
+- Update to 24.1.0
+
+* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-4
+- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
+
* Wed Sep 18 2013 Remi Collet <RPMS@FamilleCollet.com> - 24.0-1
- Update to 24.0, sync with rawhide