Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcsh for openSUSE:Factory checked in at 2022-12-07 17:34:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcsh (Old) and /work/SRC/openSUSE:Factory/.tcsh.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcsh" Wed Dec 7 17:34:00 2022 rev:87 rq:1040341 version:6.24.05 Changes: -------- --- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes 2022-11-26 18:45:16.791151131 +0100 +++ /work/SRC/openSUSE:Factory/.tcsh.new.1835/tcsh.changes 2022-12-07 17:34:37.200425787 +0100 @@ -1,0 +2,20 @@ +Mon Dec 5 15:13:26 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Update to tcsh 6.24.05 + 15. V6.24.05 - 2022-12-04 + 14. Build and release process improvements (Luke Mewburn, Kimmo Suominen) + 13. V6.24.04 - 2022-12-03 + 12. Fix a test to match output from old bash versions (Corinna Vinschen) +- Port patch tcsh-6.21.00.dif + +------------------------------------------------------------------- +Mon Dec 5 15:02:30 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Update to tcsh 6.24.03 + 10. Fix set/@ test when diff is from busybox (Luke Mewburn) + 9. Handle \c in echo properly instead of printing garbage past the + end of the string. + 8. Add a configure check for a working sbrk() (Luke Mewburn) +- Correct offset and port patch tcsh-6.17.06-dspmbyte.dif + +------------------------------------------------------------------- Old: ---- tcsh-6.24.02.tar.gz tcsh-6.24.02.tar.gz.asc New: ---- tcsh-6.24.05.tar.gz tcsh-6.24.05.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcsh.spec ++++++ --- /var/tmp/diff_new_pack.EpHQUS/_old 2022-12-07 17:34:37.888429554 +0100 +++ /var/tmp/diff_new_pack.EpHQUS/_new 2022-12-07 17:34:37.892429576 +0100 @@ -17,7 +17,7 @@ Name: tcsh -Version: 6.24.02 +Version: 6.24.05 Release: 0 Summary: The C SHell License: BSD-3-Clause ++++++ complete.tcsh ++++++ --- /var/tmp/diff_new_pack.EpHQUS/_old 2022-12-07 17:34:37.968429992 +0100 +++ /var/tmp/diff_new_pack.EpHQUS/_new 2022-12-07 17:34:37.972430014 +0100 @@ -703,7 +703,7 @@ complete man 'n@[0-9n]@`\ls -1fUA ${_manpath}$:-1/|&\sed \\%.\*:%d\;s%\\.$:-1.\*\$%%|\sort -u`@' \ c@-@"(- f k M P s S t)"@ n@-f@c@ n@-k@x:'<keyword>'@ n/-l/f/ C@./*@f@ n@-[MP]@d@ \ 'N@-[MP]@`\ls -1 $:-1/man? |&\sed -n s%\\..\\+\$%%p`@' \ - 'n@-[sS]@`\ls -1 ${_manpath:h}|&\sed -n s%man%%p|\sort -u`@' \ + 'n@-[sS]@`\ls -1 ${_manpath:h}|&\sed -n \\%/.\*:%d\;s%man%%p|\sort -u`@' \ 'n@*@`\find ${_manpath:h} \( -type f -o -type l \) -printf "%f\n"|&\sed -r "\%find:.*:%d;s%([^.]+).([^ ]*?)%\1%g"|\sort -u`@' complete ps c/-t/x:'<tty>'/ c/-/"(a c C e g k l S t u v w x)"/ \ n/-k/x:'<kernel>'/ N/-k/x:'<core_file>'/ n/*/x:'<PID>'/ ++++++ tcsh-6.17.06-dspmbyte.dif ++++++ --- /var/tmp/diff_new_pack.EpHQUS/_old 2022-12-07 17:34:37.992430124 +0100 +++ /var/tmp/diff_new_pack.EpHQUS/_new 2022-12-07 17:34:37.992430124 +0100 @@ -21,7 +21,7 @@ autoset_dspmbyte(str2short(tcp)); --- sh.func.c +++ sh.func.c 2021-04-27 07:36:57.210162751 +0000 -@@ -1370,14 +1370,6 @@ dosetenv(Char **v, struct command *c) +@@ -1374,14 +1374,6 @@ dosetenv(Char **v, struct command *c) } #endif /* apollo */ @@ -36,7 +36,7 @@ if (islocale_var(vp)) { #ifdef NLS int k; -@@ -1402,6 +1394,13 @@ dosetenv(Char **v, struct command *c) +@@ -1406,6 +1398,13 @@ dosetenv(Char **v, struct command *c) nlsclose(); nlsinit(); # endif /* NLS_CATALOGS */ ++++++ tcsh-6.21.00.dif ++++++ --- /var/tmp/diff_new_pack.EpHQUS/_old 2022-12-07 17:34:38.024430299 +0100 +++ /var/tmp/diff_new_pack.EpHQUS/_new 2022-12-07 17:34:38.028430321 +0100 @@ -1,5 +1,5 @@ --- - config/linux | 10 ++++++++++ + system/linux | 10 ++++++++++ config_f.h | 9 +++++++-- glob.h | 3 ++- host.defs | 9 +++------ @@ -9,12 +9,12 @@ tc.func.c | 8 ++++++-- tc.str.c | 2 +- tc.who.c | 3 +++ - tcsh.man | 2 +- + tcsh.man.in | 2 +- tw.h | 4 ++++ 12 files changed, 47 insertions(+), 18 deletions(-) ---- config/linux -+++ config/linux 2021-04-27 07:41:53.192829973 +0000 +--- system/linux ++++ system/linux 2021-04-27 07:41:53.192829973 +0000 @@ -99,6 +99,9 @@ #ifndef _SVID_SOURCE # define _SVID_SOURCE @@ -219,8 +219,8 @@ setutent(); #else if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) { ---- tcsh.man -+++ tcsh.man 2021-04-27 07:41:53.196829900 +0000 +--- tcsh.man.in ++++ tcsh.man.in 2021-04-27 07:41:53.196829900 +0000 @@ -1001,7 +1001,7 @@ much like .Ic history-search-backward does. ++++++ tcsh-6.24.02.tar.gz -> tcsh-6.24.05.tar.gz ++++++ ++++ 50418 lines of diff (skipped)