rpms/tcl/devel tcl-8.4.7-path.patch,1.1,1.2 tcl.spec,1.62,1.63

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Wed Sep 26 07:27:24 UTC 2007


Author: mmaslano

Update of /cvs/pkgs/rpms/tcl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4725

Modified Files:
	tcl-8.4.7-path.patch tcl.spec 
Log Message:
Add forgotten else into patch - auto_path fully functional.


tcl-8.4.7-path.patch:

Index: tcl-8.4.7-path.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl-8.4.7-path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-8.4.7-path.patch	24 Aug 2007 09:46:53 -0000	1.1
+++ tcl-8.4.7-path.patch	26 Sep 2007 07:27:21 -0000	1.2
@@ -12,13 +12,13 @@
 -    }
 +if {[info exists env(TCLLIBPATH)]} {
 +    set auto_path $env(TCLLIBPATH)
-+} 
-+
++} else {
 +if {[file exists "/usr/lib64/tclX8.3"]} {
 +    set auto_path "/usr/share/tcl8.4 /usr/share /usr/lib64 /usr/lib"
 +} else {
 +    set auto_path ""
  }
++}
 +
 +
  namespace eval tcl {


Index: tcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- tcl.spec	24 Aug 2007 09:46:53 -0000	1.62
+++ tcl.spec	26 Sep 2007 07:27:21 -0000	1.63
@@ -3,7 +3,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}.15
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1 
 License: TCL
 Group: Development/Languages
@@ -142,6 +142,10 @@
 %doc %{name}%{version}/html/*
 
 %changelog
+* Wed Sep 26 2007 Marcela Maslanova <mmaslano at redhat.com> - 1:8.4.15-5
+- fix of patch - set auto_path was broken
+- Resolves: rhbz#306321
+
 * Fri Aug 24 2007 Marcela Maslanova <mmaslano at redhat.com> - 1:8.4.15-4
 - rebuild for mass rebuild
 - check license & path for 32b/64b fix




More information about the fedora-extras-commits mailing list