Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Thu Sep 15 14:20:14 CEST 2011.



--------
--- aaa_base/aaa_base.changes   2011-08-19 16:12:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes      2011-09-15 
13:05:11.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 11:04:53 UTC 2011 - wer...@suse.de
+
+- bash completion: add a space for unique results (bnc#717934)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.kzRtCM/_old  2011-09-15 14:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.kzRtCM/_new  2011-09-15 14:20:08.000000000 +0200
@@ -21,7 +21,7 @@
 
 Name:           aaa_base
 Version:        12.1
-Release:        103
+Release:        105
 License:        GPLv2+
 Group:          System/Fhs
 Url:            http://gitorious.org/opensuse/aaa_base

++++++ aaa_base.tar.bz2 ++++++
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      2011-08-19 
16:09:44.000000000 +0200
+++ new/aaa_base/files/etc/profile.d/complete.bash      2011-09-15 
13:01:30.000000000 +0200
@@ -37,6 +37,18 @@
     done
 
     #
+    # If we have only one entry, and it's a file-system object, but not
+    # 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
+    fi
+
+    #
     # Escape spaces and braces in path names with `\'
     #
     s="${COMP_WORDBREAKS//[: ]}"


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



Remember to have fun...

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

Reply via email to