Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2014-07-25 09:08:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2014-07-19 
11:04:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2014-07-25 
09:08:56.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Jul 24 06:36:17 UTC 2014 - wer...@suse.de
+
+- Add ls.zsh to file list 
+
+-------------------------------------------------------------------
+Wed Jul 23 14:04:48 UTC 2014 - wer...@suse.de
+
+- Avoid trouble with new ksh93v- 2014-06-25 and zsh shell code (bnc#888237)
+
+-------------------------------------------------------------------
+Mon Jul 21 14:47:39 UTC 2014 - wer...@suse.de
+
+- Do not touch nor modify permissions if e.g. /root/.bash_history
+  is a link to e.g. /dev/null (bnc#883260)
+
+-------------------------------------------------------------------
+Mon Jul 21 12:05:16 UTC 2014 - wer...@suse.de
+
+- Avoid libGL error via ssh (bnc#869172)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-13.2+git20140717.02aad69.tar.xz

New:
----
  aaa_base-13.2+git20140723.944f74b.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.v2ayJM/_old  2014-07-25 09:08:57.000000000 +0200
+++ /var/tmp/diff_new_pack.v2ayJM/_new  2014-07-25 09:08:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           aaa_base
-Version:        13.2+git20140717.02aad69
+Version:        13.2+git20140723.944f74b
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}
@@ -224,6 +224,7 @@
 /etc/profile.d/alias.tcsh
 /etc/profile.d/ls.tcsh
 /etc/profile.d/ls.bash
+/etc/profile.d/ls.zsh
 /usr/sbin/setDefaultJava
 /usr/share/man/man7/init.d.7*
 /usr/share/man/man5/route.conf.5*

++++++ aaa_base-13.2+git20140717.02aad69.tar.xz -> 
aaa_base-13.2+git20140723.944f74b.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.2+git20140717.02aad69/aaa_base.post 
new/aaa_base-13.2+git20140723.944f74b/aaa_base.post
--- old/aaa_base-13.2+git20140717.02aad69/aaa_base.post 2014-07-17 
13:51:52.000000000 +0200
+++ new/aaa_base-13.2+git20140723.944f74b/aaa_base.post 2014-07-23 
16:03:02.000000000 +0200
@@ -139,6 +139,7 @@
 fi
 
 while read file owner mode; do
+    test -h "$file" && continue
     test -e "$file" || touch "$file"
     chmod "$mode" "$file"
     chown "$owner" "$file"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/csh.ssh 
new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/csh.ssh
--- old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/csh.ssh   
2014-07-17 13:51:52.000000000 +0200
+++ new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/csh.ssh   
2014-07-23 16:03:02.000000000 +0200
@@ -17,4 +17,5 @@
        endif
     end
     unset lc val
+    setenv LIBGL_ALWAYS_INDIRECT 1
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/ls.bash 
new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/ls.bash
--- old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/ls.bash   
2014-07-17 13:51:52.000000000 +0200
+++ new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/ls.bash   
2014-07-23 16:03:02.000000000 +0200
@@ -53,12 +53,7 @@
            alias ls=_ls
            ;;
        zsh)
-           z_ls ()
-           {
-               local IFS=' '
-               command \ls $=LS_OPTIONS ${1+"$@"}
-           }
-           alias ls=z_ls
+           test -s /etc/profile.d/ls.zsh && . /etc/profile.d/ls.zsh
            ;;
        ksh)
            _ls ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/ls.zsh 
new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/ls.zsh
--- old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/ls.zsh    
1970-01-01 01:00:00.000000000 +0100
+++ new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/ls.zsh    
2014-07-23 16:03:02.000000000 +0200
@@ -0,0 +1,6 @@
+z_ls ()
+{
+    local IFS=' '
+    command \ls $=LS_OPTIONS ${1+"$@"}
+}
+alias ls=z_ls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/sh.ssh 
new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/sh.ssh
--- old/aaa_base-13.2+git20140717.02aad69/files/etc/profile.d/sh.ssh    
2014-07-17 13:51:52.000000000 +0200
+++ new/aaa_base-13.2+git20140723.944f74b/files/etc/profile.d/sh.ssh    
2014-07-23 16:03:02.000000000 +0200
@@ -20,7 +20,11 @@
     return 1
 }
 
-if test -n "$SSH_CONNECTION" && test_lc ; then
-    SSH_SENDS_LOCALE=yes
-    export SSH_SENDS_LOCALE
+if test -n "$SSH_CONNECTION" ; then
+    if test_lc ; then
+       SSH_SENDS_LOCALE=yes
+       export SSH_SENDS_LOCALE
+    fi
+    LIBGL_ALWAYS_INDIRECT=1
+    export LIBGL_ALWAYS_INDIRECT
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to