This commit is contained in:
parent
9b87b2c4f9
commit
042a5c054b
11
tcl.changes
11
tcl.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
25
tcl.spec
25
tcl.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package tcl (Version 8.5.3)
|
||||
# spec file for package tcl (Version 8.5.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,7 +20,7 @@
|
||||
|
||||
Name: tcl
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.3
|
||||
Version: 8.5.4
|
||||
Release: 1
|
||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -111,7 +118,7 @@ make -C unix install install-private-headers \
|
||||
rm -f %buildroot%scriptdir/tcl%TCL_MINOR/ldAix
|
||||
ln -sf tclsh%TCL_MINOR %buildroot%_prefix/bin/tclsh
|
||||
mkdir -p %buildroot%_datadir/tcl
|
||||
install -D %{S:3} %buildroot/etc/rpm/macros.tcl
|
||||
install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
|
||||
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
@ -144,6 +151,14 @@ exit 0
|
||||
%_libdir/tclConfig.sh
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 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 2008 max@suse.de
|
||||
- New release: 8.5.3:
|
||||
* Add support for bidirectional [fcopy].
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:234909436a6f532a314820df9343e51f26d4d54903de294cc6ccc973c841ff73
|
||||
size 3328476
|
3
tcl8.5.4-src.tar.bz2
Normal file
3
tcl8.5.4-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a58cbd557880697f42ac1befece8fcfb52a414298e2129329837d3a30ad102ba
|
||||
size 3403568
|
Loading…
Reference in New Issue
Block a user