This commit is contained in:
parent
0b060fb4e3
commit
0f0af8e056
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 18:24:19 CEST 2007 - max@suse.de
|
||||
|
||||
- New patchlevel release: 8.4.15
|
||||
- improve performance of [$listbox itemconfigure]
|
||||
- use fd_mask for 64bit support
|
||||
- fix [tk_getOpenFile] in empty dir
|
||||
- fix list shimmer crash [grid *configure]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 19:55:05 CEST 2006 - max@suse.de
|
||||
|
||||
|
17
tk.spec
17
tk.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tk (Version 8.4.14)
|
||||
# spec file for package tk (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
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -13,7 +13,7 @@
|
||||
Name: tk
|
||||
BuildRequires: tcl-devel xorg-x11-libX11-devel xorg-x11-libXt-devel
|
||||
URL: http://www.tcl.tk
|
||||
Version: 8.4.14
|
||||
Version: 8.4.15
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Graphical User Interface Toolkit for Tcl
|
||||
@ -24,7 +24,7 @@ Summary: Graphical User Interface Toolkit for Tcl
|
||||
Provides: wish wish8.4
|
||||
Requires: tcl >= %version tcl < 8.5
|
||||
Prereq: /bin/rm
|
||||
Source0: %name%{version}rc2-src.tar.bz2
|
||||
Source0: %name%{version}-src.tar.bz2
|
||||
Patch0: %name.patch
|
||||
|
||||
%description
|
||||
@ -65,7 +65,6 @@ Authors:
|
||||
%setup -q -n %name%version
|
||||
%patch0
|
||||
pushd unix
|
||||
%{?suse_update_config:%{suse_update_config}}
|
||||
autoconf
|
||||
popd
|
||||
|
||||
@ -122,7 +121,13 @@ exit 0
|
||||
%_libdir/*.a
|
||||
%_libdir/tkConfig.sh
|
||||
|
||||
%changelog -n tk
|
||||
%changelog
|
||||
* Wed Jun 06 2007 - max@suse.de
|
||||
- New patchlevel release: 8.4.15
|
||||
- improve performance of [$listbox itemconfigure]
|
||||
- use fd_mask for 64bit support
|
||||
- fix [tk_getOpenFile] in empty dir
|
||||
- fix list shimmer crash [grid *configure]
|
||||
* Tue Oct 17 2006 - max@suse.de
|
||||
- New patchlevel release: 8.4.14rc2
|
||||
- Fix crash on invalid font name from XServer
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3a4a2833c0fd747b256933681f8a98d3f53a93581ee164e5a1735d2b53bf5e9
|
||||
size 2617376
|
3
tk8.4.15-src.tar.bz2
Normal file
3
tk8.4.15-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddfc7584091dab2d51eb79dd992fbec17db41e7ca7a05bd4043f5a71dcebefc0
|
||||
size 2664091
|
Loading…
Reference in New Issue
Block a user