diff options
author | dgp <dgp@users.sourceforge.net> | 2009-11-03 20:15:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-11-03 20:15:24 (GMT) |
commit | 986656e0ed50292c1a304de8226179bf74b4886c (patch) | |
tree | a56b6ea35885149c6596f00f3b1380c8a3928302 /unix/tk.spec | |
parent | 0104f44bbd9b7ce34283cb5a63f8101a2f6b1be5 (diff) | |
download | tk-986656e0ed50292c1a304de8226179bf74b4886c.zip tk-986656e0ed50292c1a304de8226179bf74b4886c.tar.gz tk-986656e0ed50292c1a304de8226179bf74b4886c.tar.bz2 |
*** 8.5.8 TAGGED FOR RELEASE ***
* generic/tk.h: Bump to 8.5.8 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
* changes: Updated for 8.5.8 release.
Diffstat (limited to 'unix/tk.spec')
-rw-r--r-- | unix/tk.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tk.spec b/unix/tk.spec index f05e6bb..75990b9 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,19 +1,19 @@ -# $Id: tk.spec,v 1.34.2.8 2009/04/10 18:13:06 dgp Exp $ +# $Id: tk.spec,v 1.34.2.9 2009/11/03 20:15:25 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. %{!?directory:%define directory /usr/local} Name: tk Summary: Tk graphical toolkit for the Tcl scripting language. -Version: 8.5.7 +Version: 8.5.8 Release: 2 License: BSD Group: Development/Languages Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz URL: http://www.tcl.tk/ Buildroot: /var/tmp/%{name}%{version} -Buildrequires: XFree86-devel tcl = %version -Requires: tcl = %version +Buildrequires: XFree86-devel tcl >= 8.5.0 +Requires: tcl >= 8.5.0 %description The Tcl (Tool Command Language) provides a powerful platform for |