Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2021-04-29 22:44:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Thu Apr 29 22:44:25 2021 rev:75 rq:888711 version:6.22.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2020-11-23 
19:06:21.182312475 +0100
+++ /work/SRC/openSUSE:Factory/.tcsh.new.1947/tcsh.changes      2021-04-29 
22:44:32.592261077 +0200
@@ -1,0 +2,30 @@
+Tue Apr 27 07:43:18 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Update to tcsh bug fix version V6.22.04 - 20210426
+  * Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle)
+  * Fix $x:q:h and $x:q:t return the whole string for strings
+    not containing /
+- Port patches
+  * tcsh-6.16.00-norm-cmd.dif
+  * tcsh-6.17.06-dspmbyte.dif
+  * tcsh-6.18.03-colorls.dif
+  * tcsh-6.22.02-local-dotlock.dif
+- Delete patch now upstream fixed
+  * tcsh-6.22.03-unintentional.patch
+- Add keyring and signature
+  * tcsh-6.22.04.tar.gz.asc
+  * tcsh.keyring
+
+-------------------------------------------------------------------
+Thu Apr 22 10:32:44 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Fix the fix tcsh-6.22.03-unintentional.patch
+  * It changes the expected results
+
+-------------------------------------------------------------------
+Mon Nov 30 13:26:45 UTC 2020 - Dr. Werner Fink <wer...@suse.de>
+
+- Add patch  tcsh-6.22.03-unintentional.patch
+  * fix unintentional bug of the head/tail modifiers
+
+-------------------------------------------------------------------

Old:
----
  tcsh-6.22.03.tar.gz

New:
----
  tcsh-6.22.04.tar.gz
  tcsh-6.22.04.tar.gz.asc
  tcsh.keyring

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

Other differences:
------------------
++++++ tcsh.spec ++++++
--- /var/tmp/diff_new_pack.VTVWun/_old  2021-04-29 22:44:33.260258102 +0200
+++ /var/tmp/diff_new_pack.VTVWun/_new  2021-04-29 22:44:33.264258084 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcsh
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,17 @@
 
 
 Name:           tcsh
-Version:        6.22.03
+Version:        6.22.04
 Release:        0
 Summary:        The C SHell
 License:        BSD-3-Clause
 Group:          System/Shells
 URL:            http://www.tcsh.org/
-Source:         ftp.astron.com:/pub/%{name}/%{name}-%{version}.tar.gz
+Source0:        ftp.astron.com:/pub/%{name}/%{name}-%{version}.tar.gz
+Source1:        ftp.astron.com:/pub/%{name}/%{name}-%{version}.tar.gz.asc
 Source2:        bindkey.tcsh
 Source3:        complete.tcsh
+Source4:        tcsh.keyring
 Patch0:         tcsh-6.21.00.dif
 Patch1:         tcsh-6.15.00-pipe.dif
 Patch2:         tcsh-6.16.00-norm-cmd.dif

++++++ tcsh-6.16.00-norm-cmd.dif ++++++
--- /var/tmp/diff_new_pack.VTVWun/_old  2021-04-29 22:44:33.324257817 +0200
+++ /var/tmp/diff_new_pack.VTVWun/_new  2021-04-29 22:44:33.324257817 +0200
@@ -1,5 +1,9 @@
+---
+ ed.defns.c |   20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
 --- ed.defns.c
-+++ ed.defns.c 2007-08-28 10:02:42.862588122 +0000
++++ ed.defns.c 2021-04-27 07:32:34.710964878 +0000
 @@ -1404,16 +1404,6 @@ editinit(void)
      f->desc = CSAVS(3, 52, "Execute command");
  
@@ -16,7 +20,7 @@
 -    f++;
      f->name = "normalize-path";
      f->func = F_PATH_NORM;
-     f->desc = CSAVS(3, 53, 
+     f->desc = CSAVS(3, 53,
 @@ -1768,6 +1758,16 @@ editinit(void)
      f->desc = CSAVS(3, 121, "(WIN32 only) Page visible console window down");
  

++++++ tcsh-6.17.06-dspmbyte.dif ++++++
--- /var/tmp/diff_new_pack.VTVWun/_old  2021-04-29 22:44:33.332257781 +0200
+++ /var/tmp/diff_new_pack.VTVWun/_new  2021-04-29 22:44:33.332257781 +0200
@@ -6,7 +6,7 @@
  4 files changed, 22 insertions(+), 15 deletions(-)
 
 --- sh.c
-+++ sh.c       2016-11-25 08:02:39.616478025 +0000
++++ sh.c       2021-04-27 07:35:35.059651991 +0000
 @@ -863,9 +863,9 @@ main(int argc, char **argv)
      /* PATCH IDEA FROM Issei.Suzuki VERY THANKS */
  #if defined(DSPMBYTE)
@@ -20,7 +20,7 @@
      {
        autoset_dspmbyte(str2short(tcp));
 --- sh.func.c
-+++ sh.func.c  2016-11-25 08:02:39.616478025 +0000
++++ sh.func.c  2021-04-27 07:36:57.210162751 +0000
 @@ -1420,14 +1420,6 @@ dosetenv(Char **v, struct command *c)
      }
  #endif /* apollo */
@@ -28,7 +28,7 @@
 -    /* dspkanji/dspmbyte autosetting */
 -    /* PATCH IDEA FROM Issei.Suzuki VERY THANKS */
 -#if defined(DSPMBYTE)
--    if(eq(vp, STRLANG) && !adrof(CHECK_MBYTEVAR)) {
+-    if (eq(vp, STRLANG) && !adrof(CHECK_MBYTEVAR)) {
 -      autoset_dspmbyte(lp);
 -    }
 -#endif
@@ -51,10 +51,10 @@
        dont_free = 0;
  # endif /* SETLOCALEBUG */
 --- sh.set.c
-+++ sh.set.c   2016-11-25 08:02:39.616478025 +0000
++++ sh.set.c   2021-04-27 07:38:12.412808424 +0000
 @@ -1160,11 +1160,11 @@ update_dspmbyte_vars(void)
        dstr1 = vp->vec[0];
-       if(eq (dstr1, STRsjis))
+       if (eq (dstr1, STRsjis))
            iskcode = 1;
 -      else if (eq(dstr1, STReuc))
 +      else if (eq(dstr1, STReuc) || eq(dstr1, STReucjp) || eq(dstr1, 
STRGB2312))
@@ -112,7 +112,7 @@
      if (*codeset != '\0') {
        for (i = 0; dspmc[i].n; i++) {
 --- tc.const.c
-+++ tc.const.c 2016-11-25 08:02:39.616478025 +0000
++++ tc.const.c 2021-04-27 07:35:35.059651991 +0000
 @@ -130,10 +130,12 @@ Char STRmmliteral[]      = { '-', 'G', '\0' }
  Char STRmmliteral[]   = { '-', '-', 'l', 'i', 't', 'e', 'r', 'a', 'l', '\0' };
  # endif

++++++ tcsh-6.18.03-colorls.dif ++++++
--- /var/tmp/diff_new_pack.VTVWun/_old  2021-04-29 22:44:33.344257728 +0200
+++ /var/tmp/diff_new_pack.VTVWun/_new  2021-04-29 22:44:33.344257728 +0200
@@ -12,7 +12,7 @@
  };
  
  #define nvariables (sizeof(variables)/sizeof(variables[0]))
-@@ -321,7 +322,7 @@ parseLS_COLORS(const Char *value)
+@@ -323,7 +324,7 @@ parseLS_COLORS(const Char *value)
      size_t  i, len;
      const Char         *v;            /* pointer in value */
      char   *c;                        /* pointer in colors */
@@ -21,7 +21,7 @@
      jmp_buf_t osetexit;
      size_t omark;
  
-@@ -378,13 +379,10 @@ parseLS_COLORS(const Char *value)
+@@ -380,13 +381,10 @@ parseLS_COLORS(const Char *value)
                        if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
                            (Char)variables[i].variable[1] == (v[1] & CHAR))
                            break;
@@ -38,7 +38,7 @@
                }
                break;
            }
-@@ -443,12 +441,13 @@ print_color(const Char *fname, size_t le
+@@ -445,12 +443,13 @@ print_color(const Char *fname, size_t le
                break;
            }
        if (i == nvariables) {

++++++ tcsh-6.22.02-local-dotlock.dif ++++++
--- /var/tmp/diff_new_pack.VTVWun/_old  2021-04-29 22:44:33.356257674 +0200
+++ /var/tmp/diff_new_pack.VTVWun/_new  2021-04-29 22:44:33.356257674 +0200
@@ -172,7 +172,7 @@
  #endif /* #ifndef _DOTLOCK_H_ */
 --- sh.hist.c
 +++ sh.hist.c  2020-02-19 09:48:57.640589111 +0000
-@@ -1209,9 +1209,11 @@ fmthist(int fmt, ptr_t ptr)
+@@ -1219,9 +1219,11 @@ fmthist(int fmt, ptr_t ptr)
  }
  
  static void
@@ -186,7 +186,7 @@
  }
  
  /* Save history before exiting the shell. */
-@@ -1288,11 +1290,12 @@ rechist(Char *fname, int ref)
+@@ -1300,11 +1302,12 @@ rechist(Char *fname, int ref)
            jmp_buf_t osetexit;
            if (lock) {
  #ifndef WINNT_NATIVE

++++++ tcsh-6.22.03.tar.gz -> tcsh-6.22.04.tar.gz ++++++
++++ 6180 lines of diff (skipped)

Reply via email to