Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php8-image for openSUSE:Factory checked in at 2026-09-22 15:50:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php8-image (Old) and /work/SRC/openSUSE:Factory/.php8-image.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php8-image" Tue Sep 22 15:50:52 2026 rev:51 rq:1379523 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php8-image/php8-image.changes 2026-09-19 22:24:19.083551029 +0200 +++ /work/SRC/openSUSE:Factory/.php8-image.new.383539/php8-image.changes 2026-09-22 15:51:22.907659070 +0200 @@ -1,0 +2,5 @@ +Mon Sep 21 16:02:23 UTC 2026 - SUSE Update Bot <[email protected]> + +- quote arguments + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-php-ext-install ++++++ --- /var/tmp/diff_new_pack.4BSKzv/_old 2026-09-22 15:51:24.794737797 +0200 +++ /var/tmp/diff_new_pack.4BSKzv/_new 2026-09-22 15:51:24.801738089 +0200 @@ -3,9 +3,9 @@ extensions=() -for ext in $@; do +for ext in "$@"; do [[ "$ext" =~ ^- ]] || extensions+=("php8-$ext") done -zypper -n install ${extensions[*]} +zypper -n install "${extensions[@]}"
