This commit is contained in:
parent
05c2ecb7e5
commit
9643d646a0
11
tcl.changes
11
tcl.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Oct 17 19:26:46 CEST 2006 - max@suse.de
|
||||||
|
|
||||||
|
21
tcl.spec
21
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcl (Version 8.4.14)
|
# spec file for package tcl (Version 8.4.15)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: tcl
|
Name: tcl
|
||||||
URL: http://www.tcl.tk
|
URL: http://www.tcl.tk
|
||||||
Version: 8.4.14
|
Version: 8.4.15
|
||||||
Release: 1
|
Release: 1
|
||||||
%define V_TCL 8.4
|
%define V_TCL 8.4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -22,7 +22,7 @@ Group: Development/Languages/Tcl
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Provides: tclsh tclsh%{V_TCL}
|
Provides: tclsh tclsh%{V_TCL}
|
||||||
Prereq: /bin/rm
|
Prereq: /bin/rm
|
||||||
Source0: %name%{version}rc2-src.tar.bz2
|
Source0: %name%{version}-src.tar.bz2
|
||||||
Patch0: %name.patch
|
Patch0: %name.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -69,8 +69,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
pushd unix
|
pushd unix
|
||||||
%{?suse_update_config:%{suse_update_config}}
|
autoconf
|
||||||
autoconf
|
|
||||||
popd
|
popd
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
@ -139,7 +138,15 @@ exit 0
|
|||||||
%_libdir/*.a
|
%_libdir/*.a
|
||||||
%_libdir/tclConfig.sh
|
%_libdir/tclConfig.sh
|
||||||
|
|
||||||
%changelog -n tcl
|
%changelog
|
||||||
|
* Wed Jun 06 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 2006 - max@suse.de
|
* Tue Oct 17 2006 - max@suse.de
|
||||||
- New patchlevel release: 8.4.14rc2
|
- New patchlevel release: 8.4.14rc2
|
||||||
- srand() accept wide input.
|
- srand() accept wide input.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc20bbbacb1fad67045dc8801046f50a0866e4d0330ab8ca0496716fa171db59
|
|
||||||
size 2820484
|
|
3
tcl8.4.15-src.tar.bz2
Normal file
3
tcl8.4.15-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3772cbf0d117494df2eb3768a4b3a37ced7776c7dfd2de825f0611cd3f0f6af1
|
||||||
|
size 2926806
|
Loading…
Reference in New Issue
Block a user