Page MenuHomeSolus

Update tcl to 8.6.8
ClosedPublic

Authored by kyrios123 on Aug 10 2017, 8:58 PM.
Referenced Files
F11073294: D798.id5688.diff
Sat, Aug 12, 4:03 AM
F11073293: D798.id4187.diff
Sat, Aug 12, 4:03 AM
F11073292: D798.id1748.diff
Sat, Aug 12, 4:03 AM
F11073290: D798.id2039.diff
Sat, Aug 12, 4:03 AM
F11073289: D798.id2038.diff
Sat, Aug 12, 4:03 AM
F11073288: D798.id2985.diff
Sat, Aug 12, 4:03 AM
F11073287: D798.id2037.diff
Sat, Aug 12, 4:03 AM
F11073286: D798.id4068.diff
Sat, Aug 12, 4:03 AM
Subscribers
None

Details

Summary

Packaging:

  • add private headers
  • add symlink for libtcl.so
  • make sure all libs are installed under /usr/lib64
  • fix and clean tclConfig.sh
  • unhardcode version number where possible
  • add make test

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • unit tests : ok
  • build tk : ok
  • build expect (which wasn't working with the previous versions of this pkg) : ok
$ tclsh
% puts $tcl_version
8.6
% set a 0
while { $a < 10 } {
  puts "a is now $a"
  incr a
}0
% 
a is now 0
a is now 1
a is now 2
a is now 3
a is now 4
a is now 5
a is now 6
a is now 7
a is now 8
a is now 9
% 

Diff Detail

Repository
R3007 tcl
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 edited the summary of this revision. (Show Details)
kyrios123 edited the test plan for this revision. (Show Details)

complete package rework

minor update to make the package file prettiest

kyrios123 edited the summary of this revision. (Show Details)

fix libsplit

better package.yml formatting

kyrios123 retitled this revision from Update tcl to 8.6.7 to Update tcl to 8.6.8.
kyrios123 edited the summary of this revision. (Show Details)
kyrios123 edited the test plan for this revision. (Show Details)

Bump to 8.6.8

This revision is now accepted and ready to land.Feb 24 2018, 5:10 PM
This revision was automatically updated to reflect the committed changes.