File tcl.changes of Package tcl

-------------------------------------------------------------------
Mon Sep  1 07:45:22 UTC 2014 - fcrozat@suse.com

- Update license tag to SPDX 1.2.
- Remove obsolete patches tcl-unload.patch and tcl.patch.

-------------------------------------------------------------------
Fri Sep 20 07:53:52 UTC 2013 - max@suse.com

- Final 8.6.1 release. Changes since rc0 include:
  * Fix segfaults in [dict] compilers.
  * Fix mem leak in [lreplace].

-------------------------------------------------------------------
Tue Sep 10 07:30:57 UTC 2013 - kpetsch@suse.com
 
- New patchlevel release 8.6.1rc0:
- Many optimaizations, improvements and tightened stack management
  in bytecode
- Many enhancements and Bugfixes:
  * Improve ensemble bytecode
  * Selected script code improvements => tcltest 2.3.6
  * Broaden glibc version detection => platform 1.0.12
  * [array set] compile improvement
  * [auto_mkindex] support Tcl00
  * Tcl_Zlib*() routines tolerate NULL interps
  * Improved [list {*}...] compile
  * Restored lost performance appending to long strings
  * Errors from execution traces become errors of the command

-------------------------------------------------------------------
Thu Jun 20 12:18:58 UTC 2013 - max@suse.com

- New version: 8.6.0.
- Itcl is now part of the Tcl main package.
- Disable profile feedback based optimization for now.
- Highlihhts of the new version:
  * Object Oriented Programming: The commands of the TclOO package
    are now part of Tcl itself. This gives Tcl a built-in object
    system that is fully dynamic, class-based, and includes
    advanced features such as meta-classes, filters, and mixins.
  * New version 4 of the popular package Itcl (aka incr Tcl) is
    also included, now built on a TclOO foundation, granting
    support for some traditional OO Tcl programming out of the box
    as well.
  * Stackless Evaluation: The evaluation of many levels of nested
    proc calls are no longer implemented as a stack of nested C
    routine calls. This revision in the internal implementation of
    Tcl evaluation makes deep recursion in Tcl scripts safe to
    do. But there's more...
  * This new implementation enables a collection of new commands,
    coroutine, tailcall, yield, and yieldto that provide profound
    new capabilities and models of concurrency to Tcl scripts.
  * Enhanced Exceptions: New commands try and throw and a wealth
    of new -errorcode values enable far more precise trapping and
    handling of exceptions using a familiar construct.
  * Batteries Included: Tcl delivers in the pkgs subdirectory a
    bundled collection of third-party packages built and installed
    along with Tcl.
  * Thread-enabled Operations: A thread-enabled default build, a
    bundled Thread package, and new command interp cancel make Tcl
    8.6 ready for your multi-threaded programming tasks.
  * SQL Database Powered: The bundled Tcl DataBase Connectivity
    (tdbc) interface package makes it possible to write your SQL
    database-powered scripts decoupled from any particular
    database engine. The bundled sqlite3 and tdbc::sqlite3
    packages supply a powerful and popular SQL database engine
    ready to use.
  * IPv6 Networking: Both client and server sockets support IPv6
    where platform support exists.
  * Built-in Zlib Compression: New command zlib provides utilities
    to handle compression of data and streams.
  * List Processing: New commands lmap and dict map enable the
    elegant expression of transformations over Tcl containers.
  * Stacked Channels by Script: New commands chan push and chan
    pop expose the power of stacked channels without the need to
    write C code.
  * Additional New Features: Temporary file creation, enhancements
    to list sorting and setting, dict filtering, half-close of
    bidirectional channels, encoding and decoding of binary
    sequences, finer control over load, and many many more.

-------------------------------------------------------------------
Fri Apr  5 10:42:09 UTC 2013 - idonmez@suse.com

- Add Source URL, see https://en.opensuse.org/SourceUrls

-------------------------------------------------------------------
Sun Nov 25 06:04:02 UTC 2012 - aj@suse.de

- The testsuite needs timezone data, require it at build time.

-------------------------------------------------------------------
Thu Aug  9 11:14:51 UTC 2012 - max@suse.com

- New patchlevel: 8.5.12:
  * Fix the values returned by [switch -regexp -indexvar]
  * Improve RFC compliance of the http package
  * Several other bugfixes

-------------------------------------------------------------------
Sun Jul 29 18:02:41 UTC 2012 - jengelh@inai.de

- Disable profiling on SPARC due to compiler bug [gcc #54121]
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags

-------------------------------------------------------------------
Wed Jan  4 08:45:50 UTC 2012 - cfarrell@suse.com

- license update: SUSE-TCL
  Use this proprietary extension to SPDX until upstream SPDX accepts TCL
  into their license list

-------------------------------------------------------------------
Wed Dec 21 10:45:06 UTC 2011 - coolo@suse.com

- add autoconf as buildrequire to avoid implicit dependency

-------------------------------------------------------------------
Tue Nov  8 15:18:10 UTC 2011 - max@suse.com

- New patchlevel release 8.5.11:
  * [3349507] correct double(1[string repeat 0 23])
  * [3371644] Tcl_ConvertElement() segfault
  * [3372130] hypot(.) segfault
  * [3389764] memleaks due to reference cycles in dup'd paths
  * [3390272] leak of [info script] value
  * [3393150] bignum leaks in Tcl_Get*() routines
  * [3393714] [string toupper] overflow
  * [3398794] panic in interp limit setting (gavlian,fellows)
  * [3401704] revised expr parser to permit function names like
    "nano()" instead of parsing as "nan o()" with missing op
        *** POTENTIAL INCOMPATIBILITY ***
  * [3405652] DTrace workaround
  * [3391977] -headers overrides -type (=> http 2.7.7)
  * [3400658] wrong num args msg with TclOO
  * [2935503] [file stat] returns bad mode

-------------------------------------------------------------------
Tue Oct  4 13:08:26 UTC 2011 - uli@suse.com

- cross-build fix: use %__cc macro

-------------------------------------------------------------------
Thu Jun 30 15:50:01 UTC 2011 - max@novell.com

- New patchlevel release 8.5.10:
  * Update Unicode data to 6.0
  * Fix handling of empty path lists in Safe Tcl.
  * (bug fix)[3098302] crash in compiled [catch]
  * (TIP 378)[3081184] improved TIP 280 performance
  * (enhancement) Restore TclFormatInt for performance
  * (enhancement) Tcl_PrintDouble performance improvements
  * (bug fix)[3142026] GrowEvaluationStack OBOE
  * (bug fix)[3072640] protect writes to ::error* variables
  * (bug fix)[3200987,3192636] parser buffer overruns
  * (bug fix)[3202905] failed intrep release of interp result
  * (bug fix)[3202171] repair [namespace inscope] optimizer
  * (bug fix) Fixes from libtommath 0.42.0 release
  * (bug fix)[3216070] [load] extension from embed Tcl apps
  * (bug fix)[3285472] intrep corruption in [string reverse]
  * (bug fix)[2662380] crash when variable append trace unsets
  * (bug fix)[3285375] Buffer overflow in [concat]
  * (internals change) revised TclFindElement() interface
        *** POTENTIAL INCOMPATIBILITY ***
  * (enhancement) dict->list w/o string rep generation
  * (bug fix)[3173086] Crash parsing long lists
  * (bug fix)[2715421] surplus \n in POST => http 2.7.6
  * (enhancement) msgcat internal improvements => msgcat 1.4.4
  * (bug fix)[3185407] cmd resolution epoch flaw
  * (bug fix)[3315098] mem leak generating double string rep
  * (new cmd) [tcltest::loadIntoSlaveInterpreter]
     => tcltest 2.3.3
  * (new feature) DEB_HOST_MULTIARCH support => platform 1.0.10
- Add tcl-stack.patch to fix stack direction checking for gcc 4.6.
- Removed stack-3.1 from the list of known-failing tests.
- tcl-SafeLdExp.patch isn't needed anymore.

-------------------------------------------------------------------
Wed Apr 27 09:15:05 UTC 2011 - idoenmez@novell.com

- Add stack-3.1 test to known failures, according to 
  http://www.linuxfoundation.org/en/TestPilot32-U0710#Tcl_Tests___v_8.5a4-1_.3D
  it fails elsewhere too. 

-------------------------------------------------------------------
Fri Sep  3 16:37:10 CEST 2010 - max@suse.de

- Bugfix release 8.5.9:
  * [sf#2891556] encoding finalization crash
  * rewrite of the Safe Base commands
  * [sf#2913616] msgcat: improved safe interp support
    => msgcat 1.4.3
  * [sf#2913625] [info script/nameof] in safe interps
  * [sf#2891362] enable time limit in child interps
  * [sf#2895741] enable min(), max() in safe interps
  * [sf#2918610] [file rootname] corruption
  * [sf#2932421] less [format %s] shimmer
  * [sf#2918110] [chan postevent] crash
  * [sf#2942697] faster match: some pathological regexp patterns
  * [sf#2939073] [array unset] unset trace crash
  * [sf#2933089] [info frame] shared lit trouble
  * [sf#2949740] [open |noSuch rb] crash
  * [sf#2954959] get sign of abs($zero) right
  * [sf#2936225] stop [chan copy] to slow channel consuming all
    memory with buffer backup
  * permit [fcopy] of > 2**31 bytes
  * [sf#2383005] [return -errorcode] reject non-list
  * [sf#2976504] broken fstatfs() call
  * [sf#2978773] refchan mem preservation
  * [sf#3004007] dict/list shimmer w/o string rep loss
  * platform: several fixes for 64 bit systems
    => platform 1.0.9
  * [sf#3016135] [clock format] in he_IL locale
  * (enhancement) -errorcode for [expr] domain errors
  * [sf#3037525] crash deleting vars @ callframe pop
  * [sf#3034840] mem corrupt when refchan loses interp
  * [sf#2826551] line-sensitive matching in regexp
  * [sf#3048354] buffer overflow detect in Fortify build
  * [sf#3057639] no read traces [lappend arr(elem) ...]
        *** POTENTIAL INCOMPATIBILITY ***

-------------------------------------------------------------------
Mon May 17 07:27:55 UTC 2010 - bg@novell.com

- Disable stack check for hppa to fix build.

-------------------------------------------------------------------
Fri Feb 19 19:36:17 CET 2010 - max@suse.de

- Add tcl-SafeLdExp.patch to prevent a floating point assist fault
  during startup on IA64 (bnc#578068).

-------------------------------------------------------------------
Thu Jan 21 12:55:33 CET 2010 - rguenther@suse.de

- Fix fortify violation in TraceVariableObjCmd.

-------------------------------------------------------------------
Wed Nov 18 16:18:20 CET 2009 - max@suse.de

- Bugfix release 8.5.8.
  * [info frame] account for continuation lines
  * account for ia64_32 => platform 1.0.5
  * improved error message in tcltest => tcltest 2.3.2
  * Broken DST applied EU rules to US zones
  * [sf#2446662] uniformly declare EOF on RST on sockets
  * [sf#1028264] delay WSACleanup() from under our feet
  * [sf#2785893] find command in deleted namespace
  * [sf#2798543] incorrect [expr] integer ** results
  * [sf#2801413] overflow in [format]
  * [sf#2802881] corrected compile env context
  * [sf#2819200] underflow settings on MIPS systems
  * [sf#2820349] plug event leak in notifier
  * [sf#2826248] crash in Tcl_GetChannelHandle
  * [sf#2830354] overflow in [format]
  * [sf#2827000] reflected channels can signal EGAIN
  * [sf#2806250] EIAS violation in ~foo pathnames
  * [sf#2837800] [glob */foo] return ./~x/foo
  * [sf#2845535] overflows in [format]
  * [sf#2849860] http handle "quoted" charset value
  * [sf#1941434] broken tclTomMath.h includes
  * [sf#2871908] leaked hash table
  * [sf#2874678] bignum leak in [dict incr]
  * [sf#2629338] crash in var unset traces
  * [sf#2107634] extend [read] and [gets] to Tcl string limits
  * [sf#2882561] Haiku OS signal support
  * [sf#2800740] halved bignum memory on 64-bit systems
    POTENTIAL INCOMPATIBILITY
  * [sf#2854929] TM search path support in Safe Base
  * [sf#2888099] [close] loses ENOSPC error
  * [sf#2891171] RFC 3986 compliance for ? in URL => http 2.7.5
  * [sf#2895565] [fcopy -size] miscounts when converting encodings

- Added tcl-unload.patch to fix a crash in the browser plugin.

-------------------------------------------------------------------
Sun Aug  2 18:48:13 UTC 2009 - jansimon.moeller@opensuse.org

- disable the testsuite for the moment on ARM 

-------------------------------------------------------------------
Tue Jun 16 15:33:55 CEST 2009 - max@suse.de

- Install binaries unstripped to fix debuginfo packages.

-------------------------------------------------------------------
Wed Jun  3 18:16:38 CEST 2009 - max@suse.de

- New release: 8.5.7:
  * Fix failure to read SHOUTcast streams in the http package.
  * Fix hang in channel finalization.
  * [file normalize] failed on some paths.
  * Fix crash with [chan create]d channel
  * Fix Tcl_FindCommand() bug exposed by oo.
  * Fix [string repeat] overflow crash.
  * Fix memleak in [file normalize].
  * Fix crash in Tcl_AppendStringToObj.
  * Fix Tcl_AppendObjToObj: append to self crash.
  * Fix several string overflows.
  * Fix [http::geturl] connection failures.

-------------------------------------------------------------------
Wed Jan  7 12:34:56 CET 2009 - olh@suse.de

- obsolete old -XXbit packages (bnc#437293)

-------------------------------------------------------------------
Wed Oct 15 16:24:22 CEST 2008 - max@suse.de

- Bugfix release 8.5.5:
  * Prevent overflow crash in [lrepeat].
  * Fixed crash in [namespace inscope] involving Tcl_ConcatObj().
  * Improved efficiency converting between lists and dicts.
  * Corrected failure to export [min] and [max] from
    ::tcl::mathfunc.
  * Fixed incorrect isqrt() results on a few values and platforms.
  * Tcl now only asks the system to unload shared libraries that 
    explicitly Tcl's [unload] facility.
  * Corrected broken handling of ***= regular expressions.

-------------------------------------------------------------------
Mon Sep  8 11:43:34 CEST 2008 - max@suse.de

- New release: 8.5.4:
  * fix mem leak in [seek] on reflected channels
  * preserve item intreps when converting from dict to list
  * [info frame] returns file data in more cases
  * fix rare panic in TclStackFree
  * 64bit support for http zlib crc
  * automatic [package provide] for TMs

-------------------------------------------------------------------
Thu Jul 10 16:48:09 CEST 2008 - max@suse.de

- New release: 8.5.3:
  * Add support for bidirectional [fcopy].
  * Fix [fcopy] callbacks.
  * Fix [chan postevent] crash.
  * Fix broken [format {% d}].
  * Fix [dict append] crash.
  * Fix crash in [glob -dir {} a].
  * Support TM packages in Safe Base.

-------------------------------------------------------------------
Wed May  7 11:44:53 CEST 2008 - max@suse.de

- Added a fix and a test for a crash in the [dict append] command.

-------------------------------------------------------------------
Mon Apr  7 21:15:17 CEST 2008 - max@suse.de

- Added /etc/rpm/macros.tcl
- Fixed behaviour of "% d" format string.

-------------------------------------------------------------------
Wed Apr  2 18:04:42 CEST 2008 - max@suse.de

- New release: 8.5.2:
  * Speed: 8.5 now runs 10% faster than 8.4 with bytecode
    improvements, object caching and reduced memory usage.
  * Bignums: Tcl now supports arbitrary-precision integers, which
    improves math operations on large integers.
  * Safer interps: Tcl's powerful safe interpreter mechanism now
    has improved control of time and command limits in slave
    interpreters.
  * clock command: More robust implementation of command for
    specifying time, with significant l10n and i18n improvements.
  * dict command: New data structure that allows access to data
    by value rather than a variable name, which is substantially
    faster.
  * Additional improvements: Faster list search, new and improved
    mathematics procedures, anonymous procedures, new ways to
    package Tcl extensions, Tcl-level custom channel types, file
    and line location information for each command, and more.
  * More details in /usr/share/doc/packages/tcl/changes .

- Changed install locations for extensions: Compiled packages now
  go into their own subdir under /usr/lib{,64}/tcl, script-only
  packages go into /usr/share/tcl .

-------------------------------------------------------------------
Wed Jun  6 18:15:22 CEST 2007 - max@suse.de

- New Patchlevel release: 8.4.15
- fix [file copy] on afs
- use > 32 async sockets on 64bit system
- fix list shimmer crash in [lsort]
- fix list shimmer crash in [foreach]
- fix list shimmer crash in [array set]
- fix buffer overflow in [registry keys]

-------------------------------------------------------------------
Tue Oct 17 19:26:46 CEST 2006 - max@suse.de

- New patchlevel release: 8.4.14rc2
- srand() accept wide input.
- interactive Tcl_Main blocks main loop
- proc re-compile: preserve the previous bytecode while references
  still on the stack
- fixed [glob] on VFS
- fix intermittent failures in TclUnixWaitForFile()
- fix filesystem segfaults
- use of MT-safe system calls
- make [lappend $nonList] complain
- alignment fixes in unicode encoding routines
- [set ::http::strict 1] (default value is 0) to enable URL validity
  checking against RFC 2986

-------------------------------------------------------------------
Mon Sep 11 15:35:13 CEST 2006 - max@suse.de

- New version: 8.4.13
- Fixes abs(MIN_INT) handling (obsoletes tcl-abs.patch)
- Fixes exec (#127822, obsoletes tcl-exec.patch)
- Several other bugfixes.

-------------------------------------------------------------------
Wed Jan 25 21:31:00 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Mon Jan 16 20:14:30 CET 2006 - max@suse.de

- Fixed a potential segfault in the exec command (#127822).

-------------------------------------------------------------------
Mon Dec 12 11:51:03 CET 2005 - max@suse.de

- Fixed abs(MIN_INT) handling.

-------------------------------------------------------------------
Thu Dec  8 17:07:13 CET 2005 - max@suse.de

- New version: 8.4.12

-------------------------------------------------------------------
Sun Nov  6 18:32:54 CET 2005 - schwab@suse.de

- Fix syntax error in unix configure script.

-------------------------------------------------------------------
Wed Jul 27 16:14:52 CEST 2005 - max@suse.de

- New version: 8.4.11
- Fixed package loading path. Now Tcl extensions are found under
  /usr/share/tcl, /usr/lib, and on biarch platforms also under
  /usr/lib64.

-------------------------------------------------------------------
Tue Jun 14 15:52:05 CEST 2005 - max@suse.de

- New version: 8.4.10
- Moved script libraries to /usr/share/tcl .

-------------------------------------------------------------------
Mon May  9 17:59:30 CEST 2005 - max@suse.de

- Fixed profile-based optimisation with gcc4 (tcl-profile.patch).

-------------------------------------------------------------------
Mon Mar 21 10:12:53 CET 2005 - max@suse.de

- Added prerequisites for the trigger scripts (bug #74027).

-------------------------------------------------------------------
Fri Mar 18 13:52:35 CET 2005 - max@suse.de

- Make sure that tcl-32bit finds the script libraries when
  installed on a 64bit system.

-------------------------------------------------------------------
Fri Dec  3 12:31:09 CET 2004 - max@suse.de

- New version: 8.4.9

-------------------------------------------------------------------
Mon Nov 22 21:48:13 CET 2004 - max@suse.de

- New version: 8.4.8

-------------------------------------------------------------------
Thu Aug 19 11:08:49 CEST 2004 - schwab@suse.de

- Fix broken tests that depend on particular directory order.

-------------------------------------------------------------------
Tue Jul 27 10:45:26 CEST 2004 - max@suse.de

- New version: 8.4.7

-------------------------------------------------------------------
Thu May 27 16:47:42 CEST 2004 - max@suse.de

- Added tcl-utf8-null.patch to fix bug #39165. Tcl wrote nullbytes
  as 0xc0, 0xc80 instead of 0x00 when writing to a UTF-8 encoded
  channel.

-------------------------------------------------------------------
Fri Mar  5 17:28:11 CET 2004 - max@suse.de

- Updated to the official 8.4.6 source tarball which fixes a
  memory leak.

-------------------------------------------------------------------
Fri Feb 27 15:18:26 CET 2004 - max@suse.de

- New version: 8.4.6

-------------------------------------------------------------------
Fri Feb  6 11:52:20 CET 2004 - max@suse.de

- Added -fno-strict-aliasing to CFLAGS.

-------------------------------------------------------------------
Tue Jan 20 16:04:39 CET 2004 - schwab@suse.de

- Move %define before first use.

-------------------------------------------------------------------
Thu Jan 15 11:28:33 CET 2004 - max@suse.de

- Added LDFLAGS for gcc-3.4 and feedback based optimization.

-------------------------------------------------------------------
Mon Jan 12 08:50:56 CET 2004 - max@suse.de

- New version: 8.4.5

- Removed tclbench, since "make test" seems to be enough exercise
  for the feedback based optimization.

-------------------------------------------------------------------
Thu Oct  2 16:49:51 CEST 2003 - max@suse.de

- Removed support for building static libs from the spec file.

- Added open-std-channels.patch to prevent tclsh from crashing
  when it's started with one or more of std{in,out,err} closed.

-------------------------------------------------------------------
Tue Sep  2 15:21:11 CEST 2003 - max@suse.de

- Disabled building of the static library to save build time and
  CD space.

-------------------------------------------------------------------
Wed Aug 13 18:02:54 CEST 2003 - max@suse.de

- Cleaned up the spec file from cruft, left from the times when it
  built multiple packages.

- Added support for GCC feedback based optimization.

- Added support for parallel compilaton.

-------------------------------------------------------------------
Thu Jul 24 11:46:44 CEST 2003 - max@suse.de

- Fixed a typo, that broke [pkg_mkIndex -verbose].

-------------------------------------------------------------------
Wed Jul 23 07:56:39 CEST 2003 - max@suse.de

- New version: 8.4.4

-------------------------------------------------------------------
Wed May 21 16:02:03 CEST 2003 - max@suse.de

- New version: 8.4.3

- Removed obsolete patches

-------------------------------------------------------------------
Wed Mar  5 11:45:43 CET 2003 - max@suse.de

- Updated to official 8.4.2 release tarball

- Essental diff to RC1 added as tcl-20030305.path.gz

-------------------------------------------------------------------
Thu Feb 27 13:37:11 CET 2003 - max@suse.de

- Updated to 8.4.2 RC1, and added an essential diff to the
  previous tarball (tcl-20030227.patch.bz2).

- tcl-StringObj.patch is no longer needed.

- Disabled the httpold-4.12 test, because it sometimes fails on
  Hammer due to timing issues.

-------------------------------------------------------------------
Tue Feb 18 16:54:28 CET 2003 - max@suse.de

- Updated to CVS HEAD, and added diff to the previous tarball
  for completeness.

- Added tcl-StringObj.patch to fix a bug in conjunction
  with expect (Bug #23694).

- Made the testsuite break build if any test fails.

-------------------------------------------------------------------
Fri Feb  7 15:59:41 CET 2003 - max@suse.de

- Upgrade to CVS HEAD (8.4.2pre).

-------------------------------------------------------------------
Mon Nov 25 17:09:35 CET 2002 - max@suse.de

- Upgrade to 8.4.1

- Added tcl-HEAD.patch with fixes that went in after
  the 8.4.1 release.

- Moved itcl, iwidgets, tk, and tclx into separate soure packages.

-------------------------------------------------------------------
Mon Sep  9 18:01:27 CEST 2002 - max@suse.de

- Added patch to final 8.4.0.
- Another couple of memleak and docu fixes.

-------------------------------------------------------------------
Thu Sep  5 15:10:36 CEST 2002 - max@suse.de

- Next round of fixes (tcl8.4-20020905.patch tk8.4-20020905.patch).
- A detailed ChangeLog is at the top of the new patches.
- Removed autoconf and automake from neededforbuild.

-------------------------------------------------------------------
Tue Sep  3 14:22:24 CEST 2002 - max@suse.de

- Another CVS snapshot for Tcl and Tk.
- The version numbers have been bumped from 8.4b3 to 8.4.0
- A couple more bug fixes. For details see the new ChangeLog
  entries in the patches.

-------------------------------------------------------------------
Mon Sep  2 14:27:22 CEST 2002 - max@suse.de

- Added patches for to update Tcl and Tk to current CVS HEAD to
  fix some segfault cases and memleaks e.g. bug #18651.
  See ChangeLog for more details.

- Renamed Object.3 to Tcl_Obj.3 to resolve a name conflict.

-------------------------------------------------------------------
Thu Aug 15 16:01:20 CEST 2002 - max@suse.de

- Updated Tcl and Tk to the latest CVS snapshot which is close
  to the official 8.4b2 release.

- Updated Itcl to 3.3 from CVS because it better fits with Tcl8.4.

- Removed excessive braces from RPM macros, and some more cleanups
  in the spec file.

- Using x-devel-packages instead of xf86 in needeforbuild.

- socklen_t.patch isn't needed anymore.

- Fixed CFLAGS (-fPIC) for TclX.

- Updated TclX to 8.4 from CVS (needed for Tcl/Tk 8.4).
  This doesn't include /usr/bin/tcl and /usr/bin/wishx anymore.
  In case a script needs one of them, please use a normal tclsh
  or wish and add a line saying "package require Tclx" to the
  beginning of the script.

-------------------------------------------------------------------
Fri Jul 26 14:25:30 CEST 2002 - max@suse.de

- Removed gdb from #neededforbuild.

-------------------------------------------------------------------
Mon Jul 22 17:09:15 CEST 2002 - max@suse.de

- Updated to the latest CVS HEAD.

- Fixed socket calls on s390x (socklen_t.patch).

-------------------------------------------------------------------
Mon Jul  1 13:56:32 CEST 2002 - max@suse.de

- New Versions of Tcl and Tk: 8.4b1

-------------------------------------------------------------------
Fri Jun  7 12:50:36 CEST 2002 - max@suse.de

- New Version of tkcon: 2.3.

- Fixed directory permissions in iwidgets.

- Put things that are common to all subpackages into shell
  functions to make maintainance of the spec file easier.

-------------------------------------------------------------------
Wed Apr 24 15:11:03 CEST 2002 - max@suse.de

- Fixed creation of Tk's pkgIndex.tcl.

- Fixed permissions and path to wish in iwidgets demo scripts.

-------------------------------------------------------------------
Wed Apr  3 15:37:21 CEST 2002 - ro@suse.de

- fix to build with latest autoconf (LIBOBJS vs. AC_LIBOBJ) 

-------------------------------------------------------------------
Wed Feb 20 16:09:48 CET 2002 - uli@suse.de

- fixed to build on ARM

-------------------------------------------------------------------
Wed Feb 20 15:45:52 CET 2002 - max@suse.de

- Fixed for lib64-s390x (libdir.patch).

- Running the testsuite after building Tcl.

-------------------------------------------------------------------
Mon Feb 18 14:35:35 CET 2002 - max@suse.de

- Changed TclX to use -fPIC instead of -fpic .

-------------------------------------------------------------------
Wed Feb  6 18:04:06 CET 2002 - max@suse.de

- Fixed a typo in the http package.
- Moved iwidgets out of the itcl dir.

-------------------------------------------------------------------
Thu Jan 17 17:43:11 CET 2002 - max@suse.de

- Moved Tix and Expect back into their own source packages.
- Added some private headers to tcl-devel to be able to
  build Tix and Expect independent of the Tcl/Tk sources.
- replaced %{_prefix}/lib by %{_libdir} where apropriate

-------------------------------------------------------------------
Fri Dec 14 11:34:31 CET 2001 - uli@suse.de

- build static only on ARM

-------------------------------------------------------------------
Fri Nov 16 17:03:39 CET 2001 - schwab@suse.de

- Use $(SHLIB_CFLAGS) in itcl makefiles.

-------------------------------------------------------------------
Mon Oct 29 17:30:31 CET 2001 - max@suse.de

- New versions:
  o Tcl/Tk 8.3.4
  o expect 5.33.0
  o Tix 8.1.1
  o [incr Tcl/Tk] 3.2.1
  o [incr Widgets] 4.0.0

- Included tkcon-2.2 with Tk.

- Removed unnecessary explicit dependencies between
  the subpackages.

- Changed the memory man page back to the one that comes with Tcl.

- Changed the -C configure switch to be only used when needed and
  supported.

-------------------------------------------------------------------
Fri Sep 21 11:06:25 CEST 2001 - max@suse.de

- replaced the "memory" man page from Tcl with the one from TclX,
  because it is better and there was a filename clash in the two
  packages before.

-------------------------------------------------------------------
Mon Jun 18 16:06:36 CEST 2001 - schwab@suse.de

- Fix TK_XINCLUDES in tkConfig.sh.

-------------------------------------------------------------------
Wed Jun 13 17:16:14 CEST 2001 - schwab@suse.de

- Add %suse_update_config.
- Fix for new autoconf (force use of cache file).

-------------------------------------------------------------------
Tue May  8 16:42:47 CEST 2001 - mfabian@suse.de

- bzip2 sources

-------------------------------------------------------------------
Tue Apr 10 13:11:12 CEST 2001 - max@suse.de

- new version of Tcl/Tk: 8.3.3

-------------------------------------------------------------------
Mon Apr  2 11:51:56 CEST 2001 - max@suse.de

- security fix for expect (/var/tmp/[...] was in rpath).

-------------------------------------------------------------------
Thu Mar  8 12:12:19 CET 2001 - max@suse.de

- made exclusion of static libs for manual builds more robust

-------------------------------------------------------------------
Wed Mar  7 13:16:22 CET 2001 - max@suse.de

- added xdevel and xshared to #neededforbuild
- using %if to exclude things when building without static libs.

-------------------------------------------------------------------
Wed Jan 10 16:06:57 CET 2001 - max@suse.de

- Fixed a bug itcl's manpage installation -
  man.macros was not copied into the individual manpages.

-------------------------------------------------------------------
Mon Jan  8 13:12:03 CET 2001 - max@suse.de

- Enabling XIM by default.
  This fixes the compose and deadkey problem. Bug #5234

-------------------------------------------------------------------
Tue Dec 19 14:24:38 MET 2000 - max@suse.de

- Fix for race condition with tmpnam(3) in tclUnixPipe.c

-------------------------------------------------------------------
Thu Nov 30 17:37:30 CET 2000 - ro@suse.de

- try to fix static-lib install 

-------------------------------------------------------------------
Thu Nov 30 14:59:22 MET 2000 - max@suse.de

- re-enabled static libs

-------------------------------------------------------------------
Wed Nov 29 08:29:24 CET 2000 - max@suse.de

- renamed tcld to tcl-devel
- new version of Tcl/Tk: 8.3.2
- new version of [incr Tcl]: 3.2
- new version of TclX: 8.3.2
- new version of expect: 5.32
- new version of Tix: 8.1.0

-------------------------------------------------------------------
Fri Nov 24 18:42:44 CET 2000 - schwab@suse.de

- Fix typo in itk makefile.

-------------------------------------------------------------------
Wed Nov 15 00:12:19 CET 2000 - ro@suse.de

- use "export LANG=en_US" to make it build despite col bug 

-------------------------------------------------------------------
Wed Sep 13 12:31:08 MEST 2000 - max@suse.de

- When running in build or autobuild, configure didn't recognize
  the termios API, because the check needed stdin to be a tty.
  Changed tcl.m4 to fix this by relying on the existance of
  termios.h .

-------------------------------------------------------------------
Wed May 31 16:51:00 CEST 2000 - max@suse.de

- New version of Tix: 4.1.007
- Applied Bruce Stephens' Patch to make Tix work with Tcl/Tk 8.3
  http://www.egroups.com/message/tix/494

-------------------------------------------------------------------
Wed May 17 10:47:46 CEST 2000 - schwab@suse.de

- Recover bug fixes.

-------------------------------------------------------------------
Thu May  4 10:10:00 CEST 2000 - max@suse.de

- new version of Tcl/Tk: 8.3.1
- new version of TclX: 8.2.0
- new version of expect: 5.31
- new version of itcl: 3.1.0
- the package uses RPM_BUILD_ROOT now
- some of schwab's bad documented "fixes" got lost

-------------------------------------------------------------------
Fri Apr 14 16:25:07 CEST 2000 - schwab@suse.de

- Use $RPM_OPT_FLAGS as default CFLAGS.
- expect, tix: fix missing declarations.
- itcl: make sure we link to the libraries just built.

-------------------------------------------------------------------
Wed Apr 12 14:36:48 CEST 2000 - schwab@suse.de

- expect: make sure ptsname is declared.
- tclX: fix autoconf check for clock_t (look in <time.t>)

-------------------------------------------------------------------
Mon Feb 28 21:09:23 CET 2000 - schwab@suse.de

- Add group tags
- expect: use --localdir with autoreconf, update config.{guess,sub}
- tcl: fix printf formats

-------------------------------------------------------------------
Thu Feb 24 14:47:22 CET 2000 - schwab@suse.de

- Fix 64 Bit Bug in expect.

-------------------------------------------------------------------
Tue Jan 25 14:34:05 CET 2000 - kukuk@suse.de

- Remove autopasswd, mkpasswd and tkpasswd from expect file list.
  They will not work with PAM. Fixes [Bug 638] and [Bug 1554]

-------------------------------------------------------------------
Sat Nov 27 12:06:15 MET 1999 - kukuk@suse.de

- Fix duplicate SIGPWR/SIGLOST on SPARC 

-------------------------------------------------------------------
Mon Nov 15 17:07:06 CET 1999 - kasal@suse.de

- fixed a few minor bugs in spec file, mainly:
  call "autoreconf --force" instead of "autoconf" to regenerate
  also the configure scripts in subdirs
  rm *.o before creating the dynamic version of the library

-------------------------------------------------------------------
Mon Nov  8 16:38:30 MET 1999 - max@suse.de

- added some compatibility links:
  /usr/X11R6/bin/wish -> ../../bin/wish8.0
  /usr/X11R6/bin/wish8.0 -> ../../bin/wish8.0
  /usr/X11R6/bin/tixwish -> ../../bin/tixwish4.1.8.0
  /usr/X11R6/bin/tixwish4.1.8.0 -> ../../bin/tixwish4.1.8.0

-------------------------------------------------------------------
Fri Oct  8 17:19:41 MEST 1999 - max@suse.de

- integrated tclX8.0.4 as an additional subpackage

-------------------------------------------------------------------
Thu Oct  7 15:19:38 MEST 1999 - max@suse.de

- integrated expect-5.30 as an additional subpackage
- changed the names of some tk manpages because they
  interferred with itcl
- removed the tix-sam libraries from tcld

-------------------------------------------------------------------
Thu Sep 30 16:53:06 CEST 1999 - max@suse.de

- this is a test version for the beta distribution
- major rework of the spec-file
- renamed the packages from tcl_new, tk_new, etc. to tcl, tk, etc.
- Moved Tk from /usr/X11R6 to /usr.
- Moved Tix from /usr/lib/tcltk to /usr/lib
- Included itcl 3.0.1 as a subpackage
- There is a new subpackage, called tcld that holds all the
  static libs and header files for Tcl, Tk, Tix and Itcl.
- Most file lists are auto-generated now.

-------------------------------------------------------------------
Mon Sep 27 16:31:01 CEST 1999 - bs@suse.de

- fixed requirements for sub packages

-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de

- ran old prepare_spec on spec file to switch to new prepare_spec.

-------------------------------------------------------------------
Sun Mar 14 20:27:32 MET 1999 - max@suse.de

- new version: 8.0.5
- ro's patch from Mon Sep 21 1998 is not needed anymore

-------------------------------------------------------------------
Tue Mar  2 13:51:08 MET 1999 - ro@suse.de

- changed macro TK to TKK in specfile
  2char macros don't seem to work in current rpm

-------------------------------------------------------------------
Fri Jan 15 00:07:54 MET 1999 - max@suse.de

- fixed path bug with applications linked against libtk which do
  not reside in /usr/X11R6 

-------------------------------------------------------------------
Wed Nov 25 23:35:55 MET 1998 - max@suse.de

- corrected some paths in tix to make it find its init script 
  and libraries correctly 

-------------------------------------------------------------------
Tue Nov 24 18:25:17 MET 1998 - max@suse.de

- merged spec files of tcl_new, tk_new and tix_new into tcl_new.spec
- this changes file is from now on for all three packages

-------------------------------------------------------------------
Mon Nov 23 17:27:26 MET 1998 - max@suse.de

- new version: 8.0.4
- cleand up softlinks and compression for man pages

-------------------------------------------------------------------
Mon Sep 21 16:05:47 MEST 1998 - ro@suse.de

- for GLIBC EOPNOTSUPP and ENOTSUP seem to map to same value
- catch duplicate cases for this reason in tclPosixStr.c

-------------------------------------------------------------------
Mon Nov 10 20:35:04 MET 1997  -  hf@suse.de

 new version 8.0p1

-------------------------------------------------------------------
Mon Oct 27 14:21:35 MET 1997  -  hf@suse.de

 ready for autobuild

-------------------------------------------------------------------
Thu Jul  3 13:42:22 GMT 1997  -  hf@suse.de

 A new release 8.0b2, the second (and probably final) beta release for
 Tcl 8.0.

-------------------------------------------------------------------
Tue Jun  3 14:04:29 GMT 1997  -  hf@suse.de

  - added static librs and all links for the manpages in
    the /usr/doc/packages/tcl8.0/man

-------------------------------------------------------------------
Tue Apr 15 13:56:56 GMT 1997  -  hf@suse.de

 - manpages    hardlinks removed and added softlinks to
               compressd manpages
             
               the new directory for the manpages is
	       /usr/doc/packeges/tcl8.0/man
 
openSUSE Build Service is sponsored by