diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-06 10:00:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-06 10:00:11 (GMT) |
commit | b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00 (patch) | |
tree | 810ebd6ec6b2e3efc8d94237e7f4585e2402488a /unix | |
parent | 41ac9b75c0a75e686c0d57390e4699dfd5136292 (diff) | |
download | tk-b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00.zip tk-b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00.tar.gz tk-b6dd12afbaf6a4a2e2902cbd1beb8f19f40f2d00.tar.bz2 |
a6 -> b1, as preparation for possible release (one day, hopefully)
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.ac | 2 | ||||
-rw-r--r-- | unix/tk.spec | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure index f5bf018..7f456b7 100755 --- a/unix/configure +++ b/unix/configure @@ -2603,7 +2603,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.7 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=7 -TK_PATCH_LEVEL="a6" +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" diff --git a/unix/configure.ac b/unix/configure.ac index c2c20f4..1c1f5e1 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.7 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=7 -TK_PATCH_LEVEL="a6" +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" diff --git a/unix/tk.spec b/unix/tk.spec index 6a6924c..824ea40 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -4,15 +4,15 @@ Name: tk Summary: Tk graphical toolkit for the Tcl scripting language. -Version: 8.7a6 +Version: 8.7b1 Release: 2 License: BSD Group: Development/Languages Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz URL: https://www.tcl-lang.org/ Buildroot: /var/tmp/%{name}%{version} -Buildrequires: XFree86-devel tcl >= 8.6.0 -Requires: tcl >= 8.6.0 +Buildrequires: XFree86-devel tcl >= 8.7b1 +Requires: tcl >= 8.7b1 %description The Tcl (Tool Command Language) provides a powerful platform for |