From 23aa232728c3c7f05f7ed7c6eb9ec3c0ab3d9b66 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 9 Dec 2011 11:45:28 +0100 Subject: [PATCH] enabled gio support (#760644) --- thunderbird-mozconfig | 3 ++- thunderbird.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig index 6745396..552f532 100644 --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -29,8 +29,9 @@ ac_add_options --enable-system-hunspell ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi ac_add_options --disable-updater -#ac_add_options --enable-static ac_add_options --enable-startup-notification +ac_add_options --enable-gio +ac_add_options --disable-gnomevfs export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/thunderbird.spec b/thunderbird.spec index 5f1b4e2..5a5b552 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -27,7 +27,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 8.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -352,6 +352,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Fri Dec 9 2011 Martin Stransky - 8.0-4 +- enabled gio support (#760644) + * Tue Nov 29 2011 Jan Horak - 8.0-3 - Fixed s390x issues