diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 8 |
3 files changed, 9 insertions, 3 deletions
@@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.2.2 +igbinary version => 3.2.3 igbinary APCu serializer ABI => 0 igbinary session support => yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #74 igbinary version 3.2.2 ] { +Extension [ <persistent> extension #74 igbinary version 3.2.3 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 3709780..46d55cd 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -25,7 +25,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.2 +%global upstream_version 3.2.3 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -88,6 +88,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 @@ -296,6 +299,9 @@ fi %changelog +* Thu Jun 10 2021 Remi Collet <remi@remirepo.net> - 3.2.3-1 +- update to 3.2.3 + * Mon Apr 19 2021 Remi Collet <remi@remirepo.net> - 3.2.2-1 - update to 3.2.2 |