diff options
author | dgp <dgp@users.sourceforge.net> | 2002-09-27 18:09:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-09-27 18:09:52 (GMT) |
commit | fa325b1f3aae9f5eb024840d676d4ebbeba05b15 (patch) | |
tree | c585dcbe12e176da6a5e2203d258c84fd7e25214 /unix/tk.spec | |
parent | 375b316b36e6cee767fd9e8a1024bf92b85c2e8d (diff) | |
download | tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.zip tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.tar.gz tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.tar.bz2 |
* README: Bumped to version 8.4.1 to avoid confusion
* generic/tk.h: of CVS snapshots with release 8.4.0.
* unix/README:
* unix/configure.in:
* unix/tk.spec
* win/configure.in:
* unix/configure: autoconf
* win/configure:
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 714b0e0..92ec95b 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.13 2002/09/02 20:16:59 hobbs Exp $ +# $Id: tk.spec,v 1.14 2002/09/27 18:09:53 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4.0 +%define version 8.4.1 %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.0 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.1 %description The Tcl (Tool Command Language) provides a powerful platform for |