Compare commits
10 Commits
795f161eca
...
98bfd08df0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98bfd08df0 | ||
|
|
8fbe7f6ac3 | ||
|
|
ffc751b5ce | ||
|
|
a2c4269bec | ||
|
|
8606e290dd | ||
|
|
74a17cde22 | ||
|
|
eeb6eaf122 | ||
|
|
c75aaea5eb | ||
|
|
8cc0725b01 | ||
|
|
280e5d120d |
25
0001-Fix-invalid-command-name-log.patch
Normal file
25
0001-Fix-invalid-command-name-log.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Binary file not shown.
BIN
tcllib-1.21.tar.xz
Normal file
BIN
tcllib-1.21.tar.xz
Normal file
Binary file not shown.
20
tcllib.spec
20
tcllib.spec
@ -3,15 +3,17 @@
|
|||||||
|
|
||||||
Summary: The standard Tcl library
|
Summary: The standard Tcl library
|
||||||
Name: tcllib
|
Name: tcllib
|
||||||
Version: 1.19
|
Version: 1.21
|
||||||
Release: 2
|
Release: 1
|
||||||
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.3.1
|
BuildRequires: tcl >= 8.6
|
||||||
|
|
||||||
|
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
|
||||||
@ -53,11 +55,21 @@ 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 README support/releases/history/README-1.9.txt
|
%doc 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.
|
||||||
|
|||||||
4
tcllib.yaml
Normal file
4
tcllib.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: tcltk/tcllib
|
||||||
|
tag_prefix: tcllib_
|
||||||
|
seperator: _
|
||||||
Loading…
x
Reference in New Issue
Block a user