Commit Graph

93 Commits

Author SHA256 Message Date
Reinhard Max
beca7308a4 - bsc#1185662: Move tcl.macros /usr/lib/rpm/macros.d .
- https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5:
  Add tcl-aa4a13c15516da45.patch to disable lto for the stubs
  libraries.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=131
2021-05-05 18:48:10 +00:00
Reinhard Max
d7e115a551 - tclConfig.sh: Fix path names and avoid braces in TCL_PACKAGE_PATH
- Set TCL_LIBRARY at configure time for better consistency.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=129
2021-01-14 12:28:25 +00:00
Reinhard Max
64be1839a5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=128 2021-01-04 18:35:59 +00:00
Reinhard Max
c9b192b4fe - New version: 8.6.11:
* Add tcltest::(Setup|Eval|Cleanup|)Test
  * Update to Unicode-13
  * Add 3 libtommath functions to stub table
  * Many more bug fixes
- Potentially incompatible changes:
  * (bug)[ffeb20] [binary decode base64] ignore invalid chars
  * (bug)[b8e82d] some -maxlen values break uuencode round trip
  * (bug)[085913] Tcl_DStringAppendElement # quoting precision
  * (bug)[81242a] revised documentation for Tcl_UtfAtIndex()
  * (bug)[ed2980] Tcl_UtfToUniChar reads > TCL_UTF_MAX bytes
  * (bug)[a1bd37] [clock scan] new ISO format (clock-34.(19-24))
  * (bug)[501974] [clock scan] +time zone (clock-34.(53-68))
  * (new) force -eofchar \032 when evaluating library scripts
  * (new)[48898a] improve error message consistency
  * (new) revised case of module names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=127
2021-01-04 14:10:17 +00:00
Reinhard Max
a0a0fe74c7 - Add a manpage symlink for tclsh8.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=125
2020-11-20 09:15:24 +00:00
Reinhard Max
48f689767f Accepting request 840417 from home:dimstar:Factory
- Fix build with RPM 4.16: error: bare words are no longer
  supported, please use "...":  lib64 == lib64.

OBS-URL: https://build.opensuse.org/request/show/840417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=123
2020-10-12 13:23:47 +00:00
Reinhard Max
94d963c835 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=121 2019-12-04 08:14:28 +00:00
Reinhard Max
65c81c1630 - New version: 8.6.10:
* (bug)[7a9dc5] [file normalize ~/~foo] segfault
  * (bug)[3cf3a9] variable 'timezone' deprecated in vc2017
  * (bug)[cc1e91] [list [list {*}[set a " "]]] regression
    obsoletes tcl-expand-regression.patch.
  * (bug)[e3f481] tests var-1.2[01]
  * (new) Update to Unicode 12.0
  * (new)[TIP 527] New command [timerate]
  * (bug)[39fed4] [package require] memory validity
  * (new) New command tcl::unsupported::corotype
  * (bug) memlink when namespace deletion kills linked var
  * (new) README file converted to README.md in Markdown
  * (bug)[8b9854] [info level 0] regression with ensembles
  * (bug)[6bdadf] crash multi-arg write-traced [lappend]
  * (bug)[f8a33c] crash Tcl_Exit before init
  * (bug)[fa6bf3] Bytecode fails epoch recovery at numLevel=0
  * (bug)[fec0c1] C stack overflow compiling bytecode
  * tzdata updated to Olson's tzdata2019c
  * (bug)[16768d] Fix [info hostname] on NetBSD
  * (new) libtommath updated to release 1.2.0
  * (bug)[bcd100] bad fs cache when system encoding changes
  * (bug)[135804] segfault in [next] after destroy
  * (bug)[13657a] application/json us text, not binary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=120
2019-12-03 13:53:43 +00:00
Reinhard Max
4e745e84ec Accepting request 714167 from openSUSE:Factory:RISCV
- binary-40.3 is expected to fail on riscv64 which does not support NaN
  propagation

OBS-URL: https://build.opensuse.org/request/show/714167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=118
2019-07-22 10:31:05 +00:00
Reinhard Max
e478593d3e Accepting request 711046 from home:marxin:branches:devel:languages:tcl
- Use FAT LTO objects in order to provide proper static
  library (boo#1138797).

OBS-URL: https://build.opensuse.org/request/show/711046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=116
2019-07-01 08:41:39 +00:00
Reinhard Max
2ffdc34f06 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=114 2019-01-17 13:24:26 +00:00
Reinhard Max
b850dbfa83 - Fix a regression in the handling of denormalized empty lists
(tcl-expand-regression.patch, tcl#cc1e91552c).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=113
2019-01-08 15:43:13 +00:00
Reinhard Max
553958db81 - New version: 8.6.9:
* NR-enable [package require]
  * (bug)[9fd5c6] crash in object deletion, test oo-11.5
  * (bug)[3c32a3] crash deleting object with class mixed in
  * (platform) stop using -lieee, removed from glibc-2.27
  * (bug)[8e6a9a] bad binary [string match], test string-11.55
  * (bug)[1873ea] repair multi-thread std channel init
  * (bug)[db36fa] broken bytecode for index values
  * (bug) broken compiled [string replace], test string-14.19
  * (bug) [string trim*] engine crashed on invalid UTF
  * (bug) missing trace in compiled [array set], test var-20.11
  * (bug)[46a241] crash in unset array with search, var-13.[23]
  * (bug)[27b682] race made [file delete] raise "no such file"
  * (bug)[925643] 32/64 cleanup of filesystem DIR operations
  * (bug) leaks in TclSetEnv and env cache
  * (bug)[3592747] [yieldto] dying namespace, tailcall-14.1
  * (bug)[270f78] race in [file mkdir]
  * (bug)[3f7af0] [file delete] raised "permission denied"
  * (bug)[d051b7] overflow crash in [format]
  * revised quoting of [exec] args in generated command line
  * HTTP Keep-Alive with pipelined requests
  * (new)[TIP 505] [lreplace] accepts all out of range indices
  * (bug) Prevent crash from NULL keyName in the registry package
  * Update tcltest package for Travis support
  * (bug)[35a8f1] overlong string length of some lists
  * (bug)[00d04c] Repair [binary encode base64]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=112
2018-12-12 16:56:51 +00:00
Reinhard Max
3375fd691e Accepting request 587529 from home:oertel:branches:devel:languages:tcl
- handle s390 like s390x (bnc#1085480)

OBS-URL: https://build.opensuse.org/request/show/587529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=111
2018-03-15 15:04:33 +00:00
Reinhard Max
ff2d753e7b - Version 8.6.8:
* [array names -regexp] supports backrefs 
  * Fix gcc build failures due to #pragma placement 
  * (bug)[b50fb2] exec redir append stdout and stderr to file 
  * (bug)[2a9465] http state 100 continue handling broken 
  * (bug)[0e4d88] replace command, delete trace kills namespace 
  * (bug)[1a5655] [info * methods] includes mixins 
  * (bug)[fc1409] segfault in method cloning, oo-15.15 
  * (bug)[3298012] Stop crash when hash tables overflow 32 bits 
  * (bug)[5d6de6] Close failing case of [package prefer stable] 
  * (bug)[4f6a1e] Crash when ensemble map and list are same 
  * (bug)[ce3a21] file normalize failure when tail is empty 
  * (new)[TIP 477] nmake build system reform 
  * (bug)[586e71] EvalObjv exception handling at level #0 

- Sync SLE12 with Factory to fix a bug in Itcl that was affecting
  iwidgets (bsc#903017).
- Remove obsolete patches tcl-unload.patch and tcl.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=110
2017-12-29 20:37:36 +00:00
Reinhard Max
e75f5b9c9b Accepting request 556948 from home:mlschroe:branches:devel:languages:tcl
->

OBS-URL: https://build.opensuse.org/request/show/556948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=108
2017-12-19 15:28:09 +00:00
Reinhard Max
4c0c5b0849 Accepting request 556865 from home:michel_mno:branches:devel:languages:tcl
- Add more tests in Whitelist as bypass boo#1072657
  identified following tests failed on PowerPC
  interp-34.9 interp-34.13 http-3.25 timer-2.1 thread-20.9

OBS-URL: https://build.opensuse.org/request/show/556865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=106
2017-12-14 08:49:05 +00:00
Reinhard Max
d77672032e - Whiltelist known-failing tests. Further investigation needed.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=104
2017-09-25 16:07:28 +00:00
Reinhard Max
cc12a729a0 Revert the last change, the original URL got fixed.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=102
2017-09-13 16:51:06 +00:00
Reinhard Max
2577c6b591 Use a download URL that works.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=101
2017-09-13 14:42:15 +00:00
Reinhard Max
6038cd459f - Included Itcl is now version 4.0.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=100
2017-09-13 11:10:57 +00:00
Reinhard Max
9db23c548c OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=99 2017-08-11 16:31:10 +00:00
Reinhard Max
b71fe4fd24 - New version: 8.6.7:
* (bug)[c09edf] Bad caching with  custom resolver
  * (bug)[4dbdd9] Memleak in test var-8.3
  * (bug)[2bf561] Allow empty command as alias target
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4d5ae7] Crash in async connects host no address
  * (bug)[838e99] treat application/xml as text => http 2.8.10
  * (bug)[3cc1d9] Thread finalization crash in zippy
  * (bug)[be003d] Fix [scan 0x1 %b], [scan 0x1 %o]
  * (bug)[eb6b68] Fix stringComp-14.5
  * (bug)[b26e38] Fix zlib-7.8
  * (bug)[1ae129] Fix memleak in [history] destruction
  * (feature) Provisional Tcl 9 support in msgcat and tcltest
    => msgcat 1.6.1 => tcltest 2.4.1
  * (bug)[824752] Crash in Tcl_ListObjReplace()
  * (bug)[79614f] invalidate VFS mounts on sytem encoding change
  * (bug) TclOO fix stops crash mixing Itcl and snit
  * (update) Reconcile libtommath updates; purge unused files
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[b87ad7] Repair drifts in timer clock
  * (bug)[39f630] Revise Tcl_LinkVar to tolerate some prefixes
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[d0f7ba] Improper NAN optimization. expr-22.1[01]
  * (bug)[25842c] zlib stream finalization
  * (enhancement) [clock] and [encoding] are now ensembles
  * (enhancement) several [clock] subcommands bytecoded
  * (bug)[900cb0] Fix OO unexport introspection
  * (bug)[42202b] Nesting imbalance in coro injection
  * (bug)[bc4322] http package support for safe interps
  * (bug)[f34cf8] [file join a //b] => /b

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=98
2017-08-11 15:35:11 +00:00
Reinhard Max
7fc38f55cd Accepting request 512052 from home:AndreasSchwab:f
- Add zlib-devel to BuildRequires, don't use included zlib sources

OBS-URL: https://build.opensuse.org/request/show/512052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=97
2017-08-11 08:06:48 +00:00
Reinhard Max
a4711cd423 Accepting request 460737 from home:Andreas_Schwab:Factory
- Reenable testsuite on %arm

OBS-URL: https://build.opensuse.org/request/show/460737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=95
2017-03-02 08:45:26 +00:00
Reinhard Max
a2d5d1740f Accepting request 447298 from home:azouhr:branches:devel:languages:tcl
- Disable check for s390x for now

OBS-URL: https://build.opensuse.org/request/show/447298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=94
2017-02-13 14:43:42 +00:00
Reinhard Max
92cc7f5e93 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=92 2016-08-02 17:10:37 +00:00
Reinhard Max
d07c36a660 - New version 8.6.6:
* (bug)[803042] mem leak due to reference cycle.
  * (bug)[bbc304] reflected watch race condition.
  * (bug)[fadc99] compile-5.3.
  * (enhancement)[1a25fd] compile [variable ${ns}::v]
  * (bug)[1af8de] crash in compiled [string replace]
  * (bug)[d30718] segv in notifier finalize
  * (enhancement)[7d0db7] parallel make
  * [f12535] enable test bindings customization
  * (bug)[47ac84] compiled [lreplace] fixes
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[866368] RE \w includes 'Punctuation Connector'
  * [07d13d] Restore TclBlend support lost in 8.6.1
  * (bug)[3154ea] Mem corruption in assembler exceptions
  * (bug) registry package support any Unicode env
    => registry 1.3.2
  * (bug)[f7d4e] [namespace delete] performance
  * (TIP 447) execution time verbosity option
    => tcltest 2.4.0
  * (bug)[16828b] crash due to [vwait] trace undo fail
  * (enhancement)[4b61af] good [info frame] from more cases.
  * (bug)[c383eb] crash in [glob -path a]
  * (update) Update Unicode data to 9.0 (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[16896d] Tcl_DString tolerate append to self.
  * (bug)[d55322] crash in [dict update].
  * (bug)[dd260a] crash in [chan configure -dictionary].
  * (bug)[f961d7] usage message with parameters with spaces.
        *** POTENTIAL INCOMPATIBILITY ***
  * (enhancement)[09fabc] Sort order of -relateddir.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=91
2016-07-26 16:52:12 +00:00
Reinhard Max
ea86b3c856 Accepting request 363344 from home:faweiss:branches:devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/363344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=89
2016-03-03 10:27:28 +00:00
Reinhard Max
1fe85901dd OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=87 2015-07-29 20:02:51 +00:00
Reinhard Max
2e44729664 - New version 8.6.4:
* restore tbcload/tclcompiler support
  * (bug)[0c043a] Fix compiled [set var($) val]
  * (bug)[d2ffcc] Limit $... and bareword parsing to ASCII
        *** POTENTIAL INCOMPATIBILITY ***
  * (TIP 427) [fconfigure $h -connecting, -peername, -sockname]
  * (bug)[af08c8] Crash in full finalize encoding teardown
  * (bug)[7c187a] [chan copy] crash (io-53.17)
  * (bug)[df0848] Trouble with INFINITY macro
  * (bug) Stop crashes when extension var resolvers misbehave
  * (bug)[088727] [read] past EOF (io-73.4)
  * (bug)[32b615] Fix compiled [lreplace] (lreplace-4.[345])
- Obsoletes itcl-unbreak-iwidgets.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=86
2015-07-29 20:00:16 +00:00
Reinhard Max
61a82993b1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=84 2014-11-17 16:13:30 +00:00
Reinhard Max
9493ce416d update changes file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=83
2014-11-17 16:12:31 +00:00
Reinhard Max
95ea74e7a9 Minimize itcl-unbreak-iwidgets.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=82
2014-11-17 15:50:40 +00:00
Reinhard Max
25b5a59767 - New version 8.6.3:
- Add itcl-unbreak-iwidgets.patch to revert a recent change in
  itcl that broke iwidgets.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=81
2014-11-12 15:59:29 +00:00
Factory Maintainer
cf80417288 revert previous commit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=78
2014-09-06 11:47:30 +00:00
Factory Maintainer
97348eb8a5 - avoid %nil to pass download_files service
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=77
2014-09-06 10:23:51 +00:00
Factory Maintainer
46bc2fa000 Accepting request 247805 from home:coolo:branches:openSUSE:Factory
fix changelog

OBS-URL: https://build.opensuse.org/request/show/247805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=76
2014-09-06 10:13:14 +00:00
Factory Maintainer
3ab57c546c Accepting request 247022 from home:fcrozat:branches:devel:languages:tcl
- Update license tag to SPDX 1.2.

OBS-URL: https://build.opensuse.org/request/show/247022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=75
2014-09-06 10:11:32 +00:00
Reinhard Max
4ec0724c8a remove old tcl-unload.patch and tcl.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=74
2014-08-29 13:21:06 +00:00
Reinhard Max
88af814ee8 Accepting request 246832 from home:vwallfahrer:branches:devel:languages:tcl
- Update to 8.6.2:
  * TIP 429: New command [string cat].
  * [lsearch -integer], [lsort -integer] operate on wide ints.
       *** POTENTIAL INCOMPATIBILITY ***
  * [dict replace], [dict remove] return canonical dicts.
       *** POTENTIAL INCOMPATIBILITY ***
  * Improved ::env synchronization with environment.
  * transchans converted blocked writes to errors.
  * [info class subclasses ::oo::object] includes ::oo::class .
  * Fix: [chan configure -error] breaks [socket -async] connection.
  * Better handle NUL in filenames.
  * Fix: failures in nested ensemble bytecode compiler.
  * Fixed crashes in...
      - [apply {{} {while 1 {a {*}
      	[return -level 0 -code continue]}}}]
      - [apply {{} {namespace upvar a b [x]}}]
      - [coroutine X coroutine Y info frame]
      - multi-interp font teardown
      - oo chain deletion
  * Plugged memory leaks in...
      - execution traced coroutine deletion
      - [close [zlib push ... -dictionary ...]]
      - AtForkChild()
      - managing oo instance lists
  * Performance addressed in...
      - [lappend l $multiple $arg] compile: quadratic -> linear
      - binary [chan copy]: move bytes instead of copy
      - Improved bytecode: [catch], [foreach], [lmap], 
      	num. conversion
  * Bytecode compiled: [concat], [linsert], [namespace origin],

OBS-URL: https://build.opensuse.org/request/show/246832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=73
2014-08-29 13:03:08 +00:00
Reinhard Max
ed99bbf553 - Update to 8.6.2rc1, detailed change log will follow...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=72
2014-08-19 16:12:20 +00:00
Reinhard Max
1fa47d73f4 - Update to 8.6.2rc0, detailed change log will follow...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=71
2014-08-07 16:05:32 +00:00
Reinhard Max
f1c34f339f Final 8.6.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=69
2013-09-20 10:02:39 +00:00
Reinhard Max
0ce7da6c8d Final 8.6.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=68
2013-09-20 08:07:16 +00:00
Reinhard Max
72e4acc77e 8.6.1 RC1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=67
2013-09-17 13:42:54 +00:00
Reinhard Max
948d20e585 Accepting request 198183 from home:kpetsch:branches:devel:languages:tcl
Update to 8.6.1rc0

OBS-URL: https://build.opensuse.org/request/show/198183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=66
2013-09-10 09:15:16 +00:00
Reinhard Max
0f21c2422e Fix download URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=64
2013-08-08 15:44:21 +00:00
Reinhard Max
87f98d395f Tcl 8.6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=63
2013-06-20 12:20:40 +00:00
Reinhard Max
483cf31e64 Accepting request 162763 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=61
2013-04-08 08:39:28 +00:00