Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2017-06-07 09:51:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
 and      /work/SRC/openSUSE:Factory/.bash-completion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash-completion"

Wed Jun  7 09:51:53 2017 rev:35 rq:499821 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion-doc.changes      
2016-12-22 15:43:58.541033932 +0100
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion-doc.changes 
2017-06-07 09:51:53.784588704 +0200
@@ -1,0 +2,37 @@
+Tue May 30 15:59:01 UTC 2017 - [email protected]
+
+- Update to version 2.5
+  * Support for python gui source files (#91)
+  * mr: New completion
+  * ssh-keygen: support ed25519 keys (#79)
+  * Add sidedoor to _ssh() completion (#106)
+  * .ipa is just a zip file and we should let unzip handle it (#71)
+  * ant: parse targets in imported buildfiles (#84)
+  * Add more tests for ccache
+  * ccache: fix completing compiler's flags
+  * test suite: Add java/javac non-completion fixture
+  * javac: Complete -cp like -classpath
+  * travis: Skip bluez and nis for now due to post-install script
+    issues
+  * test/config/*: Delete trailing whitespace
+  * (test suite): Avoid loading user's ~/.bash_completion, fixes #87
+  * ip: Recognize a as alias for address and l for link
+  * ip: Recognize address in addition to addr
+  * mr: Disable "clean" test case, command N/A before mr 1.20141023
+  * ssh-keygen: Parse switches with _parse_usage, not _parse_help
+  * mplayer: Associate with *.mjpg, *.mjpeg (Debian: #837779)
+  * dd: Sync completions with coreutils 8.24
+  * travis: Add mr
+  * perl: Remove full path to cat in PERLDOC_PAGER call
+  * deja-dup: New completion
+  * CONTRIBUTING: Reorder sections
+  * *: Move indentation settings to .editorconfig
+  * make: Declare _make_target_extract_script like other functions
+  * Travis: zopfli is AWOL?
+  * *: Whitespace fixes
+  * Minor edits to README.md (mostly formatting) (#110)
+  * Fix bug in 'make' completion when using BSD sed (#108)
+  * Add support for Include in ssh config (#70) (#80)
+- adapt LVM-completion-bsc946875.patch
+
+-------------------------------------------------------------------
@@ -22 +59 @@
-- Update do verion 2.4
+- Update to version 2.4
bash-completion.changes: same change

Old:
----
  bash-completion-2.4.tar.xz

New:
----
  bash-completion-2.5.tar.xz

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

Other differences:
------------------
++++++ bash-completion-doc.spec ++++++
--- /var/tmp/diff_new_pack.VEVi2k/_old  2017-06-07 09:51:54.780447968 +0200
+++ /var/tmp/diff_new_pack.VEVi2k/_new  2017-06-07 09:51:54.780447968 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bash-completion-doc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define _name bash-completion
 # WARNING: Never edit this file!!! Edit bash-completion.spec and call 
pre_checkin.sh to update bash-completion-doc.spec.
 # Always set %%build_doc to 0 before submit to OBS.
-Version:        2.4
+Version:        2.5
 Release:        0
 Summary:        The Documentation of Programmable Completion for Bash
 License:        GPL-2.0+
@@ -29,7 +29,7 @@
 Source0:        
https://github.com/scop/bash-completion/releases/download/%{version}/%{_name}-%{version}.tar.xz
 Source1:        bash-completion-rpmlintrc
 # PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
-Patch0:         %{_name}-%{version}.patch
+Patch0:         %{_name}-2.4.patch
 # PATCH-FIX-SUSE bnc#1012212 -- bash tab-autocompletion hangs on TAR-archiving 
with --create key
 Patch1:         tar-completion.patch
 # PATCH-FIX-SUSE bnc#903362 -- tab completion for file names prints error

++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.VEVi2k/_old  2017-06-07 09:51:54.808444012 +0200
+++ /var/tmp/diff_new_pack.VEVi2k/_new  2017-06-07 09:51:54.812443447 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bash-completion
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %define build_core 1
 # Always set %%build_doc to 0 before submit to OBS.
 %define build_doc 0
-Version:        2.4
+Version:        2.5
 Release:        0
 Summary:        Programmable Completion for Bash
 License:        GPL-2.0+
@@ -31,7 +31,7 @@
 Source0:        
https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:        bash-completion-rpmlintrc
 # PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
-Patch0:         %{name}-%{version}.patch
+Patch0:         %{name}-2.4.patch
 # PATCH-FIX-SUSE bnc#1012212 -- bash tab-autocompletion hangs on TAR-archiving 
with --create key
 Patch1:         tar-completion.patch
 # PATCH-FIX-SUSE bnc#903362 -- tab completion for file names prints error

++++++ LVM-completion-bsc946875.patch ++++++
--- /var/tmp/diff_new_pack.VEVi2k/_old  2017-06-07 09:51:54.852437795 +0200
+++ /var/tmp/diff_new_pack.VEVi2k/_new  2017-06-07 09:51:54.852437795 +0200
@@ -25,7 +25,7 @@
 diff --git a/completions/lvm b/completions/lvm
 --- a/completions/lvm
 +++ b/completions/lvm
-@@ -6,27 +6,41 @@ _lvm_filedir()
+@@ -6,27 +6,41 @@
      _filedir
  }
  
@@ -46,11 +46,11 @@
  
  _lvm_physicalvolumes_all()
  {
--    COMPREPLY=( $(compgen -W "$( pvscan 2>/dev/null | \ 
+-    COMPREPLY=( $(compgen -W "$( pvscan 2>/dev/null | \
 +    local verbose
 +    _lvm_verbose && verbose=-v
 +    COMPREPLY=( $(compgen -W "$( pvscan $verbose 2>/dev/null | \
-        command sed -n -e 's|^.*PV \([^ ]*\) .*|\1|p' )" -- "$cur" ) ) 
+         command sed -n -e 's|^.*PV \([^ ]*\) .*|\1|p' )" -- "$cur" ) )
  }
  
  _lvm_physicalvolumes()
@@ -71,7 +71,7 @@
          command sed -n -e "s|^.*'\(.*\)'.*$|\1|p" )" -- "$cur" ) )
      if [[ $cur == /dev/mapper/* ]]; then
          _filedir
-@@ -394,7 +408,7 @@ _vgreduce()
+@@ -394,7 +408,7 @@
          if [[ $args -eq 0 ]]; then
              _lvm_volumegroups
          else
@@ -80,7 +80,7 @@
          fi
      fi
  } &&
-@@ -709,7 +723,7 @@ _lvcreate()
+@@ -709,7 +723,7 @@
          if [[ $args -eq 0 ]]; then
              _lvm_volumegroups
          else

++++++ bash-completion-2.4.tar.xz -> bash-completion-2.5.tar.xz ++++++
++++ 5959 lines of diff (skipped)


Reply via email to