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 2025-11-25 15:54:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php8-image (Old) and /work/SRC/openSUSE:Factory/.php8-image.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php8-image" Tue Nov 25 15:54:56 2025 rev:39 rq:1319980 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php8-image/php8-image.changes 2025-10-21 11:19:04.437485471 +0200 +++ /work/SRC/openSUSE:Factory/.php8-image.new.14147/php8-image.changes 2025-11-25 15:56:29.555702180 +0100 @@ -1,0 +2,5 @@ +Fri Nov 21 23:05:09 UTC 2025 - SUSE Update Bot <[email protected]> + +- use long form commands + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.Ap2hfc/_old 2025-11-25 15:56:32.111809904 +0100 +++ /var/tmp/diff_new_pack.Ap2hfc/_new 2025-11-25 15:56:32.147811421 +0100 @@ -40,7 +40,7 @@ ```Dockerfile FROM registry.opensuse.org/opensuse/bci/php:8 -RUN zypper -n in php8-gd php8-intl +RUN zypper -n install php8-gd php8-intl ``` Alternatively, you can use the `docker-php-ext-install` script. It is provided @@ -67,7 +67,7 @@ FROM registry.opensuse.org/opensuse/bci/php:8 RUN set -euo pipefail; \ - zypper -n in $PHPIZE_DEPS php8-pecl; \ + zypper -n install $PHPIZE_DEPS php8-pecl; \ pecl install APCu-5.1.21; ``` ++++++ docker-php-ext-install ++++++ --- /var/tmp/diff_new_pack.Ap2hfc/_old 2025-11-25 15:56:32.763837383 +0100 +++ /var/tmp/diff_new_pack.Ap2hfc/_new 2025-11-25 15:56:32.791838563 +0100 @@ -7,5 +7,5 @@ [[ "$ext" =~ ^- ]] || extensions+=("php8-$ext") done -zypper -n in ${extensions[*]} +zypper -n install ${extensions[*]}
