diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-22 00:02:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-22 00:02:49 (GMT) |
commit | 82d64fe1ff3f58d1627c0bf2add58fae0316f132 (patch) | |
tree | 4e8f344ec70d745ee498d5f37d493fb26dd4e91b /unix/tk.spec | |
parent | 8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b (diff) | |
download | tk-82d64fe1ff3f58d1627c0bf2add58fae0316f132.zip tk-82d64fe1ff3f58d1627c0bf2add58fae0316f132.tar.gz tk-82d64fe1ff3f58d1627c0bf2add58fae0316f132.tar.bz2 |
Tk patchlevel bumped to 8.4b1 in preparation for 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 e226c92..ce446d3 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.9 2002/03/06 15:36:17 dkf Exp $ +# $Id: tk.spec,v 1.10 2002/06/22 00:02:50 dkf Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4a5 +%define version 8.4b1 %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.4a5 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4b1 %description The Tcl (Tool Command Language) provides a powerful platform for |