Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2023-10-11 23:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Wed Oct 11 23:53:33 2023 rev:95 rq:1116393 version:6.24.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2023-07-24 
18:12:06.061258902 +0200
+++ /work/SRC/openSUSE:Factory/.tcsh.new.1807/tcsh.changes      2023-10-12 
11:58:58.289542914 +0200
@@ -1,0 +2,7 @@
+Mon Oct  9 08:08:30 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Add some fixes from
+  https://github.com/tcsh-org/tcsh/blob/master/complete.tcsh
+  to our complete.tcsh (boo#1215817) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ complete.tcsh ++++++
--- /var/tmp/diff_new_pack.85tDOc/_old  2023-10-12 11:58:58.929565978 +0200
+++ /var/tmp/diff_new_pack.85tDOc/_new  2023-10-12 11:58:58.929565978 +0200
@@ -170,8 +170,9 @@
     complete ping      p/1/\$hosts/
     complete traceroute        p/1/\$hosts/
 
-    complete {talk,ntalk,phone,otalk,ytalk}    p/1/'`users | tr " " "\012" | 
uniq`'/ \
-               n/*/\`who\ \|\ grep\ \$:1\ \|\ awk\ \'\{\ print\ \$2\ \}\'\`/
+    complete {talk,ntalk,phone,otalk,ytalk} \
+       p/1/'`users | tr " " "\012" | uniq`'/ \
+       n/*/\`who\ \|\ grep\ \$:1\ \|\ awk\ \'\{\ print\ \$2\ \}\'\`/
 
     complete ftp       c/-/"(d i g n v)"/ n/-/\$hosts/ p/1/\$hosts/ n/*/n/
     complete ncftp     c/-/"(a I N)"/     n/-/\$hosts/ p/1/\$hosts/ n/*/n/
@@ -241,6 +242,8 @@
                        delta diffs edit enter fix get help info \
                        print prs prt rmdel sccsdiff tell unedit \
                        unget val what)"/
+    complete setenv    'p/1/e/' 'c/*:/f/'
+                       
 
     # Complete for MH tools already skipped
     if ( $?SKIP_MH ) goto skip_mh
@@ -883,13 +886,13 @@
 
     complete cat       c/--/"(number-nonblank number squeeze-blank show-all \
                        show-nonprinting show-ends show-tabs help version)"/ \
-                       c/-/"(b e n s t u v A E T -)"/ n/*/f/
+                       c/-/"(A b E e n s T t u v -)"/ n/*/f/
     complete mv                c/--/"(backup force interactive update verbose 
suffix \
                        version-control help version)"/ \
-                       c/-/"(b f i u v S V -)"/ \
+                       c/-/"(b f i S u V v -)"/ \
                        n/{-S,--suffix}/x:'<suffix>'/ \
                        n/{-V,--version-control}/"(t numbered nil existing \
-                       never simple)"/ n/-/f/ N/-/d/ p/3-/d/ n/*/f/
+                       never simple)"/ n/-/f/ N/-/d/ p/1/f/ p/2/d/ n/*/f/
     complete cp                c/--/"(archive backup no-dereference force \
                        interactive link preserve parents sparse recursive \
                        symbolic-link suffix update verbose version-control \
@@ -897,14 +900,14 @@
                        c/-/"(a b d f i l P p R r S s u V v x -)"/ \
                        n/-*r/d/ n/{-S,--suffix}/x:'<suffix>'/ \
                        n/{-V,--version-control}/"(t numbered nil existing \
-                       never simple)"/ n/-/f/ N/-/d/ p/3-/d/ n/*/f/
+                            never simple)"/ n/-/f/ N/-/d/ p/1/f/ p/2/d/ n/*/f/
     complete ln                c/--/"(backup directory force no-dereference \
                        interactive symbolic suffix verbose version-control \
                        help version)"/ \
                        c/-/"(b d F f i n S s V v -)"/ \
                        n/{-S,--suffix}/x:'<suffix>'/ \
                        n/{-V,--version-control}/"(t numbered nil existing \
-                       never simple)"/ n/-/f/ N/-/x:'<link_name>'/ \
+                       never simple)"/ n/-*/f/ N/-*/x:'<link_name>'/ \
                        p/1/f/ p/2/x:'<link_name>'/
     complete touch     c/--/"(date reference time help version)"/ \
                        c/-/"(a c d f m r t -)"/ \
@@ -916,7 +919,8 @@
                        n/{-m,--mode}/x:'<mode>'/ n/*/d/
     complete rmdir     c/--/"(ignore-fail-on-non-empty parents verbose help \
                        version)"/ c/-/"(p -)"/ n/*/d/
-
+    complete env       'c/*=/f/' 'p/1/e/=/' 'p/2/c/'
+ 
     complete tar       c/-[Acru]*/"(b B C f F g G h i l L M N o P \
                        R S T v V w W X z Z j I)"/ \
                        c/-[dtx]*/"( B C f F g G i k K m M O p P \

Reply via email to