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 2021-12-02 22:29:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Thu Dec 2 22:29:59 2021 rev:485 rq:933654 version:84.87+git20211124.5486aad Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2021-11-06 18:13:05.416730239 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.31177/aaa_base.changes 2021-12-02 22:30:35.814589001 +0100 @@ -1,0 +2,12 @@ +Thu Nov 25 07:16:25 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Clear term.sh and term.csh also from file list + +------------------------------------------------------------------- +Wed Nov 24 14:14:18 UTC 2021 - wer...@suse.de + +- Update to version 84.87+git20211124.5486aad: + * Remove term.sh and term.csh: no COLORTERM anymore + Avoid changing COLORTERM variable in urxvt (boo#1190833) + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20211102.80d7177.tar New: ---- aaa_base-84.87+git20211124.5486aad.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.ZJrQ18/_old 2021-12-02 22:30:36.810584903 +0100 +++ /var/tmp/diff_new_pack.ZJrQ18/_new 2021-12-02 22:30:36.814584887 +0100 @@ -23,7 +23,7 @@ %endif Name: aaa_base -Version: 84.87+git20211102.80d7177 +Version: 84.87+git20211124.5486aad Release: 0 URL: https://github.com/openSUSE/aaa_base # do not require systemd - aaa_base is in the build environment and we don't @@ -193,8 +193,6 @@ /usr/etc/profile.d/lang.sh /usr/etc/profile.d/profile.csh /usr/etc/profile.d/profile.sh -/usr/etc/profile.d/term.csh -/usr/etc/profile.d/term.sh /usr/etc/profile.d/xdg-environment.csh /usr/etc/profile.d/xdg-environment.sh /usr/etc/profile.d/complete.bash ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ZJrQ18/_old 2021-12-02 22:30:36.886584590 +0100 +++ /var/tmp/diff_new_pack.ZJrQ18/_new 2021-12-02 22:30:36.890584574 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">16d1cb895c2742e96a56af98111f8281bedd3188</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">5486aadee23a19422cc54064dc6c95ee47f87cf8</param></service></servicedata> \ No newline at end of file ++++++ aaa_base-84.87+git20211102.80d7177.tar -> aaa_base-84.87+git20211124.5486aad.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20211102.80d7177/files/usr/etc/profile.d/term.csh new/aaa_base-84.87+git20211124.5486aad/files/usr/etc/profile.d/term.csh --- old/aaa_base-84.87+git20211102.80d7177/files/usr/etc/profile.d/term.csh 2021-11-02 14:25:51.000000000 +0100 +++ new/aaa_base-84.87+git20211124.5486aad/files/usr/etc/profile.d/term.csh 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -# -# Midnight Commander needs this to run in color mode -# -if ( ${?TERM} ) then - if ( "`tput colors || echo 0`" > 8) then - setenv COLORTERM truecolor - endif -endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20211102.80d7177/files/usr/etc/profile.d/term.sh new/aaa_base-84.87+git20211124.5486aad/files/usr/etc/profile.d/term.sh --- old/aaa_base-84.87+git20211102.80d7177/files/usr/etc/profile.d/term.sh 2021-11-02 14:25:51.000000000 +0100 +++ new/aaa_base-84.87+git20211124.5486aad/files/usr/etc/profile.d/term.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -# -# Midnight Commander needs this to run in color mode -# -if test "$(tput colors 2>/dev/null || echo 0)" -gt 8; then - COLORTERM=truecolor - export COLORTERM -fi