Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-ice for openSUSE:Factory checked in at 2022-01-29 20:59:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-ice (Old) and /work/SRC/openSUSE:Factory/.php-ice.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-ice" Sat Jan 29 20:59:42 2022 rev:3 rq:949868 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php-ice/php-ice.changes 2021-04-06 17:31:58.663272798 +0200 +++ /work/SRC/openSUSE:Factory/.php-ice.new.1898/php-ice.changes 2022-01-29 21:00:27.719327542 +0100 @@ -1,0 +2,5 @@ +Fri Jan 28 11:13:17 UTC 2022 - Arjen de Korte <suse+bu...@de-korte.org> + +- Update BuildRequires (php8-ice requires php8 < 8.1) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-ice.spec ++++++ --- /var/tmp/diff_new_pack.KDKZQF/_old 2022-01-29 21:00:28.219324181 +0100 +++ /var/tmp/diff_new_pack.KDKZQF/_new 2022-01-29 21:00:28.227324127 +0100 @@ -1,7 +1,7 @@ # # spec file for package php-ice # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %endif Name: %{php_name}-%{pkg_name} -%if "%{php_name}" == "php8" +%if "%{flavor}" == "php8" Version: 1.8.0 %else Version: 1.7.0 @@ -53,7 +53,9 @@ BuildRequires: %{php_name}-tokenizer BuildRequires: gcc BuildRequires: re2c -%if "%{php_name}" == "php7" +%if "%{flavor}" == "php8" +BuildRequires: %{php_name} < 8.1 +%else BuildRequires: %{php_name}-json Requires: %{php_name}-json %endif