rpms/tcl/devel tcl-confi.patch,1.1,1.2 tcl.spec,1.59,1.60

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Aug 6 17:41:57 UTC 2007


Author: wart

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

Modified Files:
	tcl-confi.patch tcl.spec 
Log Message:
Explicitly add %%{_datadir}/tcl8.4 and %%{_libdir}/tcl8.4 to the auto_path.



tcl-confi.patch:

Index: tcl-confi.patch
===================================================================
RCS file: /cvs/extras/rpms/tcl/devel/tcl-confi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-confi.patch	31 Jul 2007 09:54:53 -0000	1.1
+++ tcl-confi.patch	6 Aug 2007 17:41:54 -0000	1.2
@@ -41,7 +41,7 @@
      TCL_PACKAGE_PATH="${libdir} ${prefix}/lib"
  else
 -    TCL_PACKAGE_PATH="${prefix}/lib"
-+    TCL_PACKAGE_PATH="${libdir} ${prefix}/share"
++    TCL_PACKAGE_PATH="${libdir} ${prefix}/share ${prefix}/share/tcl8.4 ${libdir}/tcl8.4"
  fi
  
  #--------------------------------------------------------------------


Index: tcl.spec
===================================================================
RCS file: /cvs/extras/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- tcl.spec	31 Jul 2007 09:54:53 -0000	1.59
+++ tcl.spec	6 Aug 2007 17:41:54 -0000	1.60
@@ -3,7 +3,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1 
 License: BSD
 Group: Development/Languages
@@ -140,6 +140,10 @@
 %doc %{name}%{version}/html/*
 
 %changelog
+* Mon Aug 6 2007 Michael Thomas <wart at kobold.org> - 1:8.4.15-2
+- Explicitly add %%{_datadir}/tcl8.4 and %%{_libdir}/tcl8.4 to the
+  auto_path.
+
 * Tue May 22 2007 Marcela Maslanova <mmaslano at redhat.com> - 1:8.4.15-1
 - Update Tcl-8.4.15
 




More information about the scm-commits mailing list