rpms/ddd/devel ddd-3.3.11-htmlview.patch,1.1,1.2 ddd.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Nov 20 20:32:30 UTC 2007


Author: spot

Update of /cvs/extras/rpms/ddd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5136/devel

Modified Files:
	ddd-3.3.11-htmlview.patch ddd.spec 
Log Message:

Fix 365391, use xdg-open to open a browser.


ddd-3.3.11-htmlview.patch:

Index: ddd-3.3.11-htmlview.patch
===================================================================
RCS file: /cvs/extras/rpms/ddd/devel/ddd-3.3.11-htmlview.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ddd-3.3.11-htmlview.patch	30 Sep 2006 01:19:12 -0000	1.1
+++ ddd-3.3.11-htmlview.patch	20 Nov 2007 20:32:27 -0000	1.2
@@ -18,7 +18,7 @@
 -|| mosaic '@URL@' \
 -|| Mosaic '@URL@' \
 -|| @XTERM@ -e lynx '@URL@'
-+ htmlview '@URL@'
++ xdg-open '@URL@'
  
  
  ! Plotting stuff.


Index: ddd.spec
===================================================================
RCS file: /cvs/extras/rpms/ddd/devel/ddd.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ddd.spec	23 Aug 2007 13:13:38 -0000	1.4
+++ ddd.spec	20 Nov 2007 20:32:27 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: GUI for several command-line debuggers
 Name: ddd
 Version: 3.3.11
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPLv2+
 Group: Development/Debuggers
 URL: http://www.gnu.org/software/ddd/
@@ -16,7 +16,7 @@
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
-Requires: gdb, xorg-x11-utils, xterm, gnuplot, htmlview
+Requires: gdb, xorg-x11-utils, xterm, gnuplot, xdg-utils
 BuildRequires: lesstif-devel, ncurses-devel, libXaw-devel 
 BuildRequires: elfutils-libelf-devel, xterm 
 BuildRequires: desktop-file-utils, gdb, xorg-x11-utils, readline-devel
@@ -96,6 +96,9 @@
 %{_mandir}/man1/ddd.1*
 
 %changelog
+* Tue Nov 20 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 3.3.11-17
+- use xdg-utils to open html pages
+
 * Thu Aug 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 3.3.11-16
 - fix license tag
 




More information about the fedora-extras-commits mailing list