diff --git a/fix-testcase-fail-if-noroot.patch b/fix-testcase-fail-if-noroot.patch index 58bbd6e..3f78d85 100644 --- a/fix-testcase-fail-if-noroot.patch +++ b/fix-testcase-fail-if-noroot.patch @@ -49,7 +49,7 @@ index cf0fcf0..e0532d3 100644 AT_SETUP([filetest]) +AT_SKIP_IF([test `whoami` == 'root' ]) - touch file1 file2 + touch file1 file2 'b{c' chmod 6777 file1 @@ -561,6 +563,7 @@ TCSH_UNTESTED([hashstat]) @@ -184,7 +184,7 @@ index 9db0886..dc151c8 100644 AT_DATA([prompt.csh], [[echo "$prompt" @@ -862,6 +869,7 @@ AT_CHECK([echo 'echo "$prompt3"' | tcsh -f], , - AT_CLEANUP + AT_SETUP([$ promptchars]) +AT_SKIP_IF([test `whoami` == 'root' ]) diff --git a/tcsh-6.24.07.tar.gz b/tcsh-6.24.07.tar.gz new file mode 100644 index 0000000..1375a3e Binary files /dev/null and b/tcsh-6.24.07.tar.gz differ diff --git a/tcsh.spec b/tcsh.spec index 9912df1..30749a3 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -1,6 +1,6 @@ Name: tcsh -Version: 6.23.00 -Release: 3 +Version: 6.24.07 +Release: 1 Summary: C shell with file name completion and command line editing License: BSD URL: http://www.tcsh.org/ @@ -95,6 +95,9 @@ fi %changelog +* Sun Jan 29 2023 renhongxun - 6.24.07-1 +- upgrade version to 6.24.07 + * Mon Nov 21 2022 wangjiang - 6.23.00-3 - modify Source0