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-11-06 18:13:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Sat Nov 6 18:13:01 2021 rev:484 rq:928785 version:84.87+git20211102.80d7177 Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2021-08-24 10:54:03.788385293 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.1890/aaa_base.changes 2021-11-06 18:13:05.416730239 +0100 @@ -1,0 +2,7 @@ +Tue Nov 02 13:29:56 UTC 2021 - r...@suse.de + +- Update to version 84.87+git20211102.80d7177: + * Add $HOME/.local/bin to PATH, if it exists (bsc#1192248) + * Avoid tcsh undefined LANG variable (boo#1190142) + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20210823.4c98889.tar New: ---- aaa_base-84.87+git20211102.80d7177.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.Z0xBIK/_old 2021-11-06 18:13:06.176730636 +0100 +++ /var/tmp/diff_new_pack.Z0xBIK/_new 2021-11-06 18:13:06.176730636 +0100 @@ -23,7 +23,7 @@ %endif Name: aaa_base -Version: 84.87+git20210823.4c98889 +Version: 84.87+git20211102.80d7177 Release: 0 URL: https://github.com/openSUSE/aaa_base # do not require systemd - aaa_base is in the build environment and we don't ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Z0xBIK/_old 2021-11-06 18:13:06.228730664 +0100 +++ /var/tmp/diff_new_pack.Z0xBIK/_new 2021-11-06 18:13:06.228730664 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">65dd367bcb7b978c3c9c7e18b1031f8f4d285335</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">16d1cb895c2742e96a56af98111f8281bedd3188</param></service></servicedata> \ No newline at end of file ++++++ aaa_base-84.87+git20210823.4c98889.tar -> aaa_base-84.87+git20211102.80d7177.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20210823.4c98889/files/etc/csh.login new/aaa_base-84.87+git20211102.80d7177/files/etc/csh.login --- old/aaa_base-84.87+git20210823.4c98889/files/etc/csh.login 2021-08-23 15:01:01.000000000 +0200 +++ new/aaa_base-84.87+git20211102.80d7177/files/etc/csh.login 2021-11-02 14:25:51.000000000 +0100 @@ -110,7 +110,7 @@ set _spath set _upath=( /usr/local/bin /usr/bin /bin ) if ( "$HOME" != "/" ) then - foreach _d (${HOME}/bin/${CPU} ${HOME}/bin) + foreach _d (${HOME}/bin/${CPU} ${HOME}/bin ${HOME}/.local/bin/${CPU} ${HOME}/.local/bin) if ( -d $_d ) set _hpath=( $_d $_hpath ) end endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20210823.4c98889/files/etc/profile new/aaa_base-84.87+git20211102.80d7177/files/etc/profile --- old/aaa_base-84.87+git20210823.4c98889/files/etc/profile 2021-08-23 15:01:01.000000000 +0200 +++ new/aaa_base-84.87+git20211102.80d7177/files/etc/profile 2021-11-02 14:25:51.000000000 +0100 @@ -163,7 +163,7 @@ if test -z "$PROFILEREAD" ; then PATH=/usr/local/bin:/usr/bin:/bin if test "$HOME" != "/" ; then - for dir in $HOME/bin/$CPU $HOME/bin ; do + for dir in $HOME/bin/$CPU $HOME/bin $HOME/.local/bin/$CPU $HOME/.local/bin ; do test -d $dir && PATH=$dir:$PATH done fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20210823.4c98889/files/usr/etc/profile.d/lang.csh new/aaa_base-84.87+git20211102.80d7177/files/usr/etc/profile.d/lang.csh --- old/aaa_base-84.87+git20210823.4c98889/files/usr/etc/profile.d/lang.csh 2021-08-23 15:01:01.000000000 +0200 +++ new/aaa_base-84.87+git20211102.80d7177/files/usr/etc/profile.d/lang.csh 2021-11-02 14:25:51.000000000 +0100 @@ -23,7 +23,9 @@ eval unsetenv $lc end else - if (${?LANG}) set _save=$LANG + if (${?LANG})then + set _save=$LANG + endif endif unset _locale_error