rpms/thunderbird/devel thunderbird.sh.in, 1.2, 1.3 thunderbird.spec, 1.28, 1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 28 05:19:58 UTC 2005


Author: wtogami

Update of /cvs/dist/rpms/thunderbird/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16885

Modified Files:
	thunderbird.sh.in thunderbird.spec 
Log Message:
correct confusing PANGO vars in startup script



Index: thunderbird.sh.in
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird.sh.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunderbird.sh.in	16 Dec 2004 22:21:15 -0000	1.2
+++ thunderbird.sh.in	28 Apr 2005 05:19:56 -0000	1.3
@@ -13,11 +13,11 @@
 MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird -remote" 
 
 ##
-## Set MOZ_ENABLE_PANGO
+## Set MOZ_ENABLE_PANGO is no longer used because Pango is enabled by default
+## you may use MOZ_DISABLE_PANGO=1 to force disabling of pango
 ##
-MOZ_ENABLE_PANGO=1
-export MOZ_ENABLE_PANGO
-
+#MOZ_DISABLE_PANGO=1
+#export MOZ_DISABLE_PANG
 
 function check_running() {
     $MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null


Index: thunderbird.spec
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- thunderbird.spec	24 Mar 2005 15:23:12 -0000	1.28
+++ thunderbird.spec	28 Apr 2005 05:19:56 -0000	1.29
@@ -184,6 +184,9 @@
 #===============================================================================
 
 %changelog
+* Wed Apr 27 2005 Warren Togami <wtogami at redhat.com>
+- correct confusing PANGO vars in startup script
+
 * Wed Mar 23 2005 Christopher Aillon <caillon at redhat.com> 1.0.2-1
 - Thunderbird 1.0.2
 




More information about the fedora-cvs-commits mailing list