diff --git a/tcllib-1.20.tar.xz b/tcllib-1.20.tar.xz deleted file mode 100644 index fd70d49..0000000 Binary files a/tcllib-1.20.tar.xz and /dev/null differ diff --git a/tcllib-1.21.tar.xz b/tcllib-1.21.tar.xz new file mode 100644 index 0000000..32820e7 Binary files /dev/null and b/tcllib-1.21.tar.xz differ diff --git a/tcllib.spec b/tcllib.spec index e42c7fe..6bd4336 100644 --- a/tcllib.spec +++ b/tcllib.spec @@ -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 - 1.21-1 +- Upgrade to version 1.21 + * Tue May 17 2022 liyanan - 1.20-1 - Package update