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-11-26 18:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Sat Nov 26 18:45:11 2022 rev:86 rq:1038210 version:6.24.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2022-11-16 
15:42:33.659655928 +0100
+++ /work/SRC/openSUSE:Factory/.tcsh.new.1597/tcsh.changes      2022-11-26 
18:45:16.791151131 +0100
@@ -1,0 +2,20 @@
+Fri Nov 25 08:54:10 UTC 2022 - Dr. Werner Fink <[email protected]>
+
+- Update to tcsh 6.24.02
+  7. V6.24.02 - 20221124
+  6. Complete mdoc-based manual page (Luke Mewburn)
+  5. Fix rechist() check for NULL filename (broke when arg was renamed).
+       > cd
+       > rm .history
+       > unset savehist
+       > history -S /tmp/s
+       > exit
+     A ~/.history has been written when it should not have been.
+  4. Make OpenBSD use SHORT_STRINGS and fix non-SHORT_STRINGS compilation.
+- Delete patch tcsh-6.24.01-bash52.dif now upstream
+- Correct offset and port patches
+  * tcsh-6.21.00.dif
+  * tcsh-6.22.02-local-dotlock.dif
+- Enhance completion for man command
+
+-------------------------------------------------------------------

Old:
----
  tcsh-6.24.01-bash52.dif
  tcsh-6.24.01.tar.gz
  tcsh-6.24.01.tar.gz.asc

New:
----
  tcsh-6.24.02.tar.gz
  tcsh-6.24.02.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tcsh.spec ++++++
--- /var/tmp/diff_new_pack.Gboj3s/_old  2022-11-26 18:45:17.539155565 +0100
+++ /var/tmp/diff_new_pack.Gboj3s/_new  2022-11-26 18:45:17.543155589 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           tcsh
-Version:        6.24.01
+Version:        6.24.02
 Release:        0
 Summary:        The C SHell
 License:        BSD-3-Clause
@@ -35,7 +35,6 @@
 Patch5:         tcsh-6.17.06-dspmbyte.dif
 Patch6:         tcsh-6.18.03-catalogs.dif
 Patch8:         tcsh-6.22.02-local-dotlock.dif
-Patch9:         tcsh-6.24.01-bash52.dif
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel
@@ -62,7 +61,6 @@
 %patch5      -b .dspmbyte
 %patch6      -b .catalogs
 %patch8 -p 0 -b .dotlock
-%patch9 -p 1 -b .bash52
 %patch0      -b .0
 
 %build

++++++ complete.tcsh ++++++
--- /var/tmp/diff_new_pack.Gboj3s/_old  2022-11-26 18:45:17.611155992 +0100
+++ /var/tmp/diff_new_pack.Gboj3s/_new  2022-11-26 18:45:17.615156016 +0100
@@ -29,9 +29,9 @@
     set _ypdir  =  /var/yp
     set _domain =  "`domainname`"
     if ($?MANPATH) then
-       set _manpath="{${MANPATH:as/:/,/}}/{man,cat}"
+       set _manpath="{${MANPATH:as/:/,/}}/man"
     else
-       set _manpath="/usr{{/X11/man,/openwin/man}/{man,cat},{/man/{man,cat}}}"
+       set 
_manpath="/usr{{/X11/man,/openwin/man,/share/man}/{man,cat},{/man/{man,cat}}}"
     endif
 if ( -d /usr/lib/ispell/ ) then
     set _hash=(`\ls -1fUA /usr/lib/ispell/|&\sed -rn 
\\%.\*\\.hash%{s%\.hash%%p}`)
@@ -700,11 +700,11 @@
                        n@-u@T:$_maildir@ n/-f/f/ n/*/u/
     endif
 
-
-    complete man       n@[0-9n]@'`\ls -1fUA ${_manpath}$:-1/|&\sed 
\\%.\*:%d\;s%\\.$:-1.\*\$%%|\sort -u`'@ \
-                       c/-/"(- f k s t l)"/ n/-f/c/ n/-k/x:'<keyword>'/ 
n/-l/f/ C@./*@f@ n/*/c/
-    unset _manpath
-
+    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@*@`\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>'/
     complete compress  c/-/"(c f v b)"/ n/-b/x:'<max_bits>'/ n/*/f:^*.Z/

++++++ tcsh-6.21.00.dif ++++++
--- /var/tmp/diff_new_pack.Gboj3s/_old  2022-11-26 18:45:17.643156182 +0100
+++ /var/tmp/diff_new_pack.Gboj3s/_new  2022-11-26 18:45:17.647156206 +0100
@@ -39,7 +39,7 @@
  #endif /* _h_config */
 --- config_f.h
 +++ config_f.h 2021-04-27 07:41:53.192829973 +0000
-@@ -74,7 +74,12 @@
+@@ -72,7 +72,12 @@
  /*
   * LOGINFIRST   Source ~/.login before ~/.cshrc
   */
@@ -53,7 +53,7 @@
  
  /*
   * VIDEFAULT    Make the VI mode editor the default
-@@ -168,7 +173,7 @@
+@@ -166,7 +171,7 @@
   *            successful, set $REMOTEHOST to the name or address of the
   *            host
   */
@@ -221,15 +221,15 @@
      if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
 --- tcsh.man
 +++ tcsh.man   2021-04-27 07:41:53.196829900 +0000
-@@ -603,7 +603,7 @@ Repeating \fIdabbrev-expand\fR without a
- changes to the next previous word etc., skipping identical matches
- much like \fIhistory-search-backward\fR does.
- .TP 8
--.B delete-char \fR(not bound)
-+.B delete-char \fR(bound to `Del' if using the standard \fI/etc/csh.cshrc\fR)
+@@ -1001,7 +1001,7 @@ much like
+ .Ic history-search-backward
+ does.
+ .
+-.It Ic delete-char No (not bound)
++.It Ic delete-char \fR(bound to `Del' if using the standard 
\fI/etc/csh.cshrc\fR)
  Deletes the character under the cursor.
- See also \fIdelete-char-or-list-or-eof\fR.
- Cursor behavior modified by \fBvimode\fR.
+ See also
+ .Ic delete-char-or-list-or-eof .
 --- tw.h
 +++ tw.h       2021-04-27 07:41:53.196829900 +0000
 @@ -32,6 +32,10 @@

++++++ tcsh-6.22.02-local-dotlock.dif ++++++
--- /var/tmp/diff_new_pack.Gboj3s/_old  2022-11-26 18:45:17.659156277 +0100
+++ /var/tmp/diff_new_pack.Gboj3s/_new  2022-11-26 18:45:17.663156301 +0100
@@ -172,7 +172,7 @@
  #endif /* #ifndef _DOTLOCK_H_ */
 --- sh.hist.c
 +++ sh.hist.c  2020-02-19 09:48:57.640589111 +0000
-@@ -1230,9 +1230,11 @@ fmthist(int fmt, ptr_t ptr)
+@@ -1243,9 +1243,11 @@ fmthist(int fmt, ptr_t ptr)
  }
  
  static void
@@ -186,7 +186,7 @@
  }
  
  /* Save history before exiting the shell. */
-@@ -1311,11 +1313,12 @@ rechist(Char *fname, int ref)
+@@ -1324,11 +1326,12 @@ rechist(Char *fname, int ref)
            jmp_buf_t osetexit;
            if (lock) {
  #ifndef WINNT_NATIVE

++++++ tcsh-6.24.01.tar.gz -> tcsh-6.24.02.tar.gz ++++++
++++ 18379 lines of diff (skipped)

Reply via email to