diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-14 17:29:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-14 17:29:57 (GMT) |
commit | dcb4163dd88a4ccea92159930da9653cb4fff87e (patch) | |
tree | 4571cad90d82936b5ec927044ba52948442ba563 /unix | |
parent | efa6765c00d4032ecb45bf70e9147ed49e994663 (diff) | |
download | tk-dcb4163dd88a4ccea92159930da9653cb4fff87e.zip tk-dcb4163dd88a4ccea92159930da9653cb4fff87e.tar.gz tk-dcb4163dd88a4ccea92159930da9653cb4fff87e.tar.bz2 |
* Bumped HEAD to version 8.4b2 in order to distinguish it from
the 8.4b1 release. Also extended LOCALES to cover all message
catalogs.
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 4 | ||||
-rw-r--r-- | unix/configure.in | 6 | ||||
-rw-r--r-- | unix/tk.spec | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/unix/configure b/unix/configure index e0e016f..ab5f548 100755 --- a/unix/configure +++ b/unix/configure @@ -546,9 +546,9 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VERSION=${TK_VERSION} -LOCALES="de en es fr" +LOCALES="cs de el en en_gb es fr it nl ru" #------------------------------------------------------------------------ # Handle the --prefix=... option diff --git a/unix/configure.in b/unix/configure.in index 0147bca..5960347 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,16 +3,16 @@ 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.74 2002/06/25 16:45:12 rmax Exp $ +# RCS: @(#) $Id: configure.in,v 1.75 2002/07/14 17:29:58 dgp Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VERSION=${TK_VERSION} -LOCALES="de en es fr" +LOCALES="cs de el en en_gb es fr it nl ru" #------------------------------------------------------------------------ # Handle the --prefix=... option diff --git a/unix/tk.spec b/unix/tk.spec index ce446d3..88da257 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.10 2002/06/22 00:02:50 dkf Exp $ +# $Id: tk.spec,v 1.11 2002/07/14 17:29:58 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4b1 +%define version 8.4b2 %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.4b1 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4b2 %description The Tcl (Tool Command Language) provides a powerful platform for |