drop the old symbol

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
yixiangzhike 2022-11-09 09:20:22 +08:00
parent 6cf5c87448
commit a67ec944eb

View File

@ -2,7 +2,7 @@
Name: tcl Name: tcl
Version: 8.6.12 Version: 8.6.12
Release: 3 Release: 4
Epoch: 1 Epoch: 1
Summary: The Tool Command Language implementation Summary: The Tool Command Language implementation
License: BSD License: BSD
@ -14,9 +14,6 @@ Provides: tcl(abi) = %{MAJOR}
Obsoletes: tcl-tcldict <= %{version} Obsoletes: tcl-tcldict <= %{version}
Provides: tcl-tcldict = %{version} Provides: tcl-tcldict = %{version}
# drop this symbol after tk upgrade to 8.6.12
Provides: tcl = 1:8.6.10
Patch0: tcl-8.6.12-autopath.patch Patch0: tcl-8.6.12-autopath.patch
Patch1: tcl-8.6.12-conf.patch Patch1: tcl-8.6.12-conf.patch
Patch2: tcl-8.6.10-hidden.patch Patch2: tcl-8.6.10-hidden.patch
@ -46,9 +43,6 @@ Help document for tcl.
Summary: The development files for tcl Summary: The development files for tcl
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
# drop this symbol after tk upgrade to 8.6.12
Provides: tcl-devel = 1:8.6.10
%description devel %description devel
The development files for tcl. The development files for tcl.
@ -128,6 +122,12 @@ make test
%{_mandir}/mann/* %{_mandir}/mann/*
%changelog %changelog
* Wed Nov 9 2022 yixiangzhike <yixiangzhike007@163.com> - 1:8.6.12-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:drop the old symbol
* Tue Nov 8 2022 yixiangzhike <yixiangzhike007@163.com> - 1:8.6.12-3 * Tue Nov 8 2022 yixiangzhike <yixiangzhike007@163.com> - 1:8.6.12-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA