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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Jun 4 03:30:39 UTC 2007


Author: wart

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

Modified Files:
	tcldebugger.spec 
Added Files:
	tcldebugger-1.4-browser.patch 
Log Message:
Change Help menu command from 'netscape' to the generic 'htmlview' and add 'Requires: htmlview'



tcldebugger-1.4-browser.patch:

--- NEW FILE tcldebugger-1.4-browser.patch ---
--- tcldebugger-20061030cvs/system.tcl.orig	2007-06-03 17:25:51.000000000 -0700
+++ tcldebugger-20061030cvs/system.tcl	2007-06-03 17:26:20.000000000 -0700
@@ -42,7 +42,7 @@
     variable browser
     set browser(start)     "::start" 
     set browser(iexplorer) "iexplorer -nohome"
-    set browser(netscape)  "netscape -no-about-splash -dont-save-geometry-prefs"
+    set browser(netscape)  "htmlview"
 }
 
 # system::init --


Index: tcldebugger.spec
===================================================================
RCS file: /cvs/extras/rpms/tcldebugger/devel/tcldebugger.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tcldebugger.spec	3 Jun 2007 23:28:31 -0000	1.2
+++ tcldebugger.spec	4 Jun 2007 03:30:04 -0000	1.3
@@ -5,7 +5,7 @@
 Summary: Tcl debugging library
 Name: tcldebugger
 Version: 1.4
-Release: 2.%{cvsdate}cvs%{?dist}
+Release: 3.%{cvsdate}cvs%{?dist}
 License: BSD
 Group: Development/Libraries
 # cvs -d:pserver:anonymous at tclpro.cvs.sourceforge.net:/cvsroot/tclpro export -D 2006-10-30 -d tcldebugger-20061030cvs tcldebugger
@@ -16,9 +16,10 @@
 Patch2:  tcldebugger-1.4-tkupdate.patch
 Patch3:  tcldebugger-1.4-shortsplash.patch
 Patch4:  tcldebugger-1.4-shebang.patch
+Patch5:  tcldebugger-1.4-browser.patch
 URL: http://tclpro.sourceforge.net/
 BuildRequires: tcl-devel autoconf
-Requires: tcl(abi) = 8.4 tk tclparser tcllib tbcload
+Requires: tcl(abi) = 8.4 tk tclparser tcllib tbcload htmlview
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -62,6 +63,10 @@
 %{_mandir}/mann/*.gz
 
 %changelog
+* Sun Jun 3 2007 Wart <wart at kobold.org> 1.4-3.20061030cvs
+- Change Help menu command from 'netscape' to the generic 'htmlview'
+  and add 'Requires: htmlview'
+
 * Sat Jun 2 2007 Wart <wart at kobold.org> 1.4-2.20061030cvs
 - Move to a tcl-specific directory for faster loading
 




More information about the fedora-extras-commits mailing list