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-04-18 15:52:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Tue Apr 18 15:52:05 2023 rev:92 rq:1079847 version:6.24.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2023-04-14 
13:12:37.975411096 +0200
+++ /work/SRC/openSUSE:Factory/.tcsh.new.2023/tcsh.changes      2023-04-18 
15:52:05.597143865 +0200
@@ -1,0 +2,7 @@
+Sat Apr 15 09:32:21 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 6.24.10:
+  * Restore skipping of the "$edit" and "Comments" tests when not
+    running on a terminal
+
+-------------------------------------------------------------------

Old:
----
  tcsh-6.24.09.tar.gz
  tcsh-6.24.09.tar.gz.asc

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

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

Other differences:
------------------
++++++ tcsh.spec ++++++
--- /var/tmp/diff_new_pack.KM17rQ/_old  2023-04-18 15:52:06.249147620 +0200
+++ /var/tmp/diff_new_pack.KM17rQ/_new  2023-04-18 15:52:06.253147643 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tcsh
-Version:        6.24.09
+Version:        6.24.10
 Release:        0
 Summary:        The C SHell
 License:        BSD-3-Clause

++++++ tcsh-6.24.09.tar.gz -> tcsh-6.24.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/Fixes new/tcsh-6.24.10/Fixes
--- old/tcsh-6.24.09/Fixes      2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/Fixes      2023-04-14 13:52:38.000000000 +0200
@@ -1,3 +1,6 @@
+ 29. V6.24.10 - 2023-04-14
+ 28. Restore skipping of the "$edit" and "Comments" tests when not running
+     on a terminal (Kimmo Suominen)
  27. V6.24.09 - 2023-04-13
  26. ls-F: unsetenv LS*COLOR reapplies other LS*COLOR (Luke Mewburn)
  25. Don't crash if LSCOLORS contains > 11 pairs (Luke Mewburn)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/Makefile.in new/tcsh-6.24.10/Makefile.in
--- old/tcsh-6.24.09/Makefile.in        2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/Makefile.in        2023-04-14 13:52:38.000000000 +0200
@@ -29,7 +29,7 @@
 
 RELEASE_GROUP=astron
 RELEASE_USER=${USER}
-RELEASE_TAG=TCSH@PACKAGE_REV@_@PACKAGE_VERS@_@PACKAGE_PATCHLEVEL@
+RELEASE_TAG=@RELEASE_TAG@
 
 .PHONY: Announce
 Announce: ${srcdir}/Announce-${VERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/configure new/tcsh-6.24.10/configure
--- old/tcsh-6.24.09/configure  2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/configure  2023-04-14 13:52:38.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for Tcsh 6.24.09.
+# Generated by GNU Autoconf 2.71 for Tcsh 6.24.10.
 #
 # Report bugs to <https://bugs.astron.com/>.
 #
@@ -611,8 +611,8 @@
 # Identity of this package.
 PACKAGE_NAME='Tcsh'
 PACKAGE_TARNAME='tcsh'
-PACKAGE_VERSION='6.24.09'
-PACKAGE_STRING='Tcsh 6.24.09'
+PACKAGE_VERSION='6.24.10'
+PACKAGE_STRING='Tcsh 6.24.10'
 PACKAGE_BUGREPORT='https://bugs.astron.com/'
 PACKAGE_URL='https://www.tcsh.org/'
 
@@ -680,6 +680,7 @@
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
+RELEASE_TAG
 PACKAGE_PATCHLEVEL
 PACKAGE_VERS
 PACKAGE_REV
@@ -1294,7 +1295,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Tcsh 6.24.09 to adapt to many kinds of systems.
+\`configure' configures Tcsh 6.24.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1360,7 +1361,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Tcsh 6.24.09:";;
+     short | recursive ) echo "Configuration of Tcsh 6.24.10:";;
    esac
   cat <<\_ACEOF
 
@@ -1458,7 +1459,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Tcsh configure 6.24.09
+Tcsh configure 6.24.10
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2172,7 +2173,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Tcsh $as_me 6.24.09, which was
+It was created by Tcsh $as_me 6.24.10, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -2928,7 +2929,7 @@
 
 
 
-PACKAGE_DATE=2023-04-13
+PACKAGE_DATE=2023-04-14
 
 PACKAGE_ORIGIN=Astron
 
@@ -2987,6 +2988,9 @@
 PACKAGE_PATCHLEVEL="${PACKAGE_PATCHLEVEL##0}"
 
 
+RELEASE_TAG="$(echo "TCSH${PACKAGE_VERSION}" | tr . _)"
+
+
 
 
 
@@ -9477,7 +9481,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Tcsh $as_me 6.24.09, which was
+This file was extended by Tcsh $as_me 6.24.10, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9546,7 +9550,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-Tcsh config.status 6.24.09
+Tcsh config.status 6.24.10
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
@@ -10341,6 +10345,8 @@
 printf "%s\n" "$as_me: PACKAGE_VERS            $PACKAGE_VERS" >&6;}
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: PACKAGE_VERSION         
$PACKAGE_VERSION" >&5
 printf "%s\n" "$as_me: PACKAGE_VERSION         $PACKAGE_VERSION" >&6;}
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: RELEASE_TAG             
$RELEASE_TAG" >&5
+printf "%s\n" "$as_me: RELEASE_TAG             $RELEASE_TAG" >&6;}
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: tcsh_config_file        
system/$tcsh_config_file" >&5
 printf "%s\n" "$as_me: tcsh_config_file        system/$tcsh_config_file" >&6;}
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: 
=========================================" >&5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/configure.ac 
new/tcsh-6.24.10/configure.ac
--- old/tcsh-6.24.09/configure.ac       2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/configure.ac       2023-04-14 13:52:38.000000000 +0200
@@ -10,8 +10,8 @@
 dnl
 dnl UPDATE THIS SECTION FOR RELEASE
 dnl
-AC_DEFUN([TCSH_VERSION], [6.24.09])
-AC_DEFUN([TCSH_DATE],    [2023-04-13])
+AC_DEFUN([TCSH_VERSION], [6.24.10])
+AC_DEFUN([TCSH_DATE],    [2023-04-14])
 
 AC_PREREQ([2.69])dnl Minimum Autoconf version required.
 
AC_INIT([Tcsh],TCSH_VERSION,[https://bugs.astron.com/],,[https://www.tcsh.org/])
@@ -57,6 +57,9 @@
 PACKAGE_PATCHLEVEL="${PACKAGE_PATCHLEVEL##0}"
 AC_SUBST(PACKAGE_PATCHLEVEL)
 
+RELEASE_TAG="$(echo "TCSH${PACKAGE_VERSION}" | tr . _)"
+AC_SUBST(RELEASE_TAG)
+
 AC_CONFIG_AUX_DIR([acaux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([tc.vers.c])
@@ -593,5 +596,6 @@
 AC_MSG_NOTICE([PACKAGE_REV             $PACKAGE_REV])
 AC_MSG_NOTICE([PACKAGE_VERS            $PACKAGE_VERS])
 AC_MSG_NOTICE([PACKAGE_VERSION         $PACKAGE_VERSION])
+AC_MSG_NOTICE([RELEASE_TAG             $RELEASE_TAG])
 AC_MSG_NOTICE([tcsh_config_file        system/$tcsh_config_file])
 AC_MSG_NOTICE([=========================================])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/debian/changelog 
new/tcsh-6.24.10/debian/changelog
--- old/tcsh-6.24.09/debian/changelog   2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/debian/changelog   2023-04-14 13:52:38.000000000 +0200
@@ -1,6 +1,6 @@
-tcsh (6.24.09) unstable; urgency=medium
+tcsh (6.24.10) unstable; urgency=medium
 
-  * Release 6.24.09
+  * Release 6.24.10
   * Please look in the Fixes file for an actual changelog
   * In packaging tcsh:
     - Avoid non-default settings in system-wide init files.
@@ -8,4 +8,4 @@
       to maintain compatibility with older versions packaged by
       Debian.
 
- -- The Tcsh Team <t...@astron.com>  Thu, 13 Apr 2023 00:00:00 +0000
+ -- The Tcsh Team <t...@astron.com>  Fri, 14 Apr 2023 00:00:00 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/tc.alloc.c new/tcsh-6.24.10/tc.alloc.c
--- old/tcsh-6.24.09/tc.alloc.c 2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/tc.alloc.c 2023-04-14 13:52:38.000000000 +0200
@@ -457,7 +457,7 @@
 #ifdef __linux__
 #define M_U_S_CONST
 #else
-#define M_U_S_CONST
+#define M_U_S_CONST const
 #endif
 size_t malloc_usable_size(M_U_S_CONST void *);
 size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/tests/lexical.at 
new/tcsh-6.24.10/tests/lexical.at
--- old/tcsh-6.24.09/tests/lexical.at   2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/tests/lexical.at   2023-04-14 13:52:38.000000000 +0200
@@ -40,6 +40,8 @@
 AT_SETUP([Comments])
 AT_KEYWORDS([lexical])
 
+AT_CHECK([if [ ! -t 0 ]; then exit 77; fi],, [Skipping comment tests])
+
 AT_CHECK([echo 'echo OK@%:@comment' | tcsh -f], , [OK
 ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tcsh-6.24.09/tests/variables.at 
new/tcsh-6.24.10/tests/variables.at
--- old/tcsh-6.24.09/tests/variables.at 2023-04-13 04:32:52.000000000 +0200
+++ new/tcsh-6.24.10/tests/variables.at 2023-04-14 13:52:38.000000000 +0200
@@ -530,6 +530,8 @@
 AT_SETUP([$ edit])
 AT_KEYWORDS([variables])
 
+AT_CHECK([if [ ! -t 0 ]; then exit 77; fi],, [Skipping $edit tests])
+
 AT_CHECK([TERM=something tcsh -f -c 'echo $?edit'], ,
 [1
 ])

Reply via email to