AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add -DUSE_INTERP_ERRORLINE to fix build with Tcl 8.6.
- update to version 0.8.3 - numerous bugfixes, see ChangeLog for a detailed list of changes - split off devel subpackage for stubs table, header and config script
- add autoconf as buildrequire to avoid implicit dependency
- Update to the final 0.8.2 release * Correct a licensing issue * Some cosmetical fixes
- New version: 0.8.2rc3 * Update to expat 2.0.1. * Improve 64bit support * Added the '-namespaces' option to the selectNodes method. * Added the methods 'transform' and 'delete' to xsltCmds. * Added the 'selectNodesNamespace' to documents. * Normalize case of attribute also (not only elements). * Added method deleteXPathCache: basic control over the xpath expression cache. * Variable references in XPath queries will now be resoved as Tcl variables. - Added tcllib to BuildRequires (needed for 'make test'). - Added the tnc extension to the package
- Add libexpat-devel to BuildRequires.
- New package: tdom - A XML/DOM/XPath/XSLT Implementation for Tcl, based on expat. - Patched to use the libexpat instead of included copy.