rpms/thunderbird/F-10 thunderbird-open-browser.sh, 1.1, 1.2 thunderbird.spec, 1.123, 1.124

Jan Horak xhorak at fedoraproject.org
Mon Mar 30 14:12:24 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5678

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


Index: thunderbird-open-browser.sh
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/F-10/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:11:54 -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/F-10/thunderbird.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- thunderbird.spec	20 Mar 2009 15:36:17 -0000	1.123
+++ thunderbird.spec	30 Mar 2009 14:11:54 -0000	1.124
@@ -8,7 +8,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        2.0.0.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -329,6 +329,9 @@
 #===============================================================================
 
 %changelog
+* Mon Mar 30 2009 Jan Horak <jhorak at redhat.com> - 2.0.0.21-2
+- Fixed open-browser.sh to use xdg-open instead of gnome-open
+
 * Fri Mar 20 2009 Christopher Aillon <caillon at redhat.com> - 2.0.0.21-1
 - Update to 2.0.0.21
 




More information about the fedora-extras-commits mailing list