Upgrade to version 1.21

This commit is contained in:
chen-jan 2023-08-23 13:21:27 +08:00
parent ffc751b5ce
commit 8fbe7f6ac3
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
tcllib-1.21.tar.xz Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@
Summary: The standard Tcl library
Name: tcllib
Version: 1.20
Version: 1.21
Release: 1
License: BSD
URL: http://tcllib.sourceforge.net/
@ -11,7 +11,7 @@ Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.x
BuildArch: noarch
Requires: tcl(abi) = 8.6
BuildRequires: tcl >= 8.3.1
BuildRequires: tcl >= 8.6
Patch0001: 0001-Fix-invalid-command-name-log.patch
@ -55,12 +55,16 @@ find %{buildroot}/%{_datadir} -name \*.tcl | xargs chmod 0644
%{_bindir}/nns*
%{_bindir}/page
%{_bindir}/tcldocstrip
%{_bindir}/mkdoc
%files help
%doc support/releases/history/README-1.9.txt
%{_mandir}/mann/*
%changelog
* Wed Aug 23 2023 chenchen <chen_aka_jan@163.com> - 1.21-1
- Upgrade to version 1.21
* Tue May 17 2022 liyanan <liyanan32@h-partners.com> - 1.20-1
- Package update