Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2013-05-16 09:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
 and      /work/SRC/openSUSE:Factory/.bash-completion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash-completion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2013-04-24 16:03:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes     
2013-05-16 09:43:32.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 13 07:08:49 UTC 2013 - [email protected]
+
+- Add patch pushd-completion-bnc818365.patch for bnc#818365 -- bash
+  completion for builtin command "pushd" is missing
+
+-------------------------------------------------------------------

New:
----
  pushd-completion-bnc818365.patch

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

Other differences:
------------------
++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.IDSFuz/_old  2013-05-16 09:43:33.000000000 +0200
+++ /var/tmp/diff_new_pack.IDSFuz/_new  2013-05-16 09:43:33.000000000 +0200
@@ -27,6 +27,8 @@
 Source1:        bash-completion-rpmlintrc
 # PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
 Patch0:         %{name}-%{version}.patch
+# PATCH-PATCH-EXTEND-OPENSUSE bnc#818365 -- bash completion for builtin 
command "pushd" is missing
+Patch1:         pushd-completion-bnc818365.patch
 BuildRequires:  pkg-config
 Requires:       bash
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +41,7 @@
 %prep
 %setup -q
 %patch0 -b .p0
+%patch1 -b .p1
 
 %build
 %configure

++++++ pushd-completion-bnc818365.patch ++++++
--- bash_completion
+++ bash_completion     2013-05-13 06:58:59.717922133 +0000
@@ -1620,6 +1620,8 @@ if shopt -q cdable_vars; then
 else
     complete -F _cd -o nospace cd
 fi
+complete -F _cd -o nospace rmdir pushd chroot
+complete -F _cd -o nospace -o dirnames mkdir
 
 # a wrapper method for the next one, when the offset is unknown
 _command()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to