diff options
Diffstat (limited to 'php-pecl-ice.spec')
-rw-r--r-- | php-pecl-ice.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-ice.spec b/php-pecl-ice.spec index e291063..4334504 100644 --- a/php-pecl-ice.spec +++ b/php-pecl-ice.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-ice # -# Copyright (c) 2020-2021 Remi Collet +# Copyright (c) 2020-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -16,7 +16,7 @@ # After 20-json and 20-pdo %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.8.0 +%global upstream_version 1.9.0 #global upstream_prever alpha3 Summary: Simple and fast PHP framework @@ -54,6 +54,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -199,6 +202,9 @@ cd ../ZTS %changelog +* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1 +- update to 1.9.0 + * Fri Mar 26 2021 Remi Collet <remi@remirepo.net> - 1.8.0-1 - update to 1.8.0 |