From 446baf6f43f12aee26c1cbfab8edda487ba6d289 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 7 Feb 2023 19:23:11 +0800 Subject: [PATCH] drop the old symbol --- tcl.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tcl.spec b/tcl.spec index 0fe8465..e82ddfd 100644 --- a/tcl.spec +++ b/tcl.spec @@ -2,7 +2,7 @@ Name: tcl Version: 8.6.13 -Release: 1 +Release: 2 Epoch: 1 Summary: The Tool Command Language implementation License: BSD @@ -14,9 +14,6 @@ Provides: tcl(abi) = %{MAJOR} Obsoletes: tcl-tcldict <= %{version} Provides: tcl-tcldict = %{version} -#drop this symbol after tk upgrade to 8.6.13 -Provides: tcl = 1:8.6.12 - Patch0: tcl-8.6.12-autopath.patch Patch1: tcl-8.6.12-conf.patch Patch2: tcl-8.6.10-hidden.patch @@ -46,9 +43,6 @@ Help document for tcl. Summary: The development files for tcl Requires: %{name} = %{epoch}:%{version}-%{release} -#drop this symbol after tk upgrade to 8.6.13 -Provides: tcl-devel = 1:8.6.12 - %description devel The development files for tcl. @@ -132,6 +126,12 @@ make test %{_mandir}/mann/* %changelog +* Wed Feb 08 2023 fuanan - 1:8.6.13-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:drop the old symbol + * Sun Jan 29 2023 zhangruifang2020 - 1:8.6.13-1 - Type:enhancement - ID:NA -- Gitee