rpms/xdg-utils/devel xdg-utils-htmlview.patch,1.2,1.3

Rex Dieter rdieter at fedoraproject.org
Fri Jul 9 16:28:35 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/xdg-utils/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6473

Modified Files:
	xdg-utils-htmlview.patch 
Log Message:
sync mod from F-12 branch


xdg-utils-htmlview.patch:
 xdg-open.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: xdg-utils-htmlview.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/devel/xdg-utils-htmlview.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xdg-utils-htmlview.patch	12 Apr 2010 01:32:59 -0000	1.2
+++ xdg-utils-htmlview.patch	9 Jul 2010 16:28:35 -0000	1.3
@@ -1,12 +1,12 @@
 diff -up xdg-utils/scripts/xdg-open.in.htmlview xdg-utils/scripts/xdg-open.in
---- xdg-utils/scripts/xdg-open.in.htmlview	2010-03-07 04:45:48.000000000 -0600
-+++ xdg-utils/scripts/xdg-open.in	2010-04-11 19:55:43.740818192 -0500
-@@ -193,7 +193,7 @@ if [ x"$DE" = x"" ]; then
-     if [ x"$BROWSER" = x"" ]; then
-         BROWSER=links2:links:lynx:w3m
-         if [ -n "$DISPLAY" ]; then
--            BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
-+            BROWSER=htmlview:firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
-         fi
+--- xdg-utils/scripts/xdg-open.in.htmlview	2010-07-09 08:43:05.000000000 -0500
++++ xdg-utils/scripts/xdg-open.in	2010-07-09 11:31:03.001178866 -0500
+@@ -196,7 +196,7 @@ fi
+ if [ x"$BROWSER" = x"" ]; then
+     BROWSER=links2:links:lynx:w3m
+     if [ -n "$DISPLAY" ]; then
+-        BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
++        BROWSER=htmlview:firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
      fi
-     DE=generic
+ fi
+ 



More information about the scm-commits mailing list