Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php8 for openSUSE:Factory checked in at 2022-04-10 19:05:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php8 (Old) and /work/SRC/openSUSE:Factory/.php8.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php8" Sun Apr 10 19:05:30 2022 rev:25 rq:967927 version:8.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/php8/php8.changes 2022-04-03 21:30:40.744028400 +0200 +++ /work/SRC/openSUSE:Factory/.php8.new.1900/php8.changes 2022-04-10 19:05:46.494253522 +0200 @@ -1,0 +2,5 @@ +Fri Apr 8 21:49:52 UTC 2022 - Arjen de Korte <suse+bu...@de-korte.org> + +- Disable build with '-z now' as it breaks the php-mysql extension + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php8.spec ++++++ --- /var/tmp/diff_new_pack.dSZuwB/_old 2022-04-10 19:05:47.290244710 +0200 +++ /var/tmp/diff_new_pack.dSZuwB/_new 2022-04-10 19:05:47.294244666 +0200 @@ -1004,6 +1004,8 @@ export EXTENSION_DIR=%{extension_dir} # Fix build-cli for arm and aarch64 export LIBS=-ltinfo +# Some extensions are broken when linking with -z now +export SUSE_ZNOW=0 # build function Build()