diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 14:20:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 14:20:14 (GMT) |
commit | 68a9c9f524aa50b782559f42a7d44db403bc4d7d (patch) | |
tree | 58ec697bb527475431e822df23e287c58e71f989 /unix | |
parent | 5835acdb176ba8a4c7d2655a00d2b4afacd1fccd (diff) | |
download | tk-68a9c9f524aa50b782559f42a7d44db403bc4d7d.zip tk-68a9c9f524aa50b782559f42a7d44db403bc4d7d.tar.gz tk-68a9c9f524aa50b782559f42a7d44db403bc4d7d.tar.bz2 |
Bumped patchlevel
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 168d3d5..a44de8d 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ 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.108 2005/06/02 10:08:06 rmax Exp $ +# RCS: @(#) $Id: configure.in,v 1.109 2005/06/07 14:20:18 dkf Exp $ AC_INIT([tk],[8.5]) AC_PREREQ(2.57) @@ -17,7 +17,7 @@ dnl AH_BOTTOM([#endif /* _TKCONFIG */]) TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" diff --git a/unix/tk.spec b/unix/tk.spec index 687e2fe..dc9b873 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.20 2004/12/11 00:00:22 dkf Exp $ +# $Id: tk.spec,v 1.21 2005/06/07 14:20:18 dkf Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.5a3 +%define version 8.5a4 %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.5a3 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.5a4 %description The Tcl (Tool Command Language) provides a powerful platform for |