rpms/thunderbird/devel thunderbird-open-browser.sh, 1.1, 1.2 thunderbird.spec, 1.133, 1.134

Jan Horak xhorak at fedoraproject.org
Mon Mar 30 14:10:36 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5343

Modified Files:
	thunderbird-open-browser.sh thunderbird.spec 
Log Message:
Resolves: 492654


Index: thunderbird-open-browser.sh
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird-open-browser.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunderbird-open-browser.sh	9 Sep 2004 21:55:48 -0000	1.1
+++ thunderbird-open-browser.sh	30 Mar 2009 14:10:06 -0000	1.2
@@ -40,9 +40,9 @@
     url=about:blank
 fi
 
-# Use gnome-open if it exists (Gnome 2.6+ only)
-if [ -f /usr/bin/gnome-open ]; then
-    OUTPUT="$(/usr/bin/gnome-open "$url" 2>&1)"
+# Use xdg-open if it exists (Gnome 2.6+ only)
+if [ -f /usr/bin/xdg-open ]; then
+    OUTPUT="$(/usr/bin/xdg-open "$url" 2>&1)"
     if [ $? -ne 0 ]; then
         error_exit "$OUTPUT"
     fi


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- thunderbird.spec	23 Mar 2009 21:47:37 -0000	1.133
+++ thunderbird.spec	30 Mar 2009 14:10:06 -0000	1.134
@@ -9,7 +9,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        3.0
-Release:        2.1.beta2%{?dist}
+Release:        2.2.beta2%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -298,6 +298,9 @@
 #===============================================================================
 
 %changelog
+* Mon Mar 30 2009 Jan Horak <jhorak at redhat.com> - 3.0-2.2.beta2
+- Fixed open-browser.sh to use xdg-open instead of gnome-open
+
 * Mon Mar 23 2009 Christopher Aillon <caillon at redhat.com> - 3.0-2.1.beta2
 - Disable the default app nag dialog
 




More information about the fedora-extras-commits mailing list