Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-08-28 21:23:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-08-13 
11:04:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-08-28 
21:23:02.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Aug 26 11:09:20 UTC 2013 - [email protected]
+
+- Fix last commit, rename the actual alias too.
+
+-------------------------------------------------------------------
+Fri Aug 23 14:31:38 UTC 2013 - [email protected]
+
+- Rename _ls alias to z_ls for zsh. In zsh strings that start with 
+  an underscore are reserved for completion. This fixes bnc#836067 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base-13.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.1/files/etc/profile.d/ls.bash 
new/aaa_base-13.1/files/etc/profile.d/ls.bash
--- old/aaa_base-13.1/files/etc/profile.d/ls.bash       2013-08-07 
20:03:55.000000000 +0200
+++ new/aaa_base-13.1/files/etc/profile.d/ls.bash       2013-08-26 
13:09:16.000000000 +0200
@@ -53,12 +53,12 @@
            alias ls=_ls
            ;;
        zsh)
-           _ls ()
+           z_ls ()
            {
                local IFS=' '
                command \ls $=LS_OPTIONS ${1+"$@"}
            }
-           alias ls=_ls
+           alias ls=z_ls
            ;;
        ksh)
            _ls ()

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

Reply via email to