This commit is contained in:
parent
3386457763
commit
06f877cccf
13
tk.changes
13
tk.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 17:00:08 CEST 2008 - max@suse.de
|
||||
|
||||
- Bugfix release 8.5.5:
|
||||
* fix [tk_getOpenFile -multiple 1] on unix
|
||||
* Relax interdependency between Tcl 8.5.x and Tk 8.5.x releases.
|
||||
* default menu cursor: no more Motif
|
||||
* arguments passed to -[xy]scrollcommand callbacks, and values
|
||||
returned by [xy]view methods are explicitly formatted as
|
||||
doubles.
|
||||
* format double values explicitly in double format, avoiding
|
||||
sensitivity to locale setting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 11:57:27 CEST 2008 - max@suse.de
|
||||
|
||||
|
14
tk.spec
14
tk.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tk (Version 8.5.4)
|
||||
# spec file for package tk (Version 8.5.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,7 +21,7 @@
|
||||
Name: tk
|
||||
BuildRequires: tcl-devel xorg-x11-devel
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.4
|
||||
Version: 8.5.5
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
@ -128,6 +128,16 @@ exit 0
|
||||
%_libdir/tkConfig.sh
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 2008 max@suse.de
|
||||
- Bugfix release 8.5.5:
|
||||
* fix [tk_getOpenFile -multiple 1] on unix
|
||||
* Relax interdependency between Tcl 8.5.x and Tk 8.5.x releases.
|
||||
* default menu cursor: no more Motif
|
||||
* arguments passed to -[xy]scrollcommand callbacks, and values
|
||||
returned by [xy]view methods are explicitly formatted as
|
||||
doubles.
|
||||
* format double values explicitly in double format, avoiding
|
||||
sensitivity to locale setting.
|
||||
* Mon Sep 08 2008 max@suse.de
|
||||
- New version: 8.5.4:
|
||||
* fix a crash in [ttk::scale]
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3470b495c4bbbe971489df91dec58f24e668b3c7ee11d97e14f9b7a485b84eb
|
||||
size 3022967
|
3
tk8.5.5-src.tar.bz2
Normal file
3
tk8.5.5-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:629127ee4bbe9662a4c2ead4b6adc694be9793ea14d77c4c9af271edf76ebb77
|
||||
size 3026301
|
Loading…
Reference in New Issue
Block a user