Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2018-04-26 13:34:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
 and      /work/SRC/openSUSE:Factory/.bash-completion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash-completion"

Thu Apr 26 13:34:57 2018 rev:38 rq:600355 version:2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2017-12-29 18:46:28.145416122 +0100
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes     
2018-04-26 13:34:59.890749705 +0200
@@ -1,0 +2,11 @@
+Tue Apr 24 09:21:58 UTC 2018 - wer...@suse.de
+
+- Add patch bash-completion-2.7-unRAR-remove.patch that is due legal
+  issue the unRAR part of 7z had been removed (boo#1077978, boo#1090515)
+
+-------------------------------------------------------------------
+Tue Apr  3 15:30:09 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+-------------------------------------------------------------------

New:
----
  bash-completion-2.7-unRAR-remove.patch

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

Other differences:
------------------
++++++ bash-completion-doc.spec ++++++
--- /var/tmp/diff_new_pack.9OQDYY/_old  2018-04-26 13:35:00.714719512 +0200
+++ /var/tmp/diff_new_pack.9OQDYY/_new  2018-04-26 13:35:00.714719512 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bash-completion-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -23,7 +23,7 @@
 Version:        2.7
 Release:        0
 Summary:        The Documentation of Programmable Completion for Bash
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/scop/bash-completion/
 Source0:        
https://github.com/scop/bash-completion/releases/download/%{version}/%{_name}-%{version}.tar.xz

++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.9OQDYY/_old  2018-04-26 13:35:00.734718780 +0200
+++ /var/tmp/diff_new_pack.9OQDYY/_new  2018-04-26 13:35:00.734718780 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bash-completion
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -25,7 +25,7 @@
 Version:        2.7
 Release:        0
 Summary:        Programmable Completion for Bash
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Shells
 Url:            https://github.com/scop/bash-completion/
 Source0:        
https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -52,6 +52,8 @@
 Patch10:        backticks-bsc963140.patch
 # PATCH-FIX-SUSE boo#977336
 Patch11:        sh-script-completion-boo977336.patch
+# PATCH-FIX-SUSE boo#1090515
+Patch12:        bash-completion-2.7-unRAR-remove.patch
 %if %build_doc
 BuildRequires:  asciidoc
 BuildRequires:  libxslt-tools
@@ -105,6 +107,7 @@
 %patch9 -b .p9
 %patch10 -b .p10 -p1
 %patch11 -b .p11 -p0
+%patch12 -b .p12 -p0
 
 %build
 %configure
@@ -159,7 +162,7 @@
 %if %build_core
 %files
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %if %build_doc
 %exclude %{_defaultdocdir}/%{name}/AUTHORS
 %exclude %{_defaultdocdir}/%{name}/README

++++++ bash-completion-2.7-unRAR-remove.patch ++++++
Due legal issue the unRAR part of 7z had been removed (boo#1077978, boo#1090515)

---
 completions/7z |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- completions/7z
+++ completions/7z      2018-04-24 09:17:49.392549710 +0000
@@ -75,7 +75,7 @@ _7z()
             else
                 COMPREPLY=( $( compgen -P${cur:0:2} -W '7z apm arj bzip2 cab
                     chm cpio cramfs deb dmg elf fat flv gzip hfs iso lzh lzma
-                    lzma86 macho mbr mslz mub nsis ntfs pe ppmd rar rpm
+                    lzma86 macho mbr mslz mub nsis ntfs pe ppmd rpm
                     squashfs swf swfc tar udf vhd wim xar xz z zip' \
                     -- "${cur:2}" ) )
             fi
@@ -101,7 +101,7 @@ _7z()
         _filedir_xspec unzip
         [[ $mode == w ]] &&
             _filedir '@(7z|bz2|swf|?(g)tar|?(t)[bglx]z|tb?(z)2|wim)' ||
-            _filedir 
'@(7z|arj|bz2|cab|chm|cpio|deb|dmg|flv|gem|img|iso|lz[ah]|lzma?(86)|pmd|[rx]ar|rpm|sw[fm]|?(g)tar|taz|?(t)[bglx]z|tb?(z)2|vhd|wim|Z)'
+            _filedir 
'@(7z|arj|bz2|cab|chm|cpio|deb|dmg|flv|gem|img|iso|lz[ah]|lzma?(86)|pmd|xar|rpm|sw[fm]|?(g)tar|taz|?(t)[bglx]z|tb?(z)2|vhd|wim|Z)'
     else
         if [[ ${words[1]} == d ]]; then
             local IFS=$'\n'

Reply via email to