Hello community, here is the log from the commit of package bash-completion for openSUSE:Factory checked in at 2018-11-06 13:50:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bash-completion (Old) and /work/SRC/openSUSE:Factory/.bash-completion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash-completion" Tue Nov 6 13:50:51 2018 rev:40 rq:643639 version:2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes 2018-09-03 10:32:51.172321724 +0200 +++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes 2018-11-06 13:51:35.288481180 +0100 @@ -1,0 +2,6 @@ +Mon Oct 22 07:06:51 UTC 2018 - Dr. Werner Fink <[email protected]> + +- Modify patch PS1-completion-boo903362.patch to make it work with + mksh as well (boo#1104531) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ bash-completion.spec: same change ++++++ PS1-completion-boo903362.patch ++++++ --- /var/tmp/diff_new_pack.PwTOEu/_old 2018-11-06 13:51:35.820480457 +0100 +++ /var/tmp/diff_new_pack.PwTOEu/_new 2018-11-06 13:51:35.820480457 +0100 @@ -7,7 +7,7 @@ @@ -1,5 +1,5 @@ # Check for interactive bash and that we haven't already been sourced. -if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_VERSINFO-}" ]; then -+if [[ -n "${BASH_VERSION-}" && $- =~ i && -z "${BASH_COMPLETION_VERSINFO-}" ]]; then ++if [[ -n "${BASH_VERSION-}" && $- = *i* && -z "${BASH_COMPLETION_VERSINFO-}" ]]; then # Check for recent enough version of bash. if [ ${BASH_VERSINFO[0]} -gt 4 ] || \
