diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-07 19:17:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-07 19:17:53 (GMT) |
commit | 6a99f16c66d481f3d4d7bdbc3d35901b5057154e (patch) | |
tree | cbfc0c54344fd8ca34d361489f34e65aef9bb8aa /unix/tk.spec | |
parent | bc7aa6a42be184d55ac867449a712b8b972e5d51 (diff) | |
download | tk-6a99f16c66d481f3d4d7bdbc3d35901b5057154e.zip tk-6a99f16c66d481f3d4d7bdbc3d35901b5057154e.tar.gz tk-6a99f16c66d481f3d4d7bdbc3d35901b5057154e.tar.bz2 |
* README: Bump version number to 8.4.19
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
* changes: updates for 8.4.19 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 8a37fa9..11d5cf8 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.15.2.18 2008/02/06 15:31:42 dgp Exp $ +# $Id: tk.spec,v 1.15.2.19 2008/04/07 19:17:57 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4.18 +%define version 8.4.19 %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.18 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.19 %description The Tcl (Tool Command Language) provides a powerful platform for |