From f500ed149473391bbb4baba28cc12788188f8800 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 1 Apr 2011 21:49:16 -0700 Subject: [PATCH] Enable startup notification It seems to have been unintentionally disabled https://bugzilla.redhat.com/649970 --- thunderbird-mozconfig | 1 + thunderbird.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig index 3ccb735..6ef6282 100644 --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -32,6 +32,7 @@ ac_add_options --disable-updater ac_add_options --enable-static ac_add_options --enable-gio ac_add_options --disable-gnomevfs +ac_add_options --enable-startup-notification export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/thunderbird.spec b/thunderbird.spec index c700738..7a1ebd1 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -30,7 +30,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 3.1.9 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -387,6 +387,9 @@ fi #=============================================================================== %changelog +* Fri Apr 1 2011 Orion Poplawski - 3.1.9-5 +- Enable startup notification + * Sun Mar 20 2011 Dan HorĂ¡k - 3.1.9-4 - updated the s390 build patch