rpms/thunderbird/FC-3 thunderbird.sh.in, 1.2, 1.3 thunderbird.spec, 1.21, 1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 28 05:21:12 UTC 2005


Author: wtogami

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

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/FC-3/thunderbird.sh.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunderbird.sh.in	23 Mar 2005 16:35:32 -0000	1.2
+++ thunderbird.sh.in	28 Apr 2005 05:21:10 -0000	1.3
@@ -12,10 +12,12 @@
 #MOZ_CLIENT_PROGRAM="$MRE_HOME/mozilla-xremote-client -a thunderbird"
 MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird -remote" 
 
-## Set MOZ_ENABLE_PANGO
 ##
-MOZ_ENABLE_PANGO=1
-export 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_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/FC-3/thunderbird.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- thunderbird.spec	24 Mar 2005 15:50:34 -0000	1.21
+++ thunderbird.spec	28 Apr 2005 05:21:10 -0000	1.22
@@ -189,6 +189,9 @@
 #===============================================================================
 
 %changelog
+* Wed Apr 27 2005 Warren Togami <wtogami at redhat.com>
+- correct confusing PANGO vars in startup script
+
 * Thu Mar 24 2005 Christopher Aillon <caillon at redhat.com> 1.0.2-1.3.2
 - Add patch to request the correct system color from gtk
 - Add patch to reduce round trips to the X-server during remote control




More information about the fedora-cvs-commits mailing list