rpms/tclpro/F-8 tclpro-compiler-startup.patch,1.1,1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Dec 16 05:30:28 UTC 2007


Author: wart

Update of /cvs/extras/rpms/tclpro/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19329

Modified Files:
	tclpro-compiler-startup.patch 
Log Message:
Update patch for BZ #425807



tclpro-compiler-startup.patch:

Index: tclpro-compiler-startup.patch
===================================================================
RCS file: /cvs/extras/rpms/tclpro/F-8/tclpro-compiler-startup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tclpro-compiler-startup.patch	25 Nov 2006 23:50:24 -0000	1.1
+++ tclpro-compiler-startup.patch	16 Dec 2007 05:30:16 -0000	1.2
@@ -1,10 +1,18 @@
---- modules/compiler/src/startup.tcl.orig	2006-11-01 21:39:11.000000000 -0800
-+++ modules/compiler/src/startup.tcl	2006-11-01 21:39:38.000000000 -0800
+--- tclpro-20061030cvs/modules/compiler/src/startup.tcl.orig	2007-12-15 21:05:59.000000000 -0800
++++ tclpro-20061030cvs/modules/compiler/src/startup.tcl	2007-12-15 21:08:34.000000000 -0800
 @@ -1,3 +1,7 @@
 +#!/bin/sh
 +# \
-+exec wish "$0" ${1+"$@"}
++exec tclsh "$0" ${1+"$@"}
 +
  # startup.tcl --
  #
  #  Startup script for the TclPro bytecode compiler.
+@@ -13,6 +17,7 @@
+ 
+ package require projectInfo
+ package require cmdline
++package require procomp 1.0
+ 
+ # Set up hook to check TclPro license keys.
+ 




More information about the fedora-extras-commits mailing list