diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:36:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:36:17 (GMT) |
commit | 37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b (patch) | |
tree | 9cc860eac2dab3724c58f93d7f27e30c3a754757 /unix | |
parent | 36001df29a52f1fc25fd4635b256abf5964bb642 (diff) | |
download | tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.zip tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.gz tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.bz2 |
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tk.spec | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure.in b/unix/configure.in index 9648b82..3f4cb5f 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,14 +3,14 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.70 2002/02/19 01:06:19 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.71 2002/03/06 15:36:17 dkf Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a4" +TK_PATCH_LEVEL="a5" VERSION=${TK_VERSION} LOCALES="de en es fr" diff --git a/unix/tk.spec b/unix/tk.spec index 27d2549..e226c92 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.8 2002/03/05 20:33:57 hobbs Exp $ +# $Id: tk.spec,v 1.9 2002/03/06 15:36:17 dkf Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4a4 +%define version 8.4a5 %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.4a4 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4a5 %description The Tcl (Tool Command Language) provides a powerful platform for |