This commit is contained in:
parent
a0e41945af
commit
f09dccfa1b
16
tcl.changes
16
tcl.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
23
tcl.spec
23
tcl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tcl (Version 8.5.5)
|
||||
# spec file for package tcl (Version 8.5.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: tcl
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.5
|
||||
Release: 2
|
||||
Version: 8.5.7
|
||||
Release: 1
|
||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: The Tcl Programming Language
|
||||
@ -123,7 +123,7 @@ if test -n "$PFLAGS"; then
|
||||
fi
|
||||
|
||||
%install
|
||||
make -C unix install install-private-headers \
|
||||
make -C unix install-strip install-private-headers \
|
||||
INSTALL_ROOT=%buildroot \
|
||||
TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR"
|
||||
rm -f %buildroot%scriptdir/tcl%TCL_MINOR/ldAix
|
||||
@ -162,6 +162,19 @@ exit 0
|
||||
%_libdir/tclConfig.sh
|
||||
|
||||
%changelog
|
||||
* Wed Jun 03 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 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Wed Oct 15 2008 max@suse.de
|
||||
@ -539,7 +552,7 @@ exit 0
|
||||
* Fri Jan 15 1999 max@suse.de
|
||||
- fixed path bug with applications linked against libtk which do
|
||||
not reside in /usr/X11R6
|
||||
* Wed Nov 25 1998 max@suse.de
|
||||
* Thu Nov 26 1998 max@suse.de
|
||||
- corrected some paths in tix to make it find its init script
|
||||
and libraries correctly
|
||||
* Tue Nov 24 1998 max@suse.de
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7edc0bd6da64060aec576fc08fd8850586d9dafeaacb1292594804d09adbfbc
|
||||
size 3405748
|
3
tcl8.5.7-src.tar.bz2
Normal file
3
tcl8.5.7-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bafabc68a8c2f06ac1e0790aa77c3df026e188b8639d067ec09b4d9cc919f4f
|
||||
size 3350196
|
Loading…
Reference in New Issue
Block a user