Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
98bfd08df0
!16 Upgrade to version 1.21
From: @chen-jan 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-23 09:12:06 +00:00
chen-jan
8fbe7f6ac3 Upgrade to version 1.21 2023-08-23 13:28:14 +08:00
openeuler-ci-bot
ffc751b5ce
!12 tcllib升级至1.20版本。
From: @lyn1001 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-05-17 09:15:03 +00:00
lyn1001
a2c4269bec Package update 2022-05-17 14:50:19 +08:00
openeuler-ci-bot
8606e290dd !8 Fix invalid command name log
From: @ultra_planet
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2020-10-15 17:01:52 +08:00
lingsheng
74a17cde22 Fix invalid command name log 2020-10-15 16:39:12 +08:00
openeuler-ci-bot
eeb6eaf122 !3 【轻量级 PR】:修正yaml错误
Merge pull request !3 from Shinwell_Hu/N/A
2020-06-27 18:16:00 +08:00
Shinwell_Hu
c75aaea5eb 修正yaml错误 2020-06-24 16:20:08 +08:00
openeuler-ci-bot
8cc0725b01 !2 add tcllib.yaml
Merge pull request !2 from 成子晗/master
2020-05-11 09:51:35 +08:00
chengzihan2
280e5d120d add tcllib.yaml 2020-05-07 16:50:48 +08:00
5 changed files with 45 additions and 4 deletions

View 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

Binary file not shown.

View File

@ -3,15 +3,17 @@
Summary: The standard Tcl library
Name: tcllib
Version: 1.19
Release: 2
Version: 1.21
Release: 1
License: BSD
URL: http://tcllib.sourceforge.net/
Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.xz
BuildArch: noarch
Requires: tcl(abi) = 8.6
BuildRequires: tcl >= 8.3.1
BuildRequires: tcl >= 8.6
Patch0001: 0001-Fix-invalid-command-name-log.patch
%description
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}/page
%{_bindir}/tcldocstrip
%{_bindir}/mkdoc
%files help
%doc README support/releases/history/README-1.9.txt
%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
* 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
- Package Init.

4
tcllib.yaml Normal file
View File

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