commit aaa_base for openSUSE:Factory
Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2017-08-02 11:26:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "aaa_base" Wed Aug 2 11:26:59 2017 rev:436 rq:513581 version:13.2+git20170731.c10ca77 Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2017-06-23 09:14:34.414576823 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2017-08-02 11:27:03.699563982 +0200 @@ -1,0 +2,9 @@ +Mon Jul 31 14:04:10 UTC 2017 - lnussel@suse.de + +- Update to version 13.2+git20170731.c10ca77: + * Fix csh.cshrc as tcsh does not handle stderr + * Do not set alias cwdcmd for experts (boo#1045889) + * unset unused variables on profile files (bsc#1049577) + * Deprecate DEFAULT_WM in sysconfig.windowmanager + +------------------------------------------------------------------- Old: ---- aaa_base-13.2+git20170619.afcd428.tar.xz New: ---- aaa_base-13.2+git20170731.c10ca77.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.ubO4ic/_old 2017-08-02 11:27:05.383325932 +0200 +++ /var/tmp/diff_new_pack.ubO4ic/_new 2017-08-02 11:27:05.387325367 +0200 @@ -18,7 +18,7 @@ Name: aaa_base -Version: 13.2+git20170619.afcd428 +Version: 13.2+git20170731.c10ca77 Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ubO4ic/_old 2017-08-02 11:27:05.435318581 +0200 +++ /var/tmp/diff_new_pack.ubO4ic/_new 2017-08-02 11:27:05.439318017 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">47e703a0981f0a9686ac978a9990dc11eef70873</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">c10ca77e8ecd9de00b061d3f328c28d234d02fc1</param></service></servicedata> \ No newline at end of file ++++++ aaa_base-13.2+git20170619.afcd428.tar.xz -> aaa_base-13.2+git20170731.c10ca77.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/bash.bashrc new/aaa_base-13.2+git20170731.c10ca77/files/etc/bash.bashrc --- old/aaa_base-13.2+git20170619.afcd428/files/etc/bash.bashrc 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/bash.bashrc 2017-07-31 16:04:09.000000000 +0200 @@ -362,6 +362,7 @@ ash) test -s /etc/ash.ashrc.local && . /etc/ash.ashrc.local esac test -s /etc/sh.shrc.local && . /etc/sh.shrc.local +unset is if test "$restricted" = true -a -z "$PROFILEREAD" ; then PATH=/usr/lib/restricted/bin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.cshrc new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.cshrc --- old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.cshrc 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.cshrc 2017-07-31 16:04:09.000000000 +0200 @@ -112,7 +112,7 @@ # set prompt="%B%m%b %C2%# " if ( -o /dev/$tty && -c /dev/$tty ) then - alias cwdcmd '(echo "Directory: $cwd" > /dev/$tty)' + if ( ! -r $HOME/.csh.expert ) alias cwdcmd '(echo "Directory: $cwd" > /dev/$tty)' if ( -x /usr/bin/biff ) /usr/bin/biff y # If we're running under X11 if ( ${?DISPLAY} ) then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.login new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.login --- old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.login 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.login 2017-07-31 16:04:09.000000000 +0200 @@ -60,6 +60,7 @@ if (! ${?UID} ) set -r UID=${uid} if (! ${?EUID} ) set -r EUID="`${id} -u`" if (! ${?USER} ) set USER="`${id} -un`" +unset id if (! ${?HOME} ) set HOME="" if (! ${?MAIL} ) setenv MAIL /var/spool/mail/$USER if ( -x /bin/uname ) then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/profile new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile --- old/aaa_base-13.2+git20170619.afcd428/files/etc/profile 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile 2017-07-31 16:04:09.000000000 +0200 @@ -383,6 +383,7 @@ date fi esac +unset is # # End of /etc/profile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/profile.d/profile.csh new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile.d/profile.csh --- old/aaa_base-13.2+git20170619.afcd428/files/etc/profile.d/profile.csh 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile.d/profile.csh 2017-07-31 16:04:09.000000000 +0200 @@ -157,6 +157,7 @@ endif endif +unset val arr id unset noglob # # end of profile.csh diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/profile.d/profile.sh new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile.d/profile.sh --- old/aaa_base-13.2+git20170619.afcd428/files/etc/profile.d/profile.sh 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile.d/profile.sh 2017-07-31 16:04:09.000000000 +0200 @@ -137,7 +137,7 @@ WINDOWMANAGER=xterm fi fi -unset DEFAULT_WM +unset DEFAULT_WM line export WINDOWMANAGER if test -n "$CONSOLE_MAGIC" ; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/var/adm/fillup-templates/sysconfig.windowmanager new/aaa_base-13.2+git20170731.c10ca77/files/var/adm/fillup-templates/sysconfig.windowmanager --- old/aaa_base-13.2+git20170619.afcd428/files/var/adm/fillup-templates/sysconfig.windowmanager 2017-06-19 12:54:21.000000000 +0200 +++ new/aaa_base-13.2+git20170731.c10ca77/files/var/adm/fillup-templates/sysconfig.windowmanager 2017-07-31 16:04:09.000000000 +0200 @@ -1,12 +1,16 @@ ## Path: Desktop/Window manager ## Description: -## Type: string(gnome,kde-plasma,kde,plasma5,lxde,xfce,twm,icewm,enlightenment) -## Default: kde-plasma +## Type: string(default,gnome,plasma5,lxde,xfce,twm,icewm,enlightenment) +## Default: default ## Config: profiles,kde,susewm # # Here you can set the default window manager (kde, fvwm, ...) -# changes here require at least a re-login -DEFAULT_WM="kde-plasma" +# changes here require at least a re-login. +# +# This value is deprecated and not read by most display managers. +# Use 'update-alternatives --config default-xsession.desktop' for configuration instead. + +DEFAULT_WM="default" ## Type: yesno ## Default: yes
participants (1)
-
root@hilbert.suse.de