Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2024-04-04 22:23:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Thu Apr 4 22:23:57 2024 rev:498 rq:1164080 version:84.87+git20240402.16596d1 Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2024-03-21 17:00:56.533500517 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.1905/aaa_base.changes 2024-04-04 22:23:58.594269938 +0200 @@ -1,0 +2,10 @@ +Tue Apr 02 11:16:55 UTC 2024 - [email protected] + +- Update to version 84.87+git20240402.16596d1: + * add alacritty to DIR_COLORS + * Make sure tput it present before resetting TERM + * Add mc helpers for both tcsh and bash resources + * Do not overwrite escape sequences for xterm like + * Check for valid TERM + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20240202.9526d46.tar New: ---- aaa_base-84.87+git20240402.16596d1.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.gFAad3/_old 2024-04-04 22:23:59.986321188 +0200 +++ /var/tmp/diff_new_pack.gFAad3/_new 2024-04-04 22:23:59.990321335 +0200 @@ -33,7 +33,7 @@ %endif Name: aaa_base -Version: 84.87+git20240202.9526d46%{git_version} +Version: 84.87+git20240402.16596d1%{git_version} Release: 0 Summary: openSUSE Base Package License: GPL-2.0-or-later @@ -193,6 +193,8 @@ /usr/etc/profile.d/ls.tcsh /usr/etc/profile.d/ls.bash /usr/etc/profile.d/ls.zsh +/usr/etc/profile.d/terminal.sh +/usr/etc/profile.d/terminal.csh %dir /usr/lib/environment.d /usr/lib/environment.d/50-xdg.conf %config /etc/shells ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.gFAad3/_old 2024-04-04 22:24:00.066324133 +0200 +++ /var/tmp/diff_new_pack.gFAad3/_new 2024-04-04 22:24:00.070324281 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">9526d46f8d2306a4baff7598bba702e67577ca0f</param></service><service name="tar_scm"> + <param name="changesrevision">16596d17483312de0934304bb6ed0ae0beaa1834</param></service><service name="tar_scm"> <param name="url">https://github.com/lnussel/aaa_base.git</param> <param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata> (No newline at EOF) ++++++ aaa_base-84.87+git20240202.9526d46.tar -> aaa_base-84.87+git20240402.16596d1.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/aaa_base.spec new/aaa_base-84.87+git20240402.16596d1/aaa_base.spec --- old/aaa_base-84.87+git20240202.9526d46/aaa_base.spec 2024-02-02 13:54:58.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/aaa_base.spec 2024-04-02 11:07:46.000000000 +0200 @@ -193,6 +193,8 @@ /usr/etc/profile.d/ls.tcsh /usr/etc/profile.d/ls.bash /usr/etc/profile.d/ls.zsh +/usr/etc/profile.d/terminal.sh +/usr/etc/profile.d/terminal.csh %dir /usr/lib/environment.d /usr/lib/environment.d/50-xdg.conf %config /etc/shells diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/files/etc/bash.bashrc new/aaa_base-84.87+git20240402.16596d1/files/etc/bash.bashrc --- old/aaa_base-84.87+git20240202.9526d46/files/etc/bash.bashrc 2024-02-02 13:54:58.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/files/etc/bash.bashrc 2024-04-02 11:07:46.000000000 +0200 @@ -96,6 +96,12 @@ then . /usr/etc/profile.d/ls.bash fi +if test -s /etc/profile.d/mc.sh +then . /etc/profile.d/mc.sh +elif test -s /usr/share/mc/mc.sh +then . /usr/share/mc/mc.sh +fi + # # Avoid trouble with Emacs shell mode # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/files/etc/csh.cshrc new/aaa_base-84.87+git20240402.16596d1/files/etc/csh.cshrc --- old/aaa_base-84.87+git20240202.9526d46/files/etc/csh.cshrc 2024-02-02 13:54:58.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/files/etc/csh.cshrc 2024-04-02 11:07:46.000000000 +0200 @@ -4,6 +4,8 @@ # # This file sources /(usr/)etc/profile.d/complete.tcsh and # /(usr/)etc/profile.d/bindkey.tcsh used especially by tcsh. +# For Midnight Commander (mc) also /etc/profile.d/mc.csh +# or /usr/share/mc/mc.csh is sourced. # # PLEASE DO NOT CHANGE /etc/csh.cshrc. There are chances that your changes # will be lost during system upgrades. Instead use /etc/csh.cshrc.local for @@ -111,12 +113,13 @@ unset autologout unset ignoreeof -foreach _s (ls.tcsh alias.tcsh) +foreach _s (ls.tcsh alias.tcsh mc.csh) if (-r /etc/profile.d/$_s) then source /etc/profile.d/$_s continue endif if (-r /usr/etc/profile.d/$_s) source /usr/etc/profile.d/$_s + if (-r /usr/share/mc/$_s) source /usr/share/mc/$_s end unset _s diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/DIR_COLORS new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/DIR_COLORS --- old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/DIR_COLORS 2024-02-02 13:54:58.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/DIR_COLORS 2024-04-02 11:07:46.000000000 +0200 @@ -16,6 +16,7 @@ OPTIONS -F -T 0 # Below, there should be one TERM entry for each termtype that is colorizable +TERM alacritty TERM ansi TERM color-xterm TERM con132x25 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/inputrc.keys new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/inputrc.keys --- old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/inputrc.keys 2024-02-02 13:54:58.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/inputrc.keys 2024-04-02 11:07:46.000000000 +0200 @@ -230,8 +230,6 @@ # # Normal keypad and cursor of xterm # -"\e[1~": history-search-backward -"\e[4~": set-mark "\e[H": beginning-of-line "\e[F": end-of-line # [Note: raw C1 chars conflicts with UTF-8] @@ -283,8 +281,6 @@ "\eO5F": end-of-line $else $if term=kvt -"\e[1~": history-search-backward -"\e[4~": set-mark "\eOH": beginning-of-line "\eOF": end-of-line $endif @@ -921,3 +917,19 @@ "\e[23;3~": "" "\e[24;3~": "" $endif +$if term=vt200 +"\e[1~": history-search-backward +"\e[4~": set-mark +$endif +$if term=vt220 +"\e[1~": history-search-backward +"\e[4~": set-mark +$endif +$if term=vt420 +"\e[1~": history-search-backward +"\e[4~": set-mark +$endif +$if term=vt520 +"\e[1~": history-search-backward +"\e[4~": set-mark +$endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/profile.d/terminal.csh new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/profile.d/terminal.csh --- old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/profile.d/terminal.csh 1970-01-01 01:00:00.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/profile.d/terminal.csh 2024-04-02 11:07:46.000000000 +0200 @@ -0,0 +1,7 @@ +# fallback in case TERM is unknown +if ( -x /usr/bin/tput ) then + /usr/bin/tput cols >& /dev/null + if ( $? != 0 ) then + setenv TERM vt220 + endif +endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/profile.d/terminal.sh new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/profile.d/terminal.sh --- old/aaa_base-84.87+git20240202.9526d46/files/usr/etc/profile.d/terminal.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/aaa_base-84.87+git20240402.16596d1/files/usr/etc/profile.d/terminal.sh 2024-04-02 11:07:46.000000000 +0200 @@ -0,0 +1,4 @@ +# fallback in case TERM is unknown +if [ -x /usr/bin/tput ] && ! /usr/bin/tput cols >/dev/null 2>&1; then + TERM=vt220 +fi
