Compare commits

..

No commits in common. "98bfd08df05c4fb75bcf3c6de53af9522c6fb691" and "795f161ecabd4edd1fa2e17affbcc0febd19f241" have entirely different histories.

5 changed files with 4 additions and 45 deletions

View File

@ -1,25 +0,0 @@
From d1c34d298499d49bfababeceecbe75702a338bca Mon Sep 17 00:00:00 2001
From: lingsheng <lingsheng@huawei.com>
Date: Thu, 15 Oct 2020 16:29:16 +0800
Subject: [PATCH] Fix invalid command name log
---
apps/nns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/nns b/apps/nns
index ccf58aa..fabcb09 100755
--- a/apps/nns
+++ b/apps/nns
@@ -257,7 +257,7 @@ proc ::nns::Do.search.print {contents} {
log::info "Searching at name service at [My]"
if {![llength $contents]} {
- log info "Nothing found..."
+ log::info "Nothing found..."
return
}
--
2.23.0

BIN
tcllib-1.19.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -3,17 +3,15 @@
Summary: The standard Tcl library Summary: The standard Tcl library
Name: tcllib Name: tcllib
Version: 1.21 Version: 1.19
Release: 1 Release: 2
License: BSD License: BSD
URL: http://tcllib.sourceforge.net/ URL: http://tcllib.sourceforge.net/
Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.xz Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
Requires: tcl(abi) = 8.6 Requires: tcl(abi) = 8.6
BuildRequires: tcl >= 8.6 BuildRequires: tcl >= 8.3.1
Patch0001: 0001-Fix-invalid-command-name-log.patch
%description %description
Tcllib, the Tcl Standard Library is a collection of Tcl packages Tcllib, the Tcl Standard Library is a collection of Tcl packages
@ -55,21 +53,11 @@ find %{buildroot}/%{_datadir} -name \*.tcl | xargs chmod 0644
%{_bindir}/nns* %{_bindir}/nns*
%{_bindir}/page %{_bindir}/page
%{_bindir}/tcldocstrip %{_bindir}/tcldocstrip
%{_bindir}/mkdoc
%files help %files help
%doc support/releases/history/README-1.9.txt %doc README support/releases/history/README-1.9.txt
%{_mandir}/mann/* %{_mandir}/mann/*
%changelog %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
* Thu Oct 15 2020 lingsheng <lingsheng@huawei.com> - 1.19-3
- Fix invalid command name log
* Wed Jan 08 2019 wanjiankang <wanjiankang@huawei.com> - 1.19-2 * Wed Jan 08 2019 wanjiankang <wanjiankang@huawei.com> - 1.19-2
- Package Init. - Package Init.

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: tcltk/tcllib
tag_prefix: tcllib_
seperator: _