Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-03-07 20:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2012-02-15 
16:14:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-03-07 
20:08:18.000000000 +0100
@@ -1,0 +2,19 @@
+Wed Mar  7 07:42:51 UTC 2012 - [email protected]
+
+- Add patch from [email protected]:
+  * ln binary has been moved to user tree. This addresses bnc #747322
+  comment 11
+
+-------------------------------------------------------------------
+Tue Mar  6 19:31:48 UTC 2012 - [email protected]
+
+- Add patch from [email protected]:
+  * The initviocons binary moved from /bin to /usr/bin as part of 
+    the UsrMerge project.
+
+-------------------------------------------------------------------
+Tue Mar  6 14:53:11 UTC 2012 - [email protected]
+
+- Fix some bash completion problems (bnc#738501)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/csh.login 
new/aaa_base/files/etc/csh.login
--- old/aaa_base/files/etc/csh.login    2012-02-09 18:37:58.000000000 +0100
+++ new/aaa_base/files/etc/csh.login    2012-03-07 00:38:46.000000000 +0100
@@ -33,8 +33,8 @@
     if ( -d /proc/iSeries && ( $tty == "tty1" || "$tty" == "console")) then
        setenv LINES   24
        setenv COLUMNS 80
-       if ( -x /bin/initviocons ) then
-           eval `/bin/initviocons -q -e -c`
+       if ( -x /usr/bin/initviocons ) then
+           eval `/usr/bin/initviocons -q -e -c`
        endif
     endif
     settc km yes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile 
new/aaa_base/files/etc/profile
--- old/aaa_base/files/etc/profile      2012-02-09 18:37:58.000000000 +0100
+++ new/aaa_base/files/etc/profile      2012-03-07 00:38:46.000000000 +0100
@@ -78,8 +78,8 @@
         LINES=24
        COLUMNS=80
        export LINES COLUMNS TERM
-        if test -x /bin/initviocons ; then
-            eval `/bin/initviocons -q -e`
+        if test -x /usr/bin/initviocons ; then
+            eval `/usr/bin/initviocons -q -e`
        fi
     fi
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile.d/complete.bash 
new/aaa_base/files/etc/profile.d/complete.bash
--- old/aaa_base/files/etc/profile.d/complete.bash      2012-02-09 
18:37:58.000000000 +0100
+++ new/aaa_base/files/etc/profile.d/complete.bash      2012-03-07 
00:38:46.000000000 +0100
@@ -46,11 +46,14 @@
     # a directory, then indicate this by letting readline put a space behind
     # it.
     #
-    if test ${#COMPREPLY[@]} -eq 1 \
-       -a -f ${COMPREPLY[0]} \
-       -a ! -d ${COMPREPLY[0]}
-    then
-       compopt +o nospace
+    if test ${#COMPREPLY[@]} -eq 1 ; then
+       eval x="${COMPREPLY[@]}"
+       if test -d "$x"
+       then
+           compopt -o plusdirs
+       else
+           compopt +o nospace
+       fi
     fi
 
     #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh 
new/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh
--- old/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh        2012-02-09 
18:37:58.000000000 +0100
+++ new/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh        2012-03-07 
00:38:46.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 #%stage: setup
-#%programs: ln
+#%programs: /bin/ln
 #%modules:
 #%dontshow
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to