diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-06 15:31:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-06 15:31:38 (GMT) |
commit | fb33de3311d861f973daa60d1d10a236590cd48e (patch) | |
tree | a3ef0d358e79d51339b8a4ebbb36551d5f53122d /unix/tk.spec | |
parent | 870a7bc8e458efe58ba40887c06509beea64cc0d (diff) | |
download | tk-fb33de3311d861f973daa60d1d10a236590cd48e.zip tk-fb33de3311d861f973daa60d1d10a236590cd48e.tar.gz tk-fb33de3311d861f973daa60d1d10a236590cd48e.tar.bz2 |
*** 8.4.18 TAGGED FOR RELEASE ***
* README: Bump version number to 8.4.18
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
* changes: updates for 8.4.18 release.
Diffstat (limited to 'unix/tk.spec')
-rw-r--r-- | unix/tk.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tk.spec b/unix/tk.spec index 4f16fae..8a37fa9 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.15.2.17 2007/10/02 17:55:55 dgp Exp $ +# $Id: tk.spec,v 1.15.2.18 2008/02/06 15:31:42 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4.17 +%define version 8.4.18 %define directory /usr/local Summary: Tk graphical toolkit for the Tcl scripting language. @@ -14,7 +14,7 @@ Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz URL: http://www.tcl.tk/ Packager: Carina Buildroot: /var/tmp/%{name}%{version} -Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.17 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.18 %description The Tcl (Tool Command Language) provides a powerful platform for |