rpms/tcldebugger/devel tcldebugger-1.4-browser.patch, 1.1, 1.2 tcldebugger.spec, 1.4, 1.5

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Oct 1 19:24:10 UTC 2007


Author: wart

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

Modified Files:
	tcldebugger-1.4-browser.patch tcldebugger.spec 
Log Message:
Switch from htmlview to xdg-utils



tcldebugger-1.4-browser.patch:

Index: tcldebugger-1.4-browser.patch
===================================================================
RCS file: /cvs/extras/rpms/tcldebugger/devel/tcldebugger-1.4-browser.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcldebugger-1.4-browser.patch	4 Jun 2007 03:30:04 -0000	1.1
+++ tcldebugger-1.4-browser.patch	1 Oct 2007 19:24:08 -0000	1.2
@@ -5,7 +5,7 @@
      set browser(start)     "::start" 
      set browser(iexplorer) "iexplorer -nohome"
 -    set browser(netscape)  "netscape -no-about-splash -dont-save-geometry-prefs"
-+    set browser(netscape)  "htmlview"
++    set browser(netscape)  "xdg-open"
  }
  
  # system::init --


Index: tcldebugger.spec
===================================================================
RCS file: /cvs/extras/rpms/tcldebugger/devel/tcldebugger.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcldebugger.spec	21 Aug 2007 16:02:07 -0000	1.4
+++ tcldebugger.spec	1 Oct 2007 19:24:08 -0000	1.5
@@ -5,7 +5,7 @@
 Summary: Tcl debugging library
 Name: tcldebugger
 Version: 1.4
-Release: 4.%{cvsdate}cvs%{?dist}
+Release: 5.%{cvsdate}cvs%{?dist}
 License: TCL
 Group: Development/Libraries
 # cvs -d:pserver:anonymous at tclpro.cvs.sourceforge.net:/cvsroot/tclpro export -D 2006-10-30 -d tcldebugger-20061030cvs tcldebugger
@@ -19,7 +19,7 @@
 Patch5:  tcldebugger-1.4-browser.patch
 URL: http://tclpro.sourceforge.net/
 BuildRequires: tcl-devel autoconf
-Requires: tcl(abi) = 8.4 tk tclparser tcllib tbcload htmlview
+Requires: tcl(abi) = 8.4 tk tclparser tcllib tbcload xdg-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -64,6 +64,9 @@
 %{_mandir}/mann/*.gz
 
 %changelog
+* Mon Oct 1 2007 Wart <wart at kobold.org> 1.4-5.20061030cvs
+- Switch from htmlview to xdg-utils
+
 * Tue Aug 21 2007 Wart <wart at kobold.org> 1.4-4.20061030cvs
 - License tag clarification
 - Apply forgotten patch




More information about the fedora-extras-commits mailing list