From 64df77c26649b6d82f38b0415fdee812f0e2e145 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 25 Oct 2025 02:30:15 +0800 Subject: [PATCH] 8.6.17 --- tk.spec | 13 ++++++++----- tk8.6.16-src.tar.gz => tk8.6.17-src.tar.gz | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) rename tk8.6.16-src.tar.gz => tk8.6.17-src.tar.gz (32%) diff --git a/tk.spec b/tk.spec index b6a3234..8b536a1 100644 --- a/tk.spec +++ b/tk.spec @@ -1,17 +1,17 @@ -%define majorver 8.6 -%define majornext 8.7 +%define majorver %{version_major_minor} +%define majornext %{version_major}.%[%{version_minor}+1] %define epoch 1 Name: tk -Version: 8.6.16 +Version: 8.6.17 Release: 1 Summary: The graphical toolkit for the Tcl scripting language Epoch: 1 License: TCL -URL: https://tcl.sourceforge.net +URL: https://www.tcl-lang.org/ Source0: https://download.sourceforge.net/sourceforge/tcl/%{name}%{version}-src.tar.gz -Requires: (tcl >= %{epoch}:%{majorver} with tcl < %{epoch}:%{majornext}) +Requires: tcl(abi) = %{tcl_version} BuildRequires: gcc BuildRequires: autoconf automake BuildRequires: (tcl-devel >= %{epoch}:%{majorver} with tcl-devel < %{epoch}:%{majornext}) @@ -90,6 +90,9 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu %{_mandir}/man?/* %changelog +* Sat Oct 25 2025 Funda Wang - 1:8.6.17-1 +- update to version 8.6.17 + * Wed Dec 25 2024 Funda Wang - 1:8.6.16-1 - update to version 8.6.16 diff --git a/tk8.6.16-src.tar.gz b/tk8.6.17-src.tar.gz similarity index 32% rename from tk8.6.16-src.tar.gz rename to tk8.6.17-src.tar.gz index 4237f66..38a13a7 100644 --- a/tk8.6.16-src.tar.gz +++ b/tk8.6.17-src.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe -size 4591625 +oid sha256:e4982df6f969c08bf9dd858a6891059b4a3f50dc6c87c10abadbbe2fc4838946 +size 4593109 -- Gitee