Page MenuHomeSolus

D798.id2037.diff
No OneTemporary

D798.id2037.diff

diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<PISI>
- <Name>programming.library</Name>
-</PISI>
-
diff --git a/files/tcl-conf.patch b/files/tcl-conf.patch
new file mode 100644
--- /dev/null
+++ b/files/tcl-conf.patch
@@ -0,0 +1,26 @@
+From 3e81d6ec049f9af336c588aacf73d53013e4de76 Mon Sep 17 00:00:00 2001
+From: Pierre-Yves <pyu@riseup.net>
+Date: Fri, 1 Sep 2017 18:04:33 +0200
+Subject: [PATCH] tcl conf
+
+Signed-off-by: Pierre-Yves <pyu@riseup.net>
+---
+ unix/tcl.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/unix/tcl.m4 b/unix/tcl.m4
+index 8a802fb..fd2f976 100644
+--- a/unix/tcl.m4
++++ b/unix/tcl.m4
+@@ -1402,7 +1402,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
+ # get rid of the warnings.
+ #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
+
+- SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
++ SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}'
+ DL_OBJS="tclLoadDl.o"
+ DL_LIBS="-ldl"
+ LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
+--
+2.14.1
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,24 +1,53 @@
name : tcl
-version : 8.6.6
-release : 5
+version : 8.6.7
+release : 6
source :
- - http://downloads.sourceforge.net/tcl/tcl8.6.6-src.tar.gz : a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07
-license :
- - BSD
+ - https://netcologne.dl.sourceforge.net/project/tcl/Tcl/8.6.7/tcl8.6.7-src.tar.gz : 7c6b8f84e37332423cfe5bae503440d88450da8cc1243496249faa5268026ba5
+homepage : http://www.tcl.tk
+license : TCL
+component : programming.library
summary : tcl (Tool Command Language)
-libsplit : no
-patterns :
- - docs : /usr/share/man/mann
- - docs : /usr/share/man/man3
description: |
Tcl is a powerful but easy to use dynamic programming language suitable for a wide range of uses including web and desktop applications, along with networking, administration, and more.
+patterns :
+ - devel: /usr/lib64/tcl8.6/include/
+ - docs :
+ - /usr/share/man/mann
+ - /usr/share/man/man3
+builddeps :
+ - httpd-devel # make test
setup : |
+ export majorVer=$(echo $version | sed -r 's/\.[0-9]+$//')
+
+ %patch -p1 < $pkgfiles/tcl-conf.patch
+
pushd unix
- %configure --enable-64bit --includedir=/usr/include/tcl8.6
+ %configure --enable-64bit --enable-threads --includedir=/usr/include/tcl${majorVer}
+ popd
build : |
+ export majorVer=$(echo $version | sed -r 's/\.[0-9]+$//')
+
pushd unix
- %make
+ %make TCL_LIBRARY=%libdir%/tcl${majorVer}
+ popd
install : |
+ export majorVer=$(echo $version | sed -r 's/\.[0-9]+$//')
+
+ pushd unix
+ %make_install TCL_LIBRARY=%libdir%/tcl${majorVer}
+ popd
+
+ # install private headers
+ mkdir -p $installdir%libdir%/tcl${majorVer}/include/{generic,unix}
+ find generic unix -name "*.h" -exec install -p '{}' $installdir%libdir%/tcl${majorVer}/include/'{}' ';'
+
+ ln -sv /usr/bin/tclsh${majorVer} $installdir/usr/bin/tclsh
+ ln -sv libtcl${majorVer}.so $installdir%libdir%/libtcl.so
+
+ # remove build $workdir traces
+ sed -i -e "s|$workdir/unix|%libdir%|" -e "s|$workdir|%libdir%/tcl${majorVer}/include|" $installdir%libdir%/tclConfig.sh
+check : |
pushd unix
- %make_install
- ln -sv /usr/bin/tclsh8.6 $installdir/usr/bin/tclsh
+ # Total 31334 Passed 29922 Skipped 1358 Failed 54 <- still need to be analysed
+ %make test
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,11 +1,12 @@
<PISI>
<Source>
<Name>tcl</Name>
+ <Homepage>http://www.tcl.tk</Homepage>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>BSD</License>
+ <License>TCL</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">tcl (Tool Command Language)</Summary>
<Description xml:lang="en">Tcl is a powerful but easy to use dynamic programming language suitable for a wide range of uses including web and desktop applications, along with networking, administration, and more.
@@ -18,263 +19,265 @@
<Description xml:lang="en">Tcl is a powerful but easy to use dynamic programming language suitable for a wide range of uses including web and desktop applications, along with networking, administration, and more.
</Description>
<PartOf>programming.library</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="6">tcl-devel</Dependency>
+ </RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/tcl8.6/auto.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/clock.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/ascii.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/big5.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1250.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1251.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1252.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1253.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1254.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1255.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1256.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1257.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp1258.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp437.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp737.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp775.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp850.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp852.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp855.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp857.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp860.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp861.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp862.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp863.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp864.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp865.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp866.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp869.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp874.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp932.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp936.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp949.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/cp950.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/dingbats.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/ebcdic.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/euc-cn.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/euc-jp.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/euc-kr.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/gb12345.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/gb1988.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/gb2312-raw.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/gb2312.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso2022-jp.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso2022-kr.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso2022.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-1.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-10.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-13.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-14.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-15.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-16.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-2.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-3.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-4.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-5.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-6.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-7.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-8.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/iso8859-9.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/jis0201.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/jis0208.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/jis0212.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/koi8-r.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/koi8-u.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/ksc5601.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macCentEuro.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macCroatian.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macCyrillic.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macDingbats.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macGreek.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macIceland.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macJapan.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macRoman.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macRomania.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macThai.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macTurkish.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/macUkraine.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/shiftjis.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/symbol.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/encoding/tis-620.enc</Path>
- <Path fileType="library">/usr/lib/tcl8.6/history.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/http1.0/http.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/http1.0/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/init.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/af.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/af_za.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ar.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ar_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ar_jo.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ar_lb.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ar_sy.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/be.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/bg.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/bn.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/bn_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ca.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/cs.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/da.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/de.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/de_at.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/de_be.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/el.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_au.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_be.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_bw.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_ca.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_gb.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_hk.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_ie.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_nz.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_ph.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_sg.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_za.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/en_zw.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/eo.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_ar.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_bo.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_cl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_co.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_cr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_do.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_ec.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_gt.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_hn.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_mx.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_ni.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_pa.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_pe.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_pr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_py.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_sv.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_uy.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/es_ve.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/et.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/eu.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/eu_es.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fa.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fa_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fa_ir.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fi.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fo.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fo_fo.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fr_be.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fr_ca.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/fr_ch.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ga.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ga_ie.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/gl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/gl_es.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/gv.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/gv_gb.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/he.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/hi.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/hi_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/hr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/hu.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/id.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/id_id.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/is.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/it.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/it_ch.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ja.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/kl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/kl_gl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ko.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ko_kr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/kok.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/kok_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/kw.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/kw_gb.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/lt.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/lv.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/mk.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/mr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/mr_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ms.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ms_my.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/mt.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/nb.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/nl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/nl_be.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/nn.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/pl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/pt.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/pt_br.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ro.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ru.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ru_ua.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sh.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sk.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sl.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sq.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sv.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/sw.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ta.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/ta_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/te.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/te_in.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/th.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/tr.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/uk.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/vi.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/zh.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/zh_cn.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/zh_hk.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/zh_sg.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/msgs/zh_tw.msg</Path>
- <Path fileType="library">/usr/lib/tcl8.6/opt0.4/optparse.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/opt0.4/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/package.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/parray.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/safe.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/tclAppInit.c</Path>
- <Path fileType="library">/usr/lib/tcl8.6/tclIndex</Path>
- <Path fileType="library">/usr/lib/tcl8.6/tm.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8.6/word.tcl</Path>
- <Path fileType="library">/usr/lib/tcl8/8.4/platform-1.0.14.tm</Path>
- <Path fileType="library">/usr/lib/tcl8/8.4/platform/shell-1.1.4.tm</Path>
- <Path fileType="library">/usr/lib/tcl8/8.5/msgcat-1.6.0.tm</Path>
- <Path fileType="library">/usr/lib/tcl8/8.5/tcltest-2.4.0.tm</Path>
- <Path fileType="library">/usr/lib/tcl8/8.6/http-2.8.9.tm</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/itcl.tcl</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/itclConfig.sh</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/itclHullCmds.tcl</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/itclWidget.tcl</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/libitcl4.0.5.so</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/libitclstub4.0.5.a</Path>
- <Path fileType="library">/usr/lib64/itcl4.0.5/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="library">/usr/lib64/sqlite3.13.0/libsqlite3.13.0.so</Path>
- <Path fileType="library">/usr/lib64/sqlite3.13.0/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/tcl8/8.6/tdbc/sqlite3-1.0.4.tm</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/itcl.tcl</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/itclConfig.sh</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/itclHullCmds.tcl</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/itclWidget.tcl</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/libitcl4.1.0.so</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/libitclstub4.1.0.a</Path>
+ <Path fileType="library">/usr/lib64/itcl4.1.0/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/sqlite3.20.0/libsqlite3.20.0.so</Path>
+ <Path fileType="library">/usr/lib64/sqlite3.20.0/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/auto.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/clock.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/ascii.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/big5.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1250.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1251.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1252.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1253.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1254.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1255.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1256.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1257.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp1258.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp437.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp737.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp775.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp850.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp852.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp855.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp857.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp860.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp861.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp862.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp863.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp864.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp865.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp866.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp869.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp874.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp932.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp936.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp949.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/cp950.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/dingbats.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/ebcdic.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/euc-cn.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/euc-jp.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/euc-kr.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/gb12345.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/gb1988.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/gb2312-raw.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/gb2312.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso2022-jp.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso2022-kr.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso2022.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-1.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-10.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-13.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-14.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-15.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-16.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-2.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-3.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-4.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-5.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-6.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-7.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-8.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/iso8859-9.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/jis0201.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/jis0208.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/jis0212.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/koi8-r.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/koi8-u.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/ksc5601.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macCentEuro.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macCroatian.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macCyrillic.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macDingbats.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macGreek.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macIceland.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macJapan.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macRoman.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macRomania.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macThai.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macTurkish.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/macUkraine.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/shiftjis.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/symbol.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/encoding/tis-620.enc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/history.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/http1.0/http.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/http1.0/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/init.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/af.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/af_za.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ar.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ar_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ar_jo.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ar_lb.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ar_sy.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/be.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/bg.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/bn.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/bn_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ca.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/cs.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/da.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/de.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/de_at.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/de_be.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/el.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_au.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_be.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_bw.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_ca.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_gb.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_hk.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_ie.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_nz.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_ph.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_sg.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_za.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/en_zw.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/eo.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_ar.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_bo.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_cl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_co.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_cr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_do.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_ec.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_gt.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_hn.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_mx.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_ni.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_pa.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_pe.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_pr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_py.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_sv.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_uy.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/es_ve.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/et.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/eu.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/eu_es.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fa.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fa_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fa_ir.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fi.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fo.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fo_fo.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fr_be.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fr_ca.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/fr_ch.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ga.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ga_ie.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/gl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/gl_es.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/gv.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/gv_gb.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/he.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/hi.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/hi_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/hr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/hu.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/id.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/id_id.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/is.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/it.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/it_ch.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ja.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/kl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/kl_gl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ko.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ko_kr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/kok.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/kok_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/kw.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/kw_gb.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/lt.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/lv.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/mk.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/mr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/mr_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ms.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ms_my.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/mt.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/nb.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/nl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/nl_be.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/nn.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/pl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/pt.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/pt_br.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ro.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ru.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ru_ua.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sh.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sk.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sl.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sq.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sv.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/sw.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ta.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/ta_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/te.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/te_in.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/th.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/tr.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/uk.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/vi.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/zh.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/zh_cn.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/zh_hk.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/zh_sg.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/msgs/zh_tw.msg</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/opt0.4/optparse.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/opt0.4/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/package.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/parray.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/safe.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/tclAppInit.c</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/tclIndex</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/tm.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/word.tcl</Path>
+ <Path fileType="library">/usr/lib64/tcl8/8.4/platform-1.0.14.tm</Path>
+ <Path fileType="library">/usr/lib64/tcl8/8.4/platform/shell-1.1.4.tm</Path>
+ <Path fileType="library">/usr/lib64/tcl8/8.5/msgcat-1.6.1.tm</Path>
+ <Path fileType="library">/usr/lib64/tcl8/8.5/tcltest-2.4.1.tm</Path>
+ <Path fileType="library">/usr/lib64/tcl8/8.6/http-2.8.11.tm</Path>
+ <Path fileType="library">/usr/lib64/tcl8/8.6/tdbc/sqlite3-1.0.5.tm</Path>
<Path fileType="library">/usr/lib64/tclConfig.sh</Path>
<Path fileType="library">/usr/lib64/tclooConfig.sh</Path>
- <Path fileType="library">/usr/lib64/tdbc1.0.4/libtdbc1.0.4.so</Path>
- <Path fileType="library">/usr/lib64/tdbc1.0.4/libtdbcstub1.0.4.a</Path>
- <Path fileType="library">/usr/lib64/tdbc1.0.4/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbc1.0.4/tdbc.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbc1.0.4/tdbcConfig.sh</Path>
- <Path fileType="library">/usr/lib64/tdbcmysql1.0.4/libtdbcmysql1.0.4.so</Path>
- <Path fileType="library">/usr/lib64/tdbcmysql1.0.4/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbcmysql1.0.4/tdbcmysql.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbcodbc1.0.4/libtdbcodbc1.0.4.so</Path>
- <Path fileType="library">/usr/lib64/tdbcodbc1.0.4/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbcodbc1.0.4/tdbcodbc.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbcpostgres1.0.4/libtdbcpostgres1.0.4.so</Path>
- <Path fileType="library">/usr/lib64/tdbcpostgres1.0.4/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/tdbcpostgres1.0.4/tdbcpostgres.tcl</Path>
- <Path fileType="library">/usr/lib64/thread2.8.0/libthread2.8.0.so</Path>
- <Path fileType="library">/usr/lib64/thread2.8.0/pkgIndex.tcl</Path>
- <Path fileType="library">/usr/lib64/thread2.8.0/ttrace.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbc1.0.5/libtdbc1.0.5.so</Path>
+ <Path fileType="library">/usr/lib64/tdbc1.0.5/libtdbcstub1.0.5.a</Path>
+ <Path fileType="library">/usr/lib64/tdbc1.0.5/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbc1.0.5/tdbc.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbc1.0.5/tdbcConfig.sh</Path>
+ <Path fileType="library">/usr/lib64/tdbcmysql1.0.5/libtdbcmysql1.0.5.so</Path>
+ <Path fileType="library">/usr/lib64/tdbcmysql1.0.5/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbcmysql1.0.5/tdbcmysql.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbcodbc1.0.5/libtdbcodbc1.0.5.so</Path>
+ <Path fileType="library">/usr/lib64/tdbcodbc1.0.5/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbcodbc1.0.5/tdbcodbc.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbcpostgres1.0.5/libtdbcpostgres1.0.5.so</Path>
+ <Path fileType="library">/usr/lib64/tdbcpostgres1.0.5/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/tdbcpostgres1.0.5/tdbcpostgres.tcl</Path>
+ <Path fileType="library">/usr/lib64/thread2.8.1/libthread2.8.1.so</Path>
+ <Path fileType="library">/usr/lib64/thread2.8.1/pkgIndex.tcl</Path>
+ <Path fileType="library">/usr/lib64/thread2.8.1/ttrace.tcl</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
@@ -285,12 +288,14 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="5">tcl</Dependency>
+ <Dependency release="6">tcl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="library">/usr/lib64/lib*.a</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
<Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="library">/usr/lib64/tcl8.6/include/</Path>
</Files>
</Package>
<Package>
@@ -305,12 +310,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2016-09-02</Date>
- <Version>8.6.6</Version>
+ <Update release="6">
+ <Date>2017-09-01</Date>
+ <Version>8.6.7</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 10 2023, 3:50 PM (8 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834925
Default Alt Text
D798.id2037.diff (45 KB)

Event Timeline