This commit is contained in:
parent
042a5c054b
commit
7b332e3ab0
14
tcl.changes
14
tcl.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
30
tcl.spec
30
tcl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tcl (Version 8.5.4)
|
||||
# spec file for package tcl (Version 8.5.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: tcl
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.4
|
||||
Version: 8.5.5
|
||||
Release: 1
|
||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -103,13 +103,14 @@ httpold-4.12
|
||||
mathop-25.14
|
||||
EOF
|
||||
eval $MAKE test 2>&1 | tee testresults
|
||||
grep FAILED testresults | grep -Fqvf known-failures && exit 1
|
||||
grep FAILED testresults | grep -Fqvwf known-failures && exit 1
|
||||
# If we don't do profile based optimisation, we are done at this point.
|
||||
test -z "$PFLAGS" && exit 0
|
||||
# Rebuild and use the profiling results
|
||||
make clean
|
||||
PFLAGS="%cflags_profile_feedback"
|
||||
eval $MAKE
|
||||
if test -n "$PFLAGS"; then
|
||||
# Rebuild and use the profiling results
|
||||
make clean
|
||||
PFLAGS="%cflags_profile_feedback"
|
||||
eval $MAKE
|
||||
fi
|
||||
|
||||
%install
|
||||
make -C unix install install-private-headers \
|
||||
@ -140,7 +141,7 @@ exit 0
|
||||
%_datadir/tcl
|
||||
%scriptdir
|
||||
%exclude %scriptdir/*/tclAppInit.c
|
||||
/etc/rpm/macros.tcl
|
||||
%config /etc/rpm/macros.tcl
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -151,6 +152,17 @@ exit 0
|
||||
%_libdir/tclConfig.sh
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 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 08 2008 max@suse.de
|
||||
- New release: 8.5.4:
|
||||
* fix mem leak in [seek] on reflected channels
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a58cbd557880697f42ac1befece8fcfb52a414298e2129329837d3a30ad102ba
|
||||
size 3403568
|
3
tcl8.5.5-src.tar.bz2
Normal file
3
tcl8.5.5-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7edc0bd6da64060aec576fc08fd8850586d9dafeaacb1292594804d09adbfbc
|
||||
size 3405748
|
Loading…
Reference in New Issue
Block a user