diff --git a/tcl-8.5.1-autopath.patch b/tcl-8.5.1-autopath.patch index 063b03b..87317d3 100644 --- a/tcl-8.5.1-autopath.patch +++ b/tcl-8.5.1-autopath.patch @@ -44,10 +44,10 @@ diff -up tcl8.5.7/unix/configure.in.old tcl8.5.7/unix/configure.in TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl" elif test "$prefix/lib" != "$libdir"; then - TCL_PACKAGE_PATH="${libdir} ${prefix}/lib ${TCL_PACKAGE_PATH}" -+ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${TCL_PACKAGE_PATH}" ++ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${libdir}/tk8.5 ${prefix}/share/tk8.5 ${TCL_PACKAGE_PATH}" else - TCL_PACKAGE_PATH="${prefix}/lib ${TCL_PACKAGE_PATH}" -+ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${TCL_PACKAGE_PATH}" ++ TCL_PACKAGE_PATH="${libdir}/tcl8.5 ${prefix}/share/tcl8.5 ${libdir}/tk8.5 ${prefix}/share/tk8.5 ${TCL_PACKAGE_PATH}" fi #-------------------------------------------------------------------- diff --git a/tcl.spec b/tcl.spec index 255bdce..46f64c2 100644 --- a/tcl.spec +++ b/tcl.spec @@ -5,7 +5,7 @@ Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}8.5/%{name}Config.sh %changelog +* Wed Jun 09 2010 Jaroslav Škarvada - 1:8.5.8-2 +- Reverted back tk paths (#540296) + * Wed Mar 17 2010 Jaroslav Škarvada - 1:8.5.8-1 - 562148 update to 8.5.8