Hello community,

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

Package is "bash-completion", Maintainer is "mkoe...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2013-04-20 17:40:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes     
2013-04-24 16:03:43.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Apr 23 15:42:50 UTC 2013 - wer...@suse.de
+
+- Do not ship NetworManager completion file as it is part of NM 
+
+-------------------------------------------------------------------
+Tue Apr 23 14:17:43 UTC 2013 - wer...@suse.de
+
+- Update to final 2.1 version
+  + See CHANGES for the full list of changes 
+- Add patch bash-completion-2.1.patch to avoid blanks after during
+  file completion (bnc#717151)
+
+-------------------------------------------------------------------

Old:
----
  bash-completion-2.0.tar.bz2

New:
----
  bash-completion-2.1.patch
  bash-completion-2.1.tar.bz2

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

Other differences:
------------------
++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.20LbFg/_old  2013-04-24 16:03:45.000000000 +0200
+++ /var/tmp/diff_new_pack.20LbFg/_new  2013-04-24 16:03:45.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           bash-completion
-Version:        2.0
+Version:        2.1
 Release:        0
 Summary:        Programmable Completion for Bash
 License:        GPL-2.0+
@@ -25,6 +25,8 @@
 Url:            http://bash-completion.alioth.debian.org/
 Source0:        
http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
 Source1:        bash-completion-rpmlintrc
+# PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
+Patch0:         %{name}-%{version}.patch
 BuildRequires:  pkg-config
 Requires:       bash
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -b .p0
 
 %build
 %configure
@@ -45,7 +48,8 @@
 %make_install
 
 # shipping in latest systemd now
-rm -f $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/udevadm
+rm -f %{buildroot}%{_datadir}/bash-completion/completions/udevadm
+rm -f %{buildroot}%{_datadir}/bash-completion/completions/nmcli
 
 %files
 %defattr(-,root,root)

++++++ bash-completion-2.1.patch ++++++
--- bash_completion
+++ bash_completion     2013-04-23 14:12:26.449469882 +0000
@@ -1791,12 +1791,13 @@ _longopt()
     fi
 }
 # makeinfo and texi2dvi are defined elsewhere.
-complete -F _longopt a2ps awk base64 bash bc bison cat colordiff cp csplit \
-    cut date df diff dir du enscript env expand fmt fold gperf \
+complete -F _longopt -o filenames a2ps awk base64 bash bc bison cat colordiff 
cp csplit \
+    cut date df diff dir du enscript expand fmt fold gperf \
     grep grub head indent irb ld ldd less ln ls m4 md5sum mkdir mkfifo mknod \
-    mv netstat nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
-    sed seq sha{,1,224,256,384,512}sum shar sort split strip sum tac tail tee \
-    texindex touch tr uname unexpand uniq units vdir wc who
+    mv nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
+    sed sha{,1,224,256,384,512}sum shar sort split strip sum tac tail tee \
+    texindex touch tr unexpand uniq vdir wc who
+complete -F _longopt -o default env netstat seq uname units
 
 declare -A _xspecs
 _filedir_xspec()
++++++ bash-completion-2.0.tar.bz2 -> bash-completion-2.1.tar.bz2 ++++++
++++ 10793 lines of diff (skipped)

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

Reply via email to